Jump to content
Not connected, Your IP: 13.59.9.236
Sign in to follow this  
plainzwalker

ANSWERED OpenVPN Fails to reconnect

Recommended Posts

I can't figure out why my system will not reconnect to the server whenever the connection goes down. My system is running Ubuntu Server, so everything is cli based. Here are the config files

 

/etc/openvpn/cfg:

# --------------------------------------------------------
# Air VPN | https://airvpn.org | Wednesday 6th of January 2016 02:31:28 AM
# OpenVPN Client Configuration
# AirVPN_Netherlands_UDP-443
# --------------------------------------------------------

client
dev tun
proto udp
remote nl.vpn.airdns.org 443
resolv-retry infinite
nobind
persist-key
persist-tun
remote-cert-tls server
cipher AES-256-CBC
comp-lzo no
route-delay 5
verb 3
explicit-exit-notify 5
ca "ca.crt"
cert "user.crt"
key "user.key"
tls-auth "ta.key" 1
keepalive 10 120
log-append /var/log/openvpn.log

 

/etc/default/openvpn cfg


# This is the configuration file for /etc/init.d/openvpn

#
# Start only these VPNs automatically via init script.
# Allowed values are "all", "none" or space separated list of
# names of the VPNs. If empty, "all" is assumed.
# The VPN name refers to the VPN configutation file name.
# i.e. "home" would be /etc/openvpn/home.conf
#
AUTOSTART="all"
#AUTOSTART="none"
#AUTOSTART="home office"
#
# Refresh interval (in seconds) of default status files
# located in /var/run/openvpn.$NAME.status
# Defaults to 10, 0 disables status file generation
#
#STATUSREFRESH=10
#STATUSREFRESH=0
# Optional arguments to openvpn's command line
OPTARGS="--ping 5 --ping-restart 30 --client-connect up.sh"
#
# If you need openvpn running after sendsigs, i.e.
# to let umountnfs work over the vpn, set OMIT_SENDSIGS
# to 1 and include umountnfs as Required-Stop: in openvpn's
# init.d script (remember to run insserv after that)
#
OMIT_SENDSIGS=0

and finally log the last 200 lines from my openvpn log file (and apparently it shows another issue that I haven't seen before):

Mon Oct 10 09:02:05 2016 OPTIONS IMPORT: timers and/or timeouts modified
Mon Oct 10 09:02:05 2016 OPTIONS IMPORT: LZO parms modified
Mon Oct 10 09:02:05 2016 OPTIONS IMPORT: --ifconfig/up options modified
Mon Oct 10 09:02:05 2016 OPTIONS IMPORT: route options modified
Mon Oct 10 09:02:05 2016 OPTIONS IMPORT: route-related options modified
Mon Oct 10 09:02:05 2016 OPTIONS IMPORT: --ip-win32 and/or --dhcp-option options modified
Mon Oct 10 09:02:05 2016 ROUTE_GATEWAY 192.168.1.1/255.255.255.0 IFACE=eth0 HWADDR=bc:5f:f4:38:06:c9
Mon Oct 10 09:02:05 2016 TUN/TAP device tun0 opened
Mon Oct 10 09:02:05 2016 TUN/TAP TX queue length set to 100
Mon Oct 10 09:02:05 2016 do_ifconfig, tt->ipv6=0, tt->did_ifconfig_ipv6_setup=0
Mon Oct 10 09:02:05 2016 /sbin/ip link set dev tun0 up mtu 1500
Mon Oct 10 09:02:05 2016 /sbin/ip addr add dev tun0 10.4.30.231/16 broadcast 10.4.255.255
Mon Oct 10 09:02:10 2016 /sbin/ip route add 213.152.162.169/32 via 192.168.1.1
Mon Oct 10 09:02:10 2016 /sbin/ip route add 0.0.0.0/1 via 10.4.0.1
Mon Oct 10 09:02:10 2016 /sbin/ip route add 128.0.0.0/1 via 10.4.0.1
Mon Oct 10 09:02:10 2016 Initialization Sequence Completed
Mon Oct 10 09:46:02 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:46:21 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:47:02 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:47:29 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:47:29 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:47:57 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:48:07 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:48:18 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:48:39 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:48:39 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:48:43 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:48:51 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:49:08 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:49:12 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:49:53 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:50:06 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:50:13 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:50:26 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:50:38 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:50:54 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:50:54 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:51:00 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:51:04 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:51:14 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:51:25 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:51:37 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:51:49 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:51:53 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:51:59 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:52:10 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:52:36 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:52:39 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:52:41 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:52:41 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:52:41 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:52:48 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:52:52 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:53:00 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:53:04 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:53:06 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:53:10 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:53:18 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:53:20 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:53:25 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:53:25 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:53:35 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:54:19 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:54:20 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:55:05 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:55:12 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:55:15 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:55:28 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:55:28 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:55:40 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:55:40 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:55:53 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:55:55 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:55:58 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:56:07 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:56:13 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:56:48 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:56:57 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:56:57 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:56:57 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:57:04 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:57:12 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:57:17 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:57:21 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:57:30 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:57:34 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:57:34 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:57:42 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:57:44 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:57:44 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:57:55 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:57:57 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:57:59 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:58:01 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:58:12 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:58:12 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:58:12 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:58:43 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:58:44 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:58:51 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:58:51 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:58:57 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:59:01 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:59:05 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:59:08 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:59:36 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 09:59:51 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:00:10 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:00:26 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:00:32 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:00:38 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:00:46 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:00:51 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:00:59 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:01:27 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:01:27 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:01:29 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:01:48 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:01:55 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:02:03 2016 TLS: soft reset sec=0 bytes=12928654983/0 pkts=13861359/0
Mon Oct 10 10:02:03 2016 VERIFY OK: depth=1, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=airvpn.org CA, emailAddress=info@airvpn.org
Mon Oct 10 10:02:03 2016 Validating certificate key usage
Mon Oct 10 10:02:03 2016 ++ Certificate has key usage  00a0, expects 00a0
Mon Oct 10 10:02:03 2016 VERIFY KU OK
Mon Oct 10 10:02:03 2016 Validating certificate extended key usage
Mon Oct 10 10:02:03 2016 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
Mon Oct 10 10:02:03 2016 VERIFY EKU OK
Mon Oct 10 10:02:03 2016 VERIFY OK: depth=0, C=IT, ST=IT, L=Perugia, O=airvpn.org, CN=server, emailAddress=info@airvpn.org
Mon Oct 10 10:02:03 2016 Data Channel Encrypt: Cipher 'AES-256-CBC' initialized with 256 bit key
Mon Oct 10 10:02:03 2016 Data Channel Encrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Mon Oct 10 10:02:03 2016 Data Channel Decrypt: Cipher 'AES-256-CBC' initialized with 256 bit key
Mon Oct 10 10:02:03 2016 Data Channel Decrypt: Using 160 bit message hash 'SHA1' for HMAC authentication
Mon Oct 10 10:02:03 2016 Control Channel: TLSv1.2, cipher TLSv1/SSLv3 DHE-RSA-AES256-GCM-SHA384, 4096 bit RSA
Mon Oct 10 10:02:11 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:02:13 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:02:25 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:02:29 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:02:43 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:02:43 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:02:43 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:02:43 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:02:51 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:02:54 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:03:00 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:03:07 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:03:08 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:03:11 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:03:31 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:03:32 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:03:57 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:04:18 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:04:33 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:04:37 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:04:41 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:04:49 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:05:02 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:05:12 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:05:13 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:05:16 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:05:16 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:05:20 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:05:30 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:05:31 2016 Authenticate/Decrypt packet error: packet HMAC authentication failed
Mon Oct 10 10:08:33 2016 [server] Inactivity timeout (--ping-restart), restarting
Mon Oct 10 10:08:33 2016 SIGUSR1[soft,ping-restart] received, process restarting
Mon Oct 10 10:08:33 2016 Restart pause, 2 second(s)
Mon Oct 10 10:08:35 2016 Socket Buffers: R=[212992->212992] S=[212992->212992]
Mon Oct 10 10:09:15 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:09:55 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:10:40 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:11:25 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:12:10 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:12:55 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:13:40 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:14:25 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:15:10 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:15:55 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:16:40 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:17:25 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:18:10 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:18:55 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:19:40 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:20:25 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:21:10 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:21:55 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:22:40 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:23:25 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:24:10 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:24:55 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:25:40 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:26:25 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:27:10 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:27:55 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:28:40 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:29:26 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:30:11 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:30:56 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:31:41 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:32:26 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution
Mon Oct 10 10:33:11 2016 RESOLVE: Cannot resolve host address: nl.vpn.airdns.org: Temporary failure in name resolution

 

 

Any help would be greatly appreciated. Thank you

Share this post


Link to post

Managed to figure it out on my own, had to disable persist-tun and then it reconnects properly.. The issue now it seems to make two connections to AirVPN on two different servers...not sure how thats happening now since I have it specified by ip address.

 

 

--edit nevermind, forgot I starting setting it up on a pfsense box and stopped due to routing would be too much of a pain.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Security Check
    Play CAPTCHA Audio
    Refresh Image
Sign in to follow this  

×
×
  • Create New...