› Forums › Network Management › VPN › Host-to-site route add problem? › Reply To: Host-to-site route add problem?
October 20, 2010 at 11:07 am
#51232
Member
Here is a sample openvpn config file for windows connecting to Zeroshell
remote someip.dyndns.org 1194
proto udp
#auth-user-pass
ca CA_Zeroshell.pem
cert trendy.pem
key trendy.pem
comp-lzo
verb 3
mute 20
resolv-retry infinite
nobind
client
dev tap
keepalive 5 60
persist-key
persist-tun
Make sure you run it as administrator on windows 7. Can you paste here the output of
route print
on windows before and after the openvpn establishes the connection? Also set a network that is already connected on the ZS, this shouldn’t make any difference but I’m just guessing.