# Perform a TLS loopback test -- server 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 16001 lport 16000 remote localhost local localhost dev null verb 3 reneg-sec 10 tls-server dh sample-keys/dh2048.pem ca sample-keys/ca.crt key sample-keys/server.key cert sample-keys/server.crt tls-auth sample-keys/ta.key 0 ping 1 inactive 120 10000000
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
README | File | 131 B | 0644 |
|
client.conf | File | 3.5 KB | 0644 |
|
firewall.sh | File | 3.48 KB | 0755 |
|
home.up | File | 62 B | 0755 |
|
loopback-client | File | 672 B | 0644 |
|
loopback-server | File | 675 B | 0644 |
|
office.up | File | 62 B | 0755 |
|
openvpn-shutdown.sh | File | 63 B | 0755 |
|
openvpn-startup.sh | File | 776 B | 0755 |
|
server.conf.gz | File | 4.25 KB | 0644 |
|
static-home.conf | File | 1.74 KB | 0644 |
|
static-office.conf | File | 1.68 KB | 0644 |
|
tls-home.conf | File | 1.89 KB | 0644 |
|
tls-office.conf | File | 1.9 KB | 0644 |
|
xinetd-client-config | File | 199 B | 0644 |
|
xinetd-server-config | File | 989 B | 0644 |
|