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
No edit summary
 
Use the configuration-wizard (Firefox seems to work best) and choose ADSL(Expert). TODO: Describe where to find this.
 
===Factory Reset===
To factory reset a router configured by AAISP, the isp.def file will need deleting as this is not deleted when using the reset button. The isp.def file contains configuration details used by the AAISP TR069 server - as well as defining a default PPP username. The file can be deleted by FTP, eg:
 
ftp 192.168.1.254
user: Administrator
pass: blank
del isp.def
 
The hold in the factory reset button (again) until it reboots.
 
==IP Type Settings ==
 
PPTP & NAT? - We've seen problems when the client is behind NAT, and the ALG/NAT on the router not passing GRE through (or something) - on a Microsoft 2003 PPTP server, the client was getting timeout Error 721. The solution was to route a block of IPs for the LAN...
 
===Restrict access to HTTP interface by IP:===
You may prefer to just restrict access to the router by IP - note this applies to the LAN and WAN, so you'll need to add your LAN addresses too
 
service system ipadd name=HTTP ip=YOUR.LAN.IP.BLOCK/MASK
service system ipadd name=HTTP ip=90.155.42.0/24
service system ipadd name=HTTPs ip=90.155.42.0/24
service system ipadd name=HTTPs ip=YOUR.LAN.IP.BLOCK/MASK
 
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'
 
Then, save the settings:
saveall
 
===Restrict access to TELNET interface by IP: ===
'''Add your LAN block first, as otherwise you'll be locked out!'''
 
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 all ALG ===
cwmp server config
 
===Factory Reset===
To factory reset a router configured by AAISP, the isp.def file will need deleting as this is not deleted when using the reset button. The isp.def file contains configuration details used by the AAISP TR069 server - as well as defining a default PPP username. The file can be deleted by FTP, eg:
 
ftp 192.168.1.254
user: Administrator
pass: blank
del isp.def
 
The hold in the factory reset button (again) until it reboots.
 
=== 3G setup ===
saveall
 
===Restrict access to HTTP interface by IP:===
You may prefer to just restrict access to the router by IP - note this applies to the LAN and WAN, so you'll need to add your LAN addresses too
 
service system ipadd name=HTTP ip=YOUR.LAN.IP.BLOCK/MASK
service system ipadd name=HTTP ip=90.155.42.0/24
service system ipadd name=HTTPs ip=90.155.42.0/24
service system ipadd name=HTTPs ip=YOUR.LAN.IP.BLOCK/MASK
 
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'
 
Then, save the settings:
saveall
 
===Restrict access to TELNET interface by IP: ===
'''Add your LAN block first, as otherwise you'll be locked out!'''
 
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
 
== Third Party Pages ==
autoreview, Bureaucrats, editor, Interface administrators, reviewer, Administrators
12,274

edits