Skip to content

Instantly share code, notes, and snippets.

@hydra35
Created June 22, 2014 12:25
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 hydra35/30f8729babb3955cadc7 to your computer and use it in GitHub Desktop.
Save hydra35/30f8729babb3955cadc7 to your computer and use it in GitHub Desktop.
DD-WRT OpenVPN Client Configuration
#/tmp/openvpncl/openvpn.conf
ca /tmp/openvpncl/ca.crt
cert /tmp/openvpncl/client.crt
key /tmp/openvpncl/client.key
management 127.0.0.1 5001
management-log-cache 50
verb 4
mute 5
log-append /var/log/openvpncl
writepid /var/log/openvpncl.pid
client
resolv-retry infinite
nobind
persist-key
persist-tun
script-security 2
mtu-disc yes
dev tap1
proto udp
cipher bf-cbc
auth sha1
remote $IP 1194
tls-client
tun-mtu 1500
fast-io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment