From 3e4d8f433239c40311037616b1b8833a06651ae0 Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Mon, 16 Apr 2012 19:21:14 +0200 Subject: Initial import --- openvpn/sample/sample-config-files/xinetd-client-config | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 openvpn/sample/sample-config-files/xinetd-client-config (limited to 'openvpn/sample/sample-config-files/xinetd-client-config') diff --git a/openvpn/sample/sample-config-files/xinetd-client-config b/openvpn/sample/sample-config-files/xinetd-client-config new file mode 100644 index 00000000..03c5c1fa --- /dev/null +++ b/openvpn/sample/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