Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

Router - TG582N: Difference between revisions

no edit summary
No edit summary
 
This isn't well tested - please let us know if anything breaks when you do this!
 
== WAN Access Restrictions (HTTP/TELNET to the Router)==
Here are notes on how to restrict access to the routers web and telnet interfaces, by either disabling access from the WAN (Intetnet) altogether, or by restricting access by IP address. These settings are made live as soon as they are entered, so be careful not to lock yourself out!
 
===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
 
== Other Settings ==
 
=== Changing PPP Password, via telnet CLI ===
 
ppp ifconfig intf=Internet user=x@a password=secret status=enabled
 
 
 
=== TR069 ===
 
(feel free to copy here if you want)
 
== WAN Access Restrictions (HTTP/TELNET to the Router)==
Here are notes on how to restrict access to the routers web and telnet interfaces, by either disabling access from the WAN (Intetnet) altogether, or by restricting access by IP address. These settings are made live as soon as they are entered, so be careful not to lock yourself out!
 
===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
 
 
 
autoreview, Bureaucrats, editor, Interface administrators, reviewer, Administrators
12,274

edits