|
|
Holger Stratmann wrote: > Is 192.168.0.5 correct as a gateway? I cannot ping that one. Yes. See http://openvpn.net/faq.html#slash30 > The other thing I noticed is this: > # Push routes to the client to allow it > # to reach other private subnets behind > # the server. Remember that these > # private subnets will also need > # to know to route the OpenVPN client > # address pool (10.8.0.0/255.255.255.0) > # back to the OpenVPN server. > > How would I do that? > I don't currently have access to the server's DHCP-config. > Do I have to add the route to each computer on the server's subnet? See http://openvpn.net/howto.html#scope Instead of adding the route to each computer on the subnet, you can add it only to the system which is acting as default gateway for that subnet. ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users |