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 - Subnet Routing: Difference between revisions

no edit summary
No edit summary
No edit summary
[[Image:T582-small.png|link=:Category:Router_TG582N|Got to Main TG582N Page]]
 
This assumes you have a have 3 sets off addresses:
 
# A /29 or /28 subnet that you want to route to your firewall server, lets say 80.2.2.0/28
# A /30 subnet used for the router and firewall server, lets call them 90.1.1.0/30, the router has 90.1.1.1 and your firewall has 90.1.1.2
# A single Ip address for the router ADSL link (allocated by DHCP)
 
First set the router up as normal on the GUI, selecting ADSL expert and on subnet type the independent router IP. This should deal with your /30 and single IP now working. I personally set the firewall to disabled and turned off all services including the wifi.
 
Telnet/ssh to your router
 
You need to do 2 things, add routing for the subnet to your firewall and add a mapping so that incoming connections work. (obviously substitute your own addresses here)
 
ip rtadd dst=80.2.2.0/28 gateway=90.1.1.2 static=enabled
nat mapadd intf=Internet type=nat outside_addr=80.2.2.0/28 inside_addr=80.2.2.0/28
 
 
5

edits