FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14110 questions

16769 answers

27530 comments

53888 members

+1 vote
156 views 1 comments
by

Hi, I have a remote RUT240, firmvare version RUT2_R_00.07.02.7. 

I want to deactivate its DDNS service, but get a 404 page error when I access the deacticate link via the Webui / RMS interface. Is there anotherway to deactivate it, perhape via the CLI?

Thanks

1 Answer

0 votes
by

Hello,

Try the following commands:

  • /etc/init.d/ddns stop
  • /etc/init.d/ddns disable

Best regards

by
Thanks for the above answer. Unfortunately the commands are not available.

However, the answer did point me in the correct direction.

Edit (vi)

/etc/ddns/config

replace myddns service 0 (from 1)

And ddns is disabled.

Thanks again