Site B (VPN Client) can ping site A (VPN server side) but VPN server cannot ping
-
Hello
i have OpenVPN setup.
Site B which is VPN Client can ping VPN server. But VPN server cannot ping VPN client.for e.g
VPN Server: 192.168.2.14
VPN Client: 192.168.18.1192.168.18.1 can ping 192.168.2.14 and to PCs behind it.
But
192.168.2.14 server cannot ping 192.168.18.1On client side packet capture omm OpenVON interface, its see request from 192.168.2.14 > 192.168.18.1: ICMP echo request but there is not reply.
pls help. -
Hello,
the client must be pingable otherwise you will be missing rules to permit that.
If you get no respond form hosts behind the client while your rules allow the access, check this two points:
-
Does the default route at the host you try to reach point to VPN client?
If it doesn't you need a route at the host to direct the traffic to the VPN client or you activate NAT for VPN traffic at the client. -
Ensure that the hosts software firewall allow access. E.g. Windows firewall drops packets from unknown private networks.
-