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 - IP Related Settings: Difference between revisions

→‎top: clean up
(→‎top: clean up)
 
(7 intermediate revisions by 3 users not shown)
[[Image:T582-small.png|link=:Category:Router_TG582NRouter TG582N|Got to Main TG582N Page]]
 
=== Manually adjust DHCP range ===
dhcp server pool list
 
or to set the pool to be 192.168.0.100 through to 200:
dhcp server pool config name=LAN intf=LocalNetwork poolstart=192.168.0.100 poolend=192.168.0.200 netmask=24 gateway=192.168.0.254 server=192.168.0.254 primdns=217.169.20.20 secdns=217.169.20.21
"dhcp server pool list" should be used to check whether it is set up correctly or not.
 
 
You may need to add your new LAN addresses too to the access list for the web interface:
 
service system ipadd name=HTTP ip=YOUR.LAN.IP.BLOCK/MASK
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
 
=== Disabling Router Advertisements (RA rt6advd) ===
To remove it:
ip rt6advd ifdelete
And then to aan iflist again to check, and LocalNetwork should be gone.
 
=== Adding Static-routes ===
 
===Disable the Content Sharing Interface===
The router has a content sharing feature, this is for using the USB port for file sharing. It's rarely used though. This feature uses a separate 'virtual' interface, which it grabs its IP via DHCP - a little odd. This can result in the surprising loss of an IP address - really bad with a /30. It appears to grab its IP from the first DHCP server pool - i.e. index 0 from
:dhcp server pool list
 
View the IP content sharing has on tehthe web interface: - Home Network - Interfaces - Local Network:
 
[[File:Technicolor-contentsharing-ips.png|none|frame|Here content sharing stealshas taken the only available IP!]]
 
To view the list of interfaces:
saveall
 
==Other pages regarding this router:==
<ncl style=bullet maxdepth=5 headings=bullet headstart=2 showcats=1 showarts=1 showfirst=1>Category:Router TG582N</ncl>
 
[[Category:Router TG582N|IP]]
[[Category:Router]]
editor
698

edits