Well the
VPN Client 1 connection appears to be
successful.....
Code:
Jun 21 07:00:14 ovpn-client1[2450]: Initialization Sequence Completed
then weirdly, 8 seconds later the connection is terminated:
Code:
Jun 21 07:00:22 ovpn-client1[2450]: [SaferVPN] Inactivity timeout (--ping-restart), restarting
Jun 21 07:00:22 ovpn-client1[2450]: SIGUSR1[soft,ping-restart] received, process restarting
Jun 21 07:00:22 ovpn-client1[2450]: Restart pause, 5 second(s)
and after the default 5 second delay, the connection is reattempted:
Code:
Jun 21 07:00:27 ovpn-client1[2450]: NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Jun 21 07:00:27 ovpn-client1[2450]: TCP/UDP: Preserving recently used remote address: [AF_INET]66.23.202.66:1194
Jun 21 07:00:27 ovpn-client1[2450]: Socket Buffers: R=[122880->245760] S=[122880->245760]
Jun 21 07:00:27 ovpn-client1[2450]: UDP link local: (not bound)
Jun 21 07:00:27 ovpn-client1[2450]: UDP link remote: [AF_INET]66.23.202.66:1194
Jun 21 07:00:27 ovpn-client1[2450]: TLS: Initial packet from [AF_INET]66.23.202.66:1194, sid
I suggest you try and eliminate some of the
SaferVPN pushed directives to see if the connection stays up more than
8 seconds
i.e. add the following to the
VPN Client 1 cCustom configuration
Code:
auth-nocache
reneg-sec 86400
pull-filter ignore "sndbuf"
pull-filter ignore "rcvbuf"
pull-filter ignore "ping"