Router - TG582N - Subnet Routing: Difference between revisions

From AAISP Support Site
m (ADSL IP is allocated by PPP rather than DHCP)
(→‎top: clean up)
 
Line 1: Line 1:
[[Image:T582-small.png|link=:Category:Router_TG582N|Got to Main TG582N Page]]
[[Image:T582-small.png|link=:Category:Router TG582N|Got to Main TG582N Page]]


Use this guide if you have a subnet of addresses that you want to use internally and you want your own server managing the firewall, and the router just passing everything through.
Use this guide if you have a subnet of addresses that you want to use internally and you want your own server managing the firewall, and the router just passing everything through.

Latest revision as of 00:19, 18 August 2018

Got to Main TG582N Page

Use this guide if you have a subnet of addresses that you want to use internally and you want your own server managing the firewall, and the router just passing everything through.

This assumes you have a have 3 sets of addresses:

  1. A /29 or /28 subnet that you want to route to your firewall server, lets say 80.2.2.0/28
  2. 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
  3. A single IP address for the router ADSL link (allocated by PPP)

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