openvpn/openvpn.conf

changeset 666
0c12a9c824a0
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/openvpn/openvpn.conf	Fri Sep 07 19:01:31 2012 +0200
     1.3 @@ -0,0 +1,17 @@
     1.4 +##
     1.5 +##  openvpn.conf -- OpenVPN Server Configuration
     1.6 +##
     1.7 +
     1.8 +#   use a dynamic tun(4) device
     1.9 +dev tun
    1.10 +
    1.11 +#   the remote peer
    1.12 +remote 192.168.0.1
    1.13 +
    1.14 +#   10.0.0.1 is the local  VPN endpoint
    1.15 +#   10.0.0.2 is the remote VPN endpoint
    1.16 +ifconfig 10.0.0.1 10.0.0.2
    1.17 +
    1.18 +#   the pre-shared static key
    1.19 +secret openvpn.key
    1.20 +

mercurial