Created
May 4, 2011 22:21
-
-
Save eegrok/956165 to your computer and use it in GitHub Desktop.
OpenVPN server 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
dev tun | |
# customize these ips to not conflict | |
ifconfig 172.23.0.1 172.23.0.2 | |
# make sure this port UDP is open on the firewall -- 1194 is the default OpenVPN port | |
#port 2794 | |
secret /etc/openvpn/static.key | |
#you can uncomment the following line to see a lot of debug info, including traffic | |
#verb 6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment