|
|
On Thursday June 2, james.coggan@xxxxxxxxxxxxxx wrote: > > The client can ping 192.168.0.1 and a internal machine with the IP > 192.168.0.10 > The server cannot ping 192.168.1.254 or any other machine on the client side > What's wrong? In the server config file you need and 'iroute' command iroute 192.168.1.0 255.255.255.0 The 'route' commands only tell the kernel how to route traffic into the openvpn server. 'iroute' is needed for the server to know which client to send the packets to. You don't need iroute on the client because it just sends everything to the server. NeilBrown ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |