Router - TG582N: Difference between revisions

 
== Firewall & Security Related==
 
===Disable WAN access to HTTP/Telnet:===
This will disable WAN access to the routers adminitrator services
 
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
 
To later revert the setting, add back wan access by:
service system ifadd name=HTTP group=wan
saveall
 
== Disable Wifi (Wireless) ==