Hey,
I have a OpenVPN Server running on a KVM box, i used that script: http://ift.tt/1mfPxdH
That is my Client configuration:
client
dev tun
proto udp
remote xx.xx.xx.xx 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert clientname1.crt
key clientname1.key
ns-cert-type server
comp-lzo
verb 3
I added: route-nopull to that config to ensure i am not using the OpenVPN connection as default gateway but i also want to reach the VPN Server and the other VPN Clients. But when i add route-nopull to the client configuration i can't reach the VPN Server and the clients because something is missing. How to fix that? I guess i need to add a route manualy but which?
I still can create a VPN connection the the Server but i can't ping it.
Thanks
http://ift.tt/1dvHQ0Z
0 comments:
Post a Comment