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 page has information, config pointers for the Technicolor TG582N ADSL Router.
 
== Documents ==
 
These files are from December 2011, supplied by Technicolor.
*[http://www.technicolor.com/en/hi/digital-home/mediaaccess/dsl/wireless/adsl/technicolor-tg582n Datasheet and brochure] on the Technicolor website
 
== Firmware Versions ==
 
Version 8.4.4.1 was the factory default (as of November 2011)
Upgrading from 8.4.4.1 is arranged by AAISP via the TR-069 CPE WAN Management protocol. This involves installing the "isp.def" as needed to persuade the router to connect to AAISP's TR-069 servers and asking AAISP to request the upgrade. Twice it has happened that the upgrade only partially completed, and it has been necessary to FTP to the router, re-uploading the isp.def, before it 'reports in' to AAISP correctly.
 
=== TFTP Firmware Upgrade ===
 
In some cases, customers may want to upgrade their router manually, this can be done via TFTP or via a Windows program. Files available on request.
It will take about 5 minutes.
 
== Other Settings & Config info ==
 
=== Admin Settings ===
 
When configured by A&A, the default username from the LAN side is: Administrator and from the WAN: aaisp. The password will be printed on the card on the base of the router, and also seen on the control pages.
 
Use the configuration-wizard (Firefox seems to work best) and choose ADSL(Expert). TODO: Describe where to find this.
 
==IP Type Settings ==
 
=== Manually adjust DHCP range ===
 
You can't delete the default DHCP range from the web GUI. You need to use the CLI!
 
"dhcp server flush" removes all existing DHCP settings. In this example 81.187.X.Z is the router's LAN address.
 
dhcp server flush
dhcp server config state=enabled
dhcp server pool add name=LAN index=0
dhcp server pool config name=LAN intf=LocalNetwork poolstart=81.187.X.X poolend=81.187.X.Y netmask=28 gateway=81.187.X.Z server=81.187.X.Z primdns=217.169.20.20 secdns=217.169.20.21
saveall
dhcp server pool list
 
"dhcp server pool list" should be used to check whether it is set up correctly or not.
 
=== Disabling Router Advertisements (RA rt6advd) ===
 
Telnet in and:
To display the inferface(s) that RA is on:
ip rt6advd iflist
Shows something like:
Flags Legend: [A]ttached [M]anaged [O]ther - Def. Rtr. Pref. [L]ow / Medi[U]m / [H]igh
Interface AdvInterval Lifetime Reachable Retrans. CurHopLimit LinkMTU Flags NextRA
---------------- ----------- -------- ---------- ---------- ----------- ------- ------ --------
LocalNetwork 200 / 600 1800 0 0 64 0 [A.OU] 249
 
To remove it:
ip rt6advd ifdelete
And then to a iflist again to check, and LocalNetwork should be gone.
 
=== Adding Static-routes ===
ip rtadd dst=network/mask gateway=gatewayip
ip saveall
 
=== Enabling/Disabling NAT ===
To view NAT status:
nat iflist
 
If required, rather than going through the config wizard on the web interface, you can enable/disable NAT on the telnet interface by:
 
nat ifconfig intf Internet translation enabled
 
or
 
nat ifconfig intf Internet translation disabled
 
You may then need to:
 
saveall
 
== Firewall Related==
 
=== Really disabling the firewall ===
 
NB: You can check if Legacy IP addresses are running an Open Recursive server using the website:- http://security.zensupport.co.uk/recdns/
 
=== Manually adjust DHCP range ===
 
You can't delete the default DHCP range from the web GUI. You need to use the CLI!
 
"dhcp server flush" removes all existing DHCP settings. In this example 81.187.X.Z is the router's LAN address.
 
dhcp server flush
dhcp server config state=enabled
dhcp server pool add name=LAN index=0
dhcp server pool config name=LAN intf=LocalNetwork poolstart=81.187.X.X poolend=81.187.X.Y netmask=28 gateway=81.187.X.Z server=81.187.X.Z primdns=217.169.20.20 secdns=217.169.20.21
saveall
dhcp server pool list
 
"dhcp server pool list" should be used to check whether it is set up correctly or not.
 
=== Disabling Router Advertisements (RA rt6advd) ===
 
Telnet in and:
To display the inferface(s) that RA is on:
ip rt6advd iflist
Shows something like:
Flags Legend: [A]ttached [M]anaged [O]ther - Def. Rtr. Pref. [L]ow / Medi[U]m / [H]igh
Interface AdvInterval Lifetime Reachable Retrans. CurHopLimit LinkMTU Flags NextRA
---------------- ----------- -------- ---------- ---------- ----------- ------- ------ --------
LocalNetwork 200 / 600 1800 0 0 64 0 [A.OU] 249
 
To remove it:
ip rt6advd ifdelete
And then to a iflist again to check, and LocalNetwork should be gone.
 
=== Problems connection to PPTP Servers ===
ppp ifconfig intf=Internet user=x@a password=secret status=enabled
 
=== Enabling/Disabling NAT ===
To view NAT status:
nat iflist
 
If required, rather than going through the config wizard on the web interface, you can enable/disable NAT on the telnet interface by:
 
nat ifconfig intf Internet translation enabled
 
or
 
nat ifconfig intf Internet translation disabled
 
You may then need to:
 
saveall
 
=== TR069 ===
autoreview, Bureaucrats, editor, Interface administrators, reviewer, Administrators
12,274

edits