I'm having a problem getting packets to go from Locarno to Weatherby through my VPN and vice versa. I'm able to ping the external interfaces, however if I try to ping the internal interface to any machines behind the firewalls I don't get a response. I've set it up according to the manual, but no luck. The tunnel appears to be up.
In the routing table I noticed the network on the otherside is pointed to my default gateway. Shouldn't this be pointed to the external interface on the other ASL, if so how do I change that? Any help would be greatly appreciated!
Michael Siegle
Locarno:
Definitions-
External_Int 65.XX.143.39 255.255.255.255
Internal_Net 192.168.1.0 255.255.255.0
Weatherby 65.XX.23.63 255.255.255.255
Weatherby_Net 192.168.0.0 255.255.255.0
Rules-
Internal_Net Any Weatherby_Net Allow
Internal_Net Any Any Allow
Kernel IP routing table-
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.6.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 ipsec0
192.168.0.0 65.XX.142.1 255.255.255.0 UG 0 0 0 ipsec1
65.XX.142.0 0.0.0.0 255.255.254.0 U 0 0 0 eth1
65.XX.142.0 0.0.0.0 255.255.254.0 U 0 0 0 ipsec1
0.0.0.0 65.XX.142.1 0.0.0.0 UG 0 0 0 eth1
Weatherby:
Definitions-
External_Int 65.XX.23.63 255.255.255.255
Internal_Net 192.168.0.0 255.255.255.0
Locarno 65.XX.143.39 255.255.255.255
Locarno_Net 192.168.1.0 255.255.255.0
Rules-
Internal_Net Any Any Allow
Internal_Net Any Locarno_Net Allow
Kernel IP routing table-
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 65.XX.20.1 255.255.255.0 UG 0 0 0 ipsec1
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 ipsec0
65.XX.20.0 0.0.0.0 255.255.252.0 U 0 0 0 eth1
65.XX.20.0 0.0.0.0 255.255.252.0 U 0 0 0 ipsec1
0.0.0.0 65.XX.20.1 0.0.0.0 UG 0 0 0 eth1
This thread was automatically locked due to age.