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/loopback-client | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/openvpn/sample-config-files/loopback-client (limited to 'src/openvpn/sample-config-files/loopback-client') diff --git a/src/openvpn/sample-config-files/loopback-client b/src/openvpn/sample-config-files/loopback-client new file mode 100644 index 0000000..9db2877 --- /dev/null +++ b/src/openvpn/sample-config-files/loopback-client @@ -0,0 +1,25 @@ +# Perform a TLS loopback test -- client side. +# +# This test performs a TLS negotiation once every 10 seconds, +# and will terminate after 2 minutes. +# +# From the root directory of the OpenVPN distribution, +# after openvpn has been built, run: +# +# ./openvpn --config sample-config-files/loopback-client (In one window) +# ./openvpn --config sample-config-files/loopback-server (Simultaneously in another window) + +rport 16000 +lport 16001 +remote localhost +local localhost +dev null +verb 3 +reneg-sec 10 +tls-client +ca sample-keys/tmp-ca.crt +key sample-keys/client.key +cert sample-keys/client.crt +cipher DES-EDE3-CBC +ping 1 +inactive 120 -- cgit v1.2.3