Skip to content

Instantly share code, notes, and snippets.

@jjongsma
Created November 30, 2013 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjongsma/b613187e61dcd2f5c1ea to your computer and use it in GitHub Desktop.
Save jjongsma/b613187e61dcd2f5c1ea to your computer and use it in GitHub Desktop.
My OpenVPN client config (minus certificates)
client
dev tun0
proto udp
remote pw.openvpn.ipredator.se 1194
resolv-retry infinite
nobind
auth-user-pass /etc/openvpn/ipredator.auth
auth-retry nointeract
ca [inline]
tls-client
tls-auth [inline]
ns-cert-type server
keepalive 10 30
cipher AES-256-CBC
tls-cipher TLSv1:!ADH:!SSLv2:!NULL:!EXPORT:!DES:!LOW:!MEDIUM:@STRENGTH
persist-key
persist-tun
comp-lzo
tun-mtu 1500
mssfix
passtos
verb 3
# route-nopull
route-noexec
up /etc/openvpn/up.sh
down /etc/openvpn/down.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment