summaryrefslogtreecommitdiff
path: root/src/openvpn/sample-config-files/xinetd-client-config
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-04-12 11:38:42 +0000
committerOthmar Gsenger <otti@anytun.org>2008-04-12 11:38:42 +0000
commitfffd213c8cba2135afda493d797c41c10354770e (patch)
treebb5eea1b12871d8c3fed0e687d83be3e504d11b2 /src/openvpn/sample-config-files/xinetd-client-config
parentsvn cleanup (diff)
big svn cleanup
Diffstat (limited to 'src/openvpn/sample-config-files/xinetd-client-config')
-rw-r--r--src/openvpn/sample-config-files/xinetd-client-config11
1 files changed, 11 insertions, 0 deletions
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