From fffd213c8cba2135afda493d797c41c10354770e Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Sat, 12 Apr 2008 11:38:42 +0000 Subject: big svn cleanup --- src/openvpn/sample-config-files/xinetd-client-config | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/openvpn/sample-config-files/xinetd-client-config (limited to 'src/openvpn/sample-config-files/xinetd-client-config') diff --git a/src/openvpn/sample-config-files/xinetd-client-config b/src/openvpn/sample-config-files/xinetd-client-config new file mode 100644 index 0000000..03c5c1f --- /dev/null +++ b/src/openvpn/sample-config-files/xinetd-client-config @@ -0,0 +1,11 @@ +# This OpenVPN config file +# is the client side counterpart +# of xinetd-server-config + +dev tun +ifconfig 10.4.0.1 10.4.0.2 +remote my-server +port 1194 +user nobody +secret /root/openvpn/key +inactive 600 -- cgit v1.2.3