# Client configuration. client # L3 routed network. dev tun # Use TCP for network transport layer. proto tcp # List of servers, it should choose first of available. remote vpn0.EXAMPLE.com 1194 remote vpn1.EXAMPLE.com 1194 remote vpn2.EXAMPLE.com 1194 remote vpn3.EXAMPLE.com 1194 remote vpn4.EXAMPLE.com 1194 # Time to resolve name before fail. resolv-retry 60 # Use any source port for connection. nobind # Don't re-read configuration on reconnect. persist-key persist-tun # Uncomment if you need proxy. ;http-proxy-retry ;http-proxy [proxy server] [proxy port #] # Doesn't pay attention to packet resends, usefull for wireless networks. mute-replay-warnings # Certificates and keys. ca ca.crt cert USER-laptop.crt key USER-laptop.key # Ask for password. auth-user-pass # Check server for key validity. remote-cert-tls server # Compression method. comp-lzo # Verbosity of log. verb 3 # Number of same repeats in log. mute 10