diff -r af9f2bac68b2 -r 0c12a9c824a0 openvpn/openvpn.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/openvpn/openvpn.conf Fri Sep 07 19:01:31 2012 +0200 @@ -0,0 +1,17 @@ +## +## openvpn.conf -- OpenVPN Server Configuration +## + +# use a dynamic tun(4) device +dev tun + +# the remote peer +remote 192.168.0.1 + +# 10.0.0.1 is the local VPN endpoint +# 10.0.0.2 is the remote VPN endpoint +ifconfig 10.0.0.1 10.0.0.2 + +# the pre-shared static key +secret openvpn.key +