Skip to content

Instantly share code, notes, and snippets.

@eegrok
Created May 4, 2011 22:29
Show Gist options
  • Save eegrok/956183 to your computer and use it in GitHub Desktop.
Save eegrok/956183 to your computer and use it in GitHub Desktop.
OpenVPN client config file
#modify the remote myremote.mydomain to be the server address
remote myremote.mydomain
dev tun
ifconfig 172.23.0.2 172.23.0.1
secret /etc/openvpn/static.key
# uncomment this to keep this connection alive if you need to connect from the server to the client sometimes
# keepalive 10 120
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment