big svn cleanup
[anytun.git] / src / openvpn / sample-config-files / loopback-client
blob9db2877f0597d9ec78086c333633ae0276296ef4
1 # Perform a TLS loopback test -- client side.
3 # This test performs a TLS negotiation once every 10 seconds,
4 # and will terminate after 2 minutes.
6 # From the root directory of the OpenVPN distribution,
7 # after openvpn has been built, run:
9 #  ./openvpn --config sample-config-files/loopback-client  (In one window) 
10 #  ./openvpn --config sample-config-files/loopback-server  (Simultaneously in another window) 
12 rport 16000
13 lport 16001
14 remote localhost
15 local localhost
16 dev null
17 verb 3
18 reneg-sec 10
19 tls-client
20 ca sample-keys/tmp-ca.crt
21 key sample-keys/client.key
22 cert sample-keys/client.crt
23 cipher DES-EDE3-CBC
24 ping 1
25 inactive 120