Skip to content

Instantly share code, notes, and snippets.

@eegrok
Created May 4, 2011 22:21
Show Gist options
  • Save eegrok/956165 to your computer and use it in GitHub Desktop.
Save eegrok/956165 to your computer and use it in GitHub Desktop.
OpenVPN server config file
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