Jump to content

OpenVPN not working


Recommended Posts

Here is the config from my vpn provider:

client
dev tun
proto udp
remote 139.59.166.33 1194
resolv-retry infinite
nobind
persist-key
persist-tun
dhcp-option DNS 8.8.8.8
verb 3
auth-user-pass
setenv CLIENT_CERT 0

<ca>
-----BEGIN CERTIFICATE-----

-----END CERTIFICATE-----
</ca>

And here is the log of the error I'm getting:

Sat Aug 19 13:26:51 2017 WARNING: file '/tmp/vpncred' is group or others accessible
Sat Aug 19 13:26:51 2017 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
Sat Aug 19 13:26:51 2017 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Sat Aug 19 13:26:51 2017 Socket Buffers: R=[163840->131072] S=[163840->131072]
Sat Aug 19 13:26:51 2017 UDPv4 link local: [undef]
Sat Aug 19 13:26:51 2017 UDPv4 link remote: [AF_INET]139.59.166.33:1194
Sat Aug 19 13:26:51 2017 TLS: Initial packet from [AF_INET]139.59.166.33:1194, sid=1032c04a cc00ff80
Sat Aug 19 13:26:51 2017 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Sat Aug 19 13:26:51 2017 VERIFY OK: depth=1, CN=Fastvpn.io
Sat Aug 19 13:26:51 2017 VERIFY OK: depth=0, CN=lon1.fastvpn.io
Sat Aug 19 13:26:51 2017 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Aug 19 13:26:51 2017 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Aug 19 13:26:51 2017 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Aug 19 13:26:51 2017 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Aug 19 13:26:51 2017 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 2048 bit RSA
Sat Aug 19 13:26:51 2017 [lon1.fastvpn.io] Peer Connection Initiated with [AF_INET]139.59.166.33:1194
Sat Aug 19 13:26:53 2017 SENT CONTROL [lon1.fastvpn.io]: 'PUSH_REQUEST' (status=1)
Sat Aug 19 13:26:56 2017 PUSH: Received control message: 'PUSH_REPLY,ping 3,ping-restart 10,ifconfig 10.8.0.25 10.8.0.26,dhcp-option DNS 10.8.0.1,dhcp-option DNS 8.8.8.8,dhcp-option WINS 10.8.0.1,route-gateway 10.8.0.26,redirect-gateway def1'
Sat Aug 19 13:26:56 2017 OPTIONS IMPORT: timers and/or timeouts modified
Sat Aug 19 13:26:56 2017 OPTIONS IMPORT: --ifconfig/up options modified
Sat Aug 19 13:26:56 2017 OPTIONS IMPORT: route options modified
Sat Aug 19 13:26:56 2017 OPTIONS IMPORT: route-related options modified
Sat Aug 19 13:26:56 2017 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Sat Aug 19 13:26:56 2017 TUN/TAP device tun0 opened
Sat Aug 19 13:26:56 2017 TUN/TAP TX queue length set to 100
Sat Aug 19 13:26:56 2017 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
Sat Aug 19 13:26:56 2017 /sbin/ifconfig tun0 10.8.0.25 pointopoint 10.8.0.26 mtu 1500
Sat Aug 19 13:26:56 2017 /www/scripts/vpnup.sh 29371 tun0 1500 1541 10.8.0.25 10.8.0.26 init
Sat Aug 19 13:26:56 2017 Initialization Sequence Completed
Sat Aug 19 13:26:56 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:26:56 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:26:56 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:26:57 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:26:59 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:26:59 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:26:59 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:26:59 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:27:00 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:27:02 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:27:04 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:27:05 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:27:06 2017 [lon1.fastvpn.io] Inactivity timeout (--ping-restart), restarting
Sat Aug 19 13:27:06 2017 SIGUSR1[soft,ping-restart] received, process restarting
Sat Aug 19 13:27:06 2017 Restart pause, 2 second(s)
Sat Aug 19 13:27:08 2017 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
Sat Aug 19 13:27:08 2017 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Sat Aug 19 13:27:08 2017 Socket Buffers: R=[163840->131072] S=[163840->131072]
Sat Aug 19 13:27:08 2017 UDPv4 link local: [undef]
Sat Aug 19 13:27:08 2017 UDPv4 link remote: [AF_INET]139.59.166.33:1194
Sat Aug 19 13:27:08 2017 TLS: Initial packet from [AF_INET]139.59.166.33:1194, sid=3af37e80 abbe2b52
Sat Aug 19 13:27:08 2017 VERIFY OK: depth=1, CN=Fastvpn.io
Sat Aug 19 13:27:08 2017 VERIFY OK: depth=0, CN=lon1.fastvpn.io
Sat Aug 19 13:27:08 2017 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Aug 19 13:27:08 2017 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Aug 19 13:27:08 2017 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Aug 19 13:27:08 2017 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Aug 19 13:27:08 2017 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 2048 bit RSA
Sat Aug 19 13:27:08 2017 [lon1.fastvpn.io] Peer Connection Initiated with [AF_INET]139.59.166.33:1194
Sat Aug 19 13:27:10 2017 SENT CONTROL [lon1.fastvpn.io]: 'PUSH_REQUEST' (status=1)
Sat Aug 19 13:27:15 2017 SENT CONTROL [lon1.fastvpn.io]: 'PUSH_REQUEST' (status=1)
Sat Aug 19 13:27:15 2017 PUSH: Received control message: 'PUSH_REPLY,ping 3,ping-restart 10,ifconfig 10.8.0.209 10.8.0.210,dhcp-option DNS 10.8.0.1,dhcp-option DNS 8.8.8.8,dhcp-option WINS 10.8.0.1,route-gateway 10.8.0.210,redirect-gateway def1'
Sat Aug 19 13:27:15 2017 OPTIONS IMPORT: timers and/or timeouts modified
Sat Aug 19 13:27:15 2017 OPTIONS IMPORT: --ifconfig/up options modified
Sat Aug 19 13:27:15 2017 OPTIONS IMPORT: route options modified
Sat Aug 19 13:27:15 2017 OPTIONS IMPORT: route-related options modified
Sat Aug 19 13:27:15 2017 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Sat Aug 19 13:27:15 2017 Preserving previous TUN/TAP instance: tun0
Sat Aug 19 13:27:15 2017 NOTE: Pulled options changed on restart, will need to close and reopen TUN/TAP device.
Sat Aug 19 13:27:15 2017 Closing TUN/TAP interface
Sat Aug 19 13:27:15 2017 /sbin/ifconfig tun0 0.0.0.0
Sat Aug 19 13:27:15 2017 /www/scripts/vpndown.sh 29371 tun0 1500 1541 10.8.0.25 10.8.0.26 init
Sat Aug 19 13:27:17 2017 TUN/TAP device tun0 opened
Sat Aug 19 13:27:17 2017 TUN/TAP TX queue length set to 100
Sat Aug 19 13:27:17 2017 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
Sat Aug 19 13:27:17 2017 /sbin/ifconfig tun0 10.8.0.209 pointopoint 10.8.0.210 mtu 1500
Sat Aug 19 13:27:17 2017 /www/scripts/vpnup.sh 29371 tun0 1500 1541 10.8.0.209 10.8.0.210 init
Sat Aug 19 13:27:17 2017 Initialization Sequence Completed
Sat Aug 19 13:27:17 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:27:17 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:27:17 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:27:17 2017 PUSH: Received control message: 'PUSH_REPLY,ping 3,ping-restart 10,ifconfig 10.8.0.209 10.8.0.210,dhcp-option DNS 10.8.0.1,dhcp-option DNS 8.8.8.8,dhcp-option WINS 10.8.0.1,route-gateway 10.8.0.210,redirect-gateway def'
Sat Aug 19 13:27:17 2017 Options error: unknown --redirect-gateway flag: def
Sat Aug 19 13:27:18 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:27:21 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:27:21 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:27:23 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:27:24 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:27:24 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:27:25 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:27:27 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:27:27 2017 [lon1.fastvpn.io] Inactivity timeout (--ping-restart), restarting
Sat Aug 19 13:27:27 2017 SIGUSR1[soft,ping-restart] received, process restarting
Sat Aug 19 13:27:27 2017 Restart pause, 2 second(s)
Sat Aug 19 13:27:29 2017 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
Sat Aug 19 13:27:29 2017 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Sat Aug 19 13:27:29 2017 Socket Buffers: R=[163840->131072] S=[163840->131072]
Sat Aug 19 13:27:29 2017 UDPv4 link local: [undef]
Sat Aug 19 13:27:29 2017 UDPv4 link remote: [AF_INET]139.59.166.33:1194
Sat Aug 19 13:27:29 2017 TLS: Initial packet from [AF_INET]139.59.166.33:1194, sid=06cd2d07 512005c4
Sat Aug 19 13:27:29 2017 VERIFY OK: depth=1, CN=Fastvpn.io
Sat Aug 19 13:27:29 2017 VERIFY OK: depth=0, CN=lon1.fastvpn.io
Sat Aug 19 13:27:29 2017 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Aug 19 13:27:29 2017 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Aug 19 13:27:29 2017 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Aug 19 13:27:29 2017 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Aug 19 13:27:29 2017 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 2048 bit RSA
Sat Aug 19 13:27:29 2017 [lon1.fastvpn.io] Peer Connection Initiated with [AF_INET]139.59.166.33:1194
Sat Aug 19 13:27:31 2017 SENT CONTROL [lon1.fastvpn.io]: 'PUSH_REQUEST' (status=1)
Sat Aug 19 13:27:34 2017 PUSH: Received control message: 'PUSH_REPLY,ping 3,ping-restart 10,ifconfig 10.8.0.25 10.8.0.26,dhcp-option DNS 10.8.0.1,dhcp-option DNS 8.8.8.8,dhcp-option WINS 10.8.0.1,route-gateway 10.8.0.26,redirect-gateway def1'
Sat Aug 19 13:27:34 2017 OPTIONS IMPORT: timers and/or timeouts modified
Sat Aug 19 13:27:34 2017 OPTIONS IMPORT: --ifconfig/up options modified
Sat Aug 19 13:27:34 2017 OPTIONS IMPORT: route options modified
Sat Aug 19 13:27:34 2017 OPTIONS IMPORT: route-related options modified
Sat Aug 19 13:27:34 2017 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Sat Aug 19 13:27:34 2017 Preserving previous TUN/TAP instance: tun0
Sat Aug 19 13:27:34 2017 NOTE: Pulled options changed on restart, will need to close and reopen TUN/TAP device.
Sat Aug 19 13:27:34 2017 Closing TUN/TAP interface
Sat Aug 19 13:27:34 2017 /sbin/ifconfig tun0 0.0.0.0
Sat Aug 19 13:27:34 2017 /www/scripts/vpndown.sh 29371 tun0 1500 1541 10.8.0.209 10.8.0.210 init
Sat Aug 19 13:27:35 2017 TUN/TAP device tun0 opened
Sat Aug 19 13:27:35 2017 TUN/TAP TX queue length set to 100
Sat Aug 19 13:27:35 2017 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
Sat Aug 19 13:27:35 2017 /sbin/ifconfig tun0 10.8.0.25 pointopoint 10.8.0.26 mtu 1500
Sat Aug 19 13:27:35 2017 /www/scripts/vpnup.sh 29371 tun0 1500 1541 10.8.0.25 10.8.0.26 init
Sat Aug 19 13:27:35 2017 Initialization Sequence Completed
Sat Aug 19 13:27:35 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:27:35 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:27:37 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:27:40 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:27:43 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:27:45 2017 [lon1.fastvpn.io] Inactivity timeout (--ping-restart), restarting
Sat Aug 19 13:27:45 2017 SIGUSR1[soft,ping-restart] received, process restarting
Sat Aug 19 13:27:45 2017 Restart pause, 2 second(s)
Sat Aug 19 13:27:47 2017 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
Sat Aug 19 13:27:47 2017 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Sat Aug 19 13:27:47 2017 Socket Buffers: R=[163840->131072] S=[163840->131072]
Sat Aug 19 13:27:47 2017 UDPv4 link local: [undef]
Sat Aug 19 13:27:47 2017 UDPv4 link remote: [AF_INET]139.59.166.33:1194
Sat Aug 19 13:27:47 2017 TLS: Initial packet from [AF_INET]139.59.166.33:1194, sid=46aee72a 7c2cbe4f
Sat Aug 19 13:27:47 2017 VERIFY OK: depth=1, CN=Fastvpn.io
Sat Aug 19 13:27:47 2017 VERIFY OK: depth=0, CN=lon1.fastvpn.io
Sat Aug 19 13:27:47 2017 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Aug 19 13:27:47 2017 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Aug 19 13:27:47 2017 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Aug 19 13:27:47 2017 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Aug 19 13:27:47 2017 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 2048 bit RSA
Sat Aug 19 13:27:47 2017 [lon1.fastvpn.io] Peer Connection Initiated with [AF_INET]139.59.166.33:1194
Sat Aug 19 13:27:50 2017 SENT CONTROL [lon1.fastvpn.io]: 'PUSH_REQUEST' (status=1)
Sat Aug 19 13:27:54 2017 PUSH: Received control message: 'PUSH_REPLY,ping 3,ping-restart 10,ifconfig 10.8.0.209 10.8.0.210,dhcp-option DNS 10.8.0.1,dhcp-option DNS 8.8.8.8,dhcp-option WINS 10.8.0.1,route-gateway 10.8.0.210,redirect-gateway def1'
Sat Aug 19 13:27:54 2017 OPTIONS IMPORT: timers and/or timeouts modified
Sat Aug 19 13:27:54 2017 OPTIONS IMPORT: --ifconfig/up options modified
Sat Aug 19 13:27:54 2017 OPTIONS IMPORT: route options modified
Sat Aug 19 13:27:54 2017 OPTIONS IMPORT: route-related options modified
Sat Aug 19 13:27:54 2017 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Sat Aug 19 13:27:54 2017 Preserving previous TUN/TAP instance: tun0
Sat Aug 19 13:27:54 2017 NOTE: Pulled options changed on restart, will need to close and reopen TUN/TAP device.
Sat Aug 19 13:27:54 2017 Closing TUN/TAP interface
Sat Aug 19 13:27:54 2017 /sbin/ifconfig tun0 0.0.0.0
Sat Aug 19 13:27:54 2017 /www/scripts/vpndown.sh 29371 tun0 1500 1541 10.8.0.25 10.8.0.26 init
Sat Aug 19 13:27:55 2017 TUN/TAP device tun0 opened
Sat Aug 19 13:27:55 2017 TUN/TAP TX queue length set to 100
Sat Aug 19 13:27:55 2017 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
Sat Aug 19 13:27:55 2017 /sbin/ifconfig tun0 10.8.0.209 pointopoint 10.8.0.210 mtu 1500
Sat Aug 19 13:27:55 2017 /www/scripts/vpnup.sh 29371 tun0 1500 1541 10.8.0.209 10.8.0.210 init
Sat Aug 19 13:27:56 2017 Initialization Sequence Completed
Sat Aug 19 13:27:56 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:27:56 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:27:57 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:27:58 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:27:59 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:28:00 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:28:00 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:28:03 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:28:04 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:28:06 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:28:06 2017 [lon1.fastvpn.io] Inactivity timeout (--ping-restart), restarting
Sat Aug 19 13:28:06 2017 SIGUSR1[soft,ping-restart] received, process restarting
Sat Aug 19 13:28:06 2017 Restart pause, 2 second(s)
Sat Aug 19 13:28:08 2017 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.
Sat Aug 19 13:28:08 2017 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
Sat Aug 19 13:28:08 2017 Socket Buffers: R=[163840->131072] S=[163840->131072]
Sat Aug 19 13:28:08 2017 UDPv4 link local: [undef]
Sat Aug 19 13:28:08 2017 UDPv4 link remote: [AF_INET]139.59.166.33:1194
Sat Aug 19 13:28:08 2017 TLS: Initial packet from [AF_INET]139.59.166.33:1194, sid=7b668120 135022c8
Sat Aug 19 13:28:08 2017 VERIFY OK: depth=1, CN=Fastvpn.io
Sat Aug 19 13:28:08 2017 VERIFY OK: depth=0, CN=lon1.fastvpn.io
Sat Aug 19 13:28:08 2017 Data Channel Encrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Aug 19 13:28:08 2017 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Aug 19 13:28:08 2017 Data Channel Decrypt: Cipher 'BF-CBC' initialized with 128 bit key
Sat Aug 19 13:28:08 2017 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Sat Aug 19 13:28:08 2017 Control Channel: TLSv1, cipher TLSv1/SSLv3 DHE-RSA-AES256-SHA, 2048 bit RSA
Sat Aug 19 13:28:08 2017 [lon1.fastvpn.io] Peer Connection Initiated with [AF_INET]139.59.166.33:1194
Sat Aug 19 13:28:10 2017 SENT CONTROL [lon1.fastvpn.io]: 'PUSH_REQUEST' (status=1)
Sat Aug 19 13:28:13 2017 PUSH: Received control message: 'PUSH_REPLY,ping 3,ping-restart 10,ifconfig 10.8.0.25 10.8.0.26,dhcp-option DNS 10.8.0.1,dhcp-option DNS 8.8.8.8,dhcp-option WINS 10.8.0.1,route-gateway 10.8.0.26,redirect-gateway def1'
Sat Aug 19 13:28:13 2017 OPTIONS IMPORT: timers and/or timeouts modified
Sat Aug 19 13:28:13 2017 OPTIONS IMPORT: --ifconfig/up options modified
Sat Aug 19 13:28:13 2017 OPTIONS IMPORT: route options modified
Sat Aug 19 13:28:13 2017 OPTIONS IMPORT: route-related options modified
Sat Aug 19 13:28:13 2017 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Sat Aug 19 13:28:13 2017 Preserving previous TUN/TAP instance: tun0
Sat Aug 19 13:28:13 2017 NOTE: Pulled options changed on restart, will need to close and reopen TUN/TAP device.
Sat Aug 19 13:28:13 2017 Closing TUN/TAP interface
Sat Aug 19 13:28:13 2017 /sbin/ifconfig tun0 0.0.0.0
Sat Aug 19 13:28:13 2017 /www/scripts/vpndown.sh 29371 tun0 1500 1541 10.8.0.209 10.8.0.210 init
Sat Aug 19 13:28:14 2017 TUN/TAP device tun0 opened
Sat Aug 19 13:28:14 2017 TUN/TAP TX queue length set to 100
Sat Aug 19 13:28:14 2017 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
Sat Aug 19 13:28:14 2017 /sbin/ifconfig tun0 10.8.0.25 pointopoint 10.8.0.26 mtu 1500
Sat Aug 19 13:28:14 2017 /www/scripts/vpnup.sh 29371 tun0 1500 1541 10.8.0.25 10.8.0.26 init
Sat Aug 19 13:28:14 2017 Initialization Sequence Completed
Sat Aug 19 13:28:14 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:28:15 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:28:16 2017 Authenticate/Decrypt packet error: cipher final failed
Sat Aug 19 13:28:17 2017 event_wait : Interrupted system call (code=4)
Sat Aug 19 13:28:17 2017 Closing TUN/TAP interface
Sat Aug 19 13:28:17 2017 /sbin/ifconfig tun0 0.0.0.0
Sat Aug 19 13:28:18 2017 /www/scripts/vpndown.sh 29371 tun0 1500 1541 10.8.0.25 10.8.0.26 init
Sat Aug 19 13:28:19 2017 SIGTERM[hard,] received, process exiting

Any help is much appreciated :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...