; openvpn 2.1.* config file for surfonym ; windows vista/7 version! ; for windows XP, read the file and adjust settings where commented. ; IMPORTANT: on vista and win7, you need to run openvpn as administrator: ; context menu (right-click on program) -> properties -> compatibility ; -> "Run this program as an administrator" client auth-user-pass dev tun ; in most situations it's best to use port 443/tcp (https) proto tcp remote openvpn.surfonym.com 443 ; if you want, you can also use openvpn's default 1194/udp ; remove the previous 2 config lines and uncomment these: ;proto udp ;remote openvpn.surfonym.com 1194 remote-random resolv-retry infinite nobind persist-key persist-tun verb 3 mute 20 ; our CA certificate, download from http://surfonym.com/downloads ca surfonym-ca.crt ; for security, verify server-type certificate (optional) remote-cert-tls server ; for windows XP, remove the following 2 lines: route-method exe route-delay 2 ; if you do NOT want ALL traffic through openvpn, REMOVE this line! redirect-gateway def1 ; for windows XP, remove the line above and use this one instead: ;redirect-gateway