This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Site 2 Site

Is it possible on the firewall itself to ping the remote internal ip addresses of the other vpn site? It doesnt seem to work.. or am I doing something wrong..

PING 192.168.0.26 (192.168.0.26) from 24.33.12.165 : 56(84) bytes of data.

I notice it says "From" and has the external IP address??


This thread was automatically locked due to age.
Parents Reply Children
  • You need to set the source IP of the ping with option -I. If do not set the source, the ping has a source address which is not in the VPN subnet definiton. So it would not route back through the tunnel.

    ping -I 192.168.1.1 192.168.2.1

    192.168.1.1: IP of the internal interface of ASL (which is inside the tunnel subnet definition)

    192.168.2.1: remote interface of ASL or a host (which are inside the tunnel subnet definition).

    Xeno