|
|
> The client is on our local network with IP 10.0.0.197 > The server is on our local network but with a public IP X.X.X.161 > The server openvpn IP is 192.168.20.1 > and the client gets 192.168.20.2. > >>From the client , I am pinging X.X.X.76. Ehr X.X.X.76 ? Where does that fit into the above mentioned IPs ? > As shown in the attached ethereal capture, the ping request is correctly > sent out and come back addressed to 192.168.20.2 but then I would expect > to see a packet go from X.X.X.161 to 10.0.0.197 but it does not happen. This sounds suspiciously like a routing issue. Try ip route show and/or route -n to see if routes to the desired destinations are present on both sides. I don't get your test either, you're using entirely different IPs. You should try to ping 192.168.20.1 from the client machine. Or to test server->client ping 192.168.20.2. Albert ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users |