• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/sample/sample-config-files/
1# Perform a TLS loopback test -- client side.
2#
3# This test performs a TLS negotiation once every 10 seconds,
4# and will terminate after 2 minutes.
5#
6# From the root directory of the OpenVPN distribution,
7# after openvpn has been built, run:
8#
9#  ./openvpn --config sample-config-files/loopback-client  (In one window) 
10#  ./openvpn --config sample-config-files/loopback-server  (Simultaneously in another window) 
11
12rport 16000
13lport 16001
14remote localhost
15local localhost
16dev null
17verb 3
18reneg-sec 10
19tls-client
20ca sample-keys/ca.crt
21key sample-keys/client.key
22cert sample-keys/client.crt
23cipher DES-EDE3-CBC
24ping 1
25inactive 120 10000000
26