head 1.3; access; symbols OPENPKG_E1_MP_HEAD:1.3 OPENPKG_E1_MP:1.3 OPENPKG_E1_MP_2_STABLE:1.3 OPENPKG_E1_FP:1.3 OPENPKG_2_STABLE_MP:1.3 OPENPKG_2_STABLE_20061018:1.3 OPENPKG_2_STABLE_20060622:1.3 OPENPKG_2_STABLE:1.3.0.6 OPENPKG_2_STABLE_BP:1.3 OPENPKG_2_5_RELEASE:1.3 OPENPKG_2_5_SOLID:1.3.0.4 OPENPKG_2_5_SOLID_BP:1.3 OPENPKG_2_4_RELEASE:1.3 OPENPKG_2_4_SOLID:1.3.0.2 OPENPKG_2_4_SOLID_BP:1.3 OPENPKG_CW_FP:1.1; locks; strict; comment @# @; 1.3 date 2005.05.08.07.02.25; author rse; state Exp; branches; next 1.2; 1.2 date 2005.04.30.19.15.29; author rse; state Exp; branches; next 1.1; 1.1 date 2003.11.13.16.06.29; author ms; state Exp; branches; next ; desc @@ 1.3 log @support multiple OpenVPN daemons (in case one needs a multi-connection client-setup) and fix default config to really allow out-of-the-box startup @ text @## ## 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 @ 1.2 log @upgrade to OpenVPN 2.0 and cleanup packaging @ text @d9 1 a9 1 remote 10.1.0.2 d11 3 a13 3 # 10.1.0.1 is the local VPN endpoint # 10.1.0.2 is the remote VPN endpoint ifconfig 10.1.0.1 10.1.0.2 @ 1.1 log @Downgrade to JUNK due to missing dependency, and implement PR #202 @ text @d1 3 a3 4 # Sample OpenVPN configuration file for # using a pre-shared static key. # # '#' or ';' may be used to delimit comments. d5 1 a5 1 # Use a dynamic tun device. d8 2 a9 2 # Our remote peer remote mypeer.mydomain d11 2 a12 2 # 10.1.0.1 is our local VPN endpoint # 10.1.0.2 is our remote VPN endpoint d15 2 a16 2 # Our pre-shared static key secret static.key @