|
|
> We have found that if a machine on the vpn server LAN pings the > client, then gets the icmp redirect, the client can then access that > machine. Not before. > How can I fix this? Do you have static routes for 10.8.0.0/24 net for your lan? Mainly, in "the lan" machines this is something like that: route add -net 10.8.0.0/24 gw openvpn.server.ip.address interface and using push route in server so client can get routing ok. Works ok for me. -- Eero ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users |