Enable remote management on the Zyxel NBG-460N through the telnet utility

4

2

I was going through the remote management settings on my Zyxel NBG-460N router, making sure they were not available through the WAN port, when I stupidly without thinking disabled the WWW remote management. I can still login through telnet utility, but cannot find any documentation for that for the NBG-460N.

So, do anyone know how to enable the WWW remote management through the telnet utility for the NBG-460N or know of any CLI manual that is compatible?

If you know how to do this on other zyxel routers, please submit that as well, it could give some hints on doing it on the NBG-460N even if they don't work exactly the same, or if nothing else, it might help some other poor soul...

Ulf Lindback

Posted 2009-10-08T09:26:47.913

Reputation: 193

This is for a different router, but maybe it'll help http://mybroadband.co.za/vb/showthread.php?t=92791

– hyperslug – 2009-10-08T09:55:29.073

Thanks, but didn't help... – Ulf Lindback – 2009-10-08T10:16:26.737

You're not keen on resetting to factory defaults? – hyperslug – 2009-10-08T10:42:03.550

Maybe this http://www.zyxel.co.uk/web/support_faq_detail.php?faqID=192&pid=20040812093058

– hyperslug – 2009-10-08T10:54:46.707

Thanks, I really rather not reset the router, too many settings... The info in second link worked, so just create a proper answer with the four lines (replace web with http) and I'll accept your answer. – Ulf Lindback – 2009-10-08T19:05:49.367

whoops, was writing an answer just now, will edit with your solution – hyperslug – 2009-10-08T19:09:51.167

Answers

6

The OP stated these commands worked:

sys server load
sys server access http 0
sys server save

sys server disp


The load and save commands should enclose any access command.

Other formats for this command (based on the CLI version)

sys server access [ftp|telnet|web] [access type]

Set the server access type to be 0: ALL, 1: None, 2:LAN only, 3:WAN only
sys server access web 0

Also,

sys server access [telnet|ftp|ssh|http|https|icmp|snmp|dns]
       [lan|wan1|wan2|dmz|wlan] [on|off]
sys server access http lan on

Using sys server disp initially may give you a clue what the command should look like. Refer to the CLI guides here and here.

hyperslug

Posted 2009-10-08T09:26:47.913

Reputation: 12 882