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

You may then need to:
 
saveall
 
== WAN Access Restrictions (HTTP/TELNET to the Router)==
 
==Restrict access to HTTP interface:==
service system ipadd name=HTTP ip=90.155.42.0/24
service system ipadd name=HTTP ip=81.187.40.208/28
service system ipadd name=HTTPs ip=90.155.42.0/24
service system ipadd name=HTTPs ip=81.187.40.208/28
 
to view settings:
service system list name=HTTP expand=enabled
service system list name=HTTPs expand=enabled
 
You should then see the IP(s) in 'Ip Access List'
 
Save the settings:
saveall
 
==Restrict access to TELNET interface: ==
You may wish to be able to telnet in to the router from the LAN and the WAN, but only from certain IP addresses
(add your LAN block first!)
 
service system ipadd name=TELNET ip=YOUR.LAN.BLOCK/MASK
service system ipadd name=TELNET ip=90.155.42.0/24
service system ipadd name=TELNET ip=81.187.30.0/25
 
Note: 90.155.42.0/24 are AAISP offices, and 81.187.30.0/25 are an AAISP server block - this will allow AAISP to log in to the router.
 
to view settings:
service system list name=TELNET expand=enabled
 
Save the settings:
saveall
 
To later delete the restriction:
service system ipdelete name=HTTP ip=90.155.42.0/24
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
 
autoreview, Bureaucrats, editor, Interface administrators, reviewer, Administrators
12,274

edits