Created
April 10, 2011 06:11
-
-
Save iley/912085 to your computer and use it in GitHub Desktop.
OpenVPN client config (Windows 7)
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
proto udp | |
dev tun | |
remote 10.128.220.101 | |
ifconfig 192.168.3.2 192.168.3.1 | |
secret static.key | |
route-method exe | |
route-delay 2 | |
redirect-gateway | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment