Router - TG582N: Difference between revisions

You may then need to:
 
saveall
 
==Disable WAN access to HTTP/Telnet:==
This will disable WAN and LAN access to the router
 
To disable WAN access to HTTP, HTTPS and telnet:
service system ifdelete name=HTTP group=wan
service system ifdelete name=HTTPs group=wan
service system ifdelete name=TELNET group=wan
 
To view the settings:
service system list name=HTTP expand=enabled
service system list name=TELNET expand=enabled
 
It should say:
Interface Group Access List lan
 
Save the settings:
saveall