On 08/18/2014 12:40 PM, lilit-aibolit wrote:
Hi list.

When I star ping from 192.168.2.0/24 network to 192.168.5.0/2:

C:\Users\user>ping 192.168.5.251t -t
Pinging 192.168.5.251 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.

I got packets on gateway from 2.0/24 side:

# tcpdump -i enc0 -n
tcpdump: listening on enc0, link-type ENC
17:46:36.966932 (authentic,confidential): SPI 0xbeefdead: 192.168.2.25 > 192.168.5.251: icmp: echo request (encap) 17:46:41.965424 (authentic,confidential): SPI 0xbeefdead: 192.168.2.25 > 192.168.5.251: icmp: echo request (encap)

and I got packets on gateway from 5.0/24 side:

# tcpdump -i enc0 -n
tcpdump: listening on enc0, link-type ENC
18:45:10.581652 (authentic,confidential): SPI 0xbeefdead: 192.168.2.25 > 192.168.5.251: icmp: echo request (encap) 18:45:10.581898 (authentic,confidential): SPI 0xdeadbeef: 192.168.5.251 > 192.168.2.25: icmp: echo reply (encap)

Does it mean that VPN tunnel works somehow and host 192.168.5.251 reply back to ping
but first gateway doesn't get that reply from 192.168.5.251?

Reply via email to