Firewall Routing for P2P routers

guenth26

n00b
Joined
Jul 27, 2004
Messages
5
I recently had to reset to factory defaults on my watchguard SOHO 6 firewall and lost all my routes I had setup for two P2P locations. I thought I remembered how this was setup before but cant' seem to figure it out.

Here is our current setup.

Main Location --> LAN IP Address - 192.168.111.3/24
Serial 0/0 IP - 172.16.2.1/30 (P2P Location #1)
Serial 0/1 IP - 172.16.3.1/30 (P2P Location #2)
IP Address Range - 192.168.111.1-254
Subnet - 255.255.255.0
Gateway Address - 192.168.111.1 (Firewall)


P2P Location #1 --> LAN IP Address - 192.168.1.2/24
Serial 0 IP - 172.16.2.2/30
IP Gateway Address - 192.168.1.2
IP Address Range - 192.168.1.1-254
Subnet - 255.255.255.0

P2P Location #2 --> LAN IP Address - 192.168.3.1/24
Serial 1 IP - 172.16.3.2/30
IP Gateway Address - 192.168.2.1
IP Address Range - 192.168.2.1-254
Subnet - 255.255.255.0

All P2P routers are configured correctly and up and running. I believe it is just the firewall blocking the connection to the main location. Thank you in advance for your help.
 
In order to setup the route correctly you need to do this
1) Write down the addy of the destination: Site 1 and Site 2's IPs
2) -- the Netmask of the destination: 255.255.255.0
3) IP of the router through which the destination is reachable: 192.168.111.3

Enter into firewall.

E.G. (using a host route)
Address: 192.168.1.2 Gateway: 192.168.111.3
Address: 192.168.3.1 Gateway: 192.168.111.3
 
Forgot to mention. If it's a network route you end with a ".0"

If it's a host route then you put in the complete IP.
 
Back
Top