Re: Ping does not work inside the VPN tunnel




Dom wrote:
On Fri, 2006-09-08 at 14:48 -0700, mwa@xxxxxx wrote:
I have made a Site-to-Site VPN tunnel:
10.0.0.11 --- 10.0.0.12
The tunnel seems to work (VPN light it on).

There are servers on the inside LAN on both PIX-firewalls, but they can
not ping each other.

ip address outside 10.0.0.12 255.255.255.0
ip address inside 192.168.2.12 255.255.255.0
route outside 192.168.1.0 255.255.255.0 10.0.0.11 1

ip address outside 10.0.0.11 255.255.255.0
ip address inside 192.168.1.11 255.255.255.0

Didn't see a route on this one.

Good catch. That's probably the problem. Change the route statement
to:

route outside 0.0.0.0 0.0.0.0 <ISP or next hop router IP>

Do this for both firewalls, just be sure to put in the correct next hop
IP for each site. This way all traffic not directly connected will get
forwarded out the outside interface, NAT'd or not, and then encrypted
if it matches your interesting traffic ACLs.

- B

.



Relevant Pages

  • Re: Ping does not work inside the VPN tunnel
    ... There are servers on the inside LAN on both PIX-firewalls, ... Didn't see a route on this one. ... route outside 0.0.0.0 0.0.0.0 <ISP or next hop router IP> ... if it matches your interesting traffic ACLs. ...
    (comp.dcom.sys.cisco)
  • Re: [Fwd: Re: bge Ierr rate increase from 5.3R -> 6.1R]
    ... Link detection in -current generally seems to be much worse than ... The first ping tends to fail ... an "ntpdate -b" early in the boot fails about ... route expiry and the possibly the driver's interaction with this. ...
    (freebsd-net)
  • Re: ping problem ...
    ... PING 192.168.1.1 56bytes of data. ... ifconfig and route output when ping fails. ... tell us a bit about your network. ... an implicit route through a local interface on the 192.168.x.y ...
    (comp.os.linux.networking)
  • Re: DMZ routing issues - HELP PLEASE
    ... Don't worry about firewalls till you have basic connectivity (ping) ... > I believe that there is a route missing? ... Internet nic on FW2 ...
    (comp.os.linux.security)
  • Re: ping send to problem, what am i missing
    ... trying to ping the destination address i get: "ping: ... I manually added the 192.168.5 route using the following command (please ... address FROM the openbsd machine. ...
    (freebsd-questions)