Created
May 4, 2011 22:29
-
-
Save eegrok/956183 to your computer and use it in GitHub Desktop.
OpenVPN client config file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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