qdm12 / gluetun

VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in.
https://hub.docker.com/r/qmcgaw/gluetun
MIT License
8.01k stars 368 forks source link

NordVPN: ping restart errors #368

Closed zgababa closed 3 years ago

zgababa commented 3 years ago

Host OS (approximate answer is fine too): Ubuntu 18

Is this urgent?: No

What VPN provider are you using: NordVPN

What are you using to run your container?: Docker Compose

What is the version of the program (See the line at the top of your logs)

 Running version latest built on 2021-01-31T18:49:32Z (commit dd5a9c6)

What's the problem 🤔

I receive strange errors from open vpn, even with the lastest version of gluetun.

Share your logs...

Interaction example between my app and gluetun. There is a restart, some errors, and finally I receive the ip.

gluetun4    | 2021-02-02T17:42:52.161Z  INFO    openvpn: stopping
gluetun4    | 2021-02-02T17:42:52.181Z  INFO    http server: openvpn: stopped
gluetun4    | 2021-02-02T17:42:52.181Z  INFO    openvpn: starting
gluetun4    | 2021-02-02T17:42:52.183Z  INFO    firewall: setting VPN connection through firewall...
gluetun4    | 2021-02-02T17:42:52.185Z  INFO    openvpn configurator: starting openvpn
gluetun4    | 2021-02-02T17:42:52.186Z  INFO    http server: openvpn: running
gluetun4    | 2021-02-02T17:42:52.186Z  INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.9:42166 in 25.480694ms
gluetun4    | 2021-02-02T17:42:52.188Z  INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
gluetun4    | 2021-02-02T17:42:52.188Z  INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
**app4        | 2021-02-02 17:42:52 => RENEW VPN, CALL /restart**
gluetun4    | 2021-02-02T17:42:52.190Z  INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]5.180.62.156:1194
gluetun4    | 2021-02-02T17:42:52.191Z  INFO    openvpn: UDP link local: (not bound)
gluetun4    | 2021-02-02T17:42:52.191Z  INFO    openvpn: UDP link remote: [AF_INET]5.180.62.156:1194
gluetun4    | 2021-02-02T17:42:52.238Z  INFO    openvpn: [de828.nordvpn.com] Peer Connection Initiated with [AF_INET]5.180.62.156:1194
gluetun4    | 2021-02-02T17:42:53.311Z  INFO    openvpn: TUN/TAP device tun0 opened
gluetun4    | 2021-02-02T17:42:53.311Z  INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
gluetun4    | 2021-02-02T17:42:53.312Z  INFO    openvpn: /sbin/ip addr add dev tun0 10.8.3.10/24 broadcast 10.8.3.255
gluetun4    | 2021-02-02T17:42:53.315Z  INFO    openvpn: UID set to nonrootuser
gluetun4    | 2021-02-02T17:42:53.315Z  INFO    openvpn: Initialization Sequence Completed
gluetun4    | 2021-02-02T17:42:53.315Z  INFO    VPN routing IP address: 5.180.62.156
gluetun4    | 2021-02-02T17:42:53.636Z  INFO    ip getter: Public IP address is 5.180.62.157
gluetun4    | 2021-02-02T17:45:53.852Z  INFO    openvpn: [de828.nordvpn.com] Inactivity timeout (--ping-restart), restarting
gluetun4    | 2021-02-02T17:45:53.854Z  ERROR   openvpn: RTNETLINK answers: Operation not permitted
gluetun4    | 2021-02-02T17:45:53.855Z  INFO    openvpn: ERROR: Linux route delete command failed: external program exited with error status: 2
gluetun4    | 2021-02-02T17:45:53.856Z  ERROR   openvpn: RTNETLINK answers: Operation not permitted
gluetun4    | 2021-02-02T17:45:53.856Z  INFO    openvpn: ERROR: Linux route delete command failed: external program exited with error status: 2
gluetun4    | 2021-02-02T17:45:53.857Z  ERROR   openvpn: RTNETLINK answers: Operation not permitted
gluetun4    | 2021-02-02T17:45:53.857Z  INFO    openvpn: ERROR: Linux route delete command failed: external program exited with error status: 2
gluetun4    | 2021-02-02T17:45:53.858Z  INFO    openvpn: /sbin/ip addr del dev tun0 10.8.3.10/24
gluetun4    | 2021-02-02T17:45:53.859Z  ERROR   openvpn: RTNETLINK answers: Operation not permitted
gluetun4    | 2021-02-02T17:45:53.859Z  INFO    openvpn: Linux ip addr del failed: external program exited with error status: 2
gluetun4    | 2021-02-02T17:45:53.905Z  INFO    openvpn: SIGUSR1[soft,ping-restart] received, process restarting
gluetun4    | 2021-02-02T17:46:03.905Z  INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]5.180.62.156:1194
gluetun4    | 2021-02-02T17:46:03.905Z  INFO    openvpn: UDP link local: (not bound)
gluetun4    | 2021-02-02T17:46:03.905Z  INFO    openvpn: UDP link remote: [AF_INET]5.180.62.156:1194
gluetun4    | 2021-02-02T17:46:05.948Z  INFO    openvpn: [de828.nordvpn.com] Peer Connection Initiated with [AF_INET]5.180.62.156:1194
gluetun4    | 2021-02-02T17:46:07.111Z  ERROR   openvpn: AUTH: Received control message: AUTH_FAILED
gluetun4    |
gluetun4    | Your credentials might be wrong 🤨
gluetun4    |
gluetun4    | 💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265
gluetun4    |
gluetun4    |
gluetun4    | 2021-02-02T17:46:07.111Z  INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
gluetun4    | 2021-02-02T17:46:17.112Z  INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]5.180.62.156:1194
gluetun4    | 2021-02-02T17:46:17.112Z  INFO    openvpn: UDP link local: (not bound)
gluetun4    | 2021-02-02T17:46:17.112Z  INFO    openvpn: UDP link remote: [AF_INET]5.180.62.156:1194
gluetun4    | 2021-02-02T17:46:19.155Z  INFO    openvpn: [de828.nordvpn.com] Peer Connection Initiated with [AF_INET]5.180.62.156:1194
gluetun4    | 2021-02-02T17:46:20.227Z  ERROR   openvpn: AUTH: Received control message: AUTH_FAILED
gluetun4    |
gluetun4    | Your credentials might be wrong 🤨
gluetun4    |
gluetun4    | 💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265
gluetun4    |
gluetun4    |
gluetun4    | 2021-02-02T17:46:20.227Z  INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
gluetun4    | 2021-02-02T17:46:30.227Z  INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]5.180.62.156:1194
gluetun4    | 2021-02-02T17:46:30.227Z  INFO    openvpn: UDP link local: (not bound)
gluetun4    | 2021-02-02T17:46:30.227Z  INFO    openvpn: UDP link remote: [AF_INET]5.180.62.156:1194
gluetun4    | 2021-02-02T17:46:32.271Z  INFO    openvpn: [de828.nordvpn.com] Peer Connection Initiated with [AF_INET]5.180.62.156:1194
gluetun4    | 2021-02-02T17:46:33.487Z  ERROR   openvpn: AUTH: Received control message: AUTH_FAILED
gluetun4    |
gluetun4    | Your credentials might be wrong 🤨
gluetun4    |
gluetun4    | 💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265
gluetun4    |
gluetun4    |
gluetun4    | 2021-02-02T17:46:33.487Z  INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
gluetun4    | 2021-02-02T17:46:43.488Z  INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]5.180.62.156:1194
gluetun4    | 2021-02-02T17:46:43.488Z  INFO    openvpn: UDP link local: (not bound)
gluetun4    | 2021-02-02T17:46:43.488Z  INFO    openvpn: UDP link remote: [AF_INET]5.180.62.156:1194
gluetun4    | 2021-02-02T17:46:45.529Z  INFO    openvpn: [de828.nordvpn.com] Peer Connection Initiated with [AF_INET]5.180.62.156:1194
gluetun4    | 2021-02-02T17:46:46.707Z  ERROR   openvpn: AUTH: Received control message: AUTH_FAILED
gluetun4    |
gluetun4    | Your credentials might be wrong 🤨
gluetun4    |
gluetun4    | 💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265
gluetun4    |
gluetun4    |
gluetun4    | 2021-02-02T17:46:46.708Z  INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
**app4        | 2021-02-02 17:46:52 => VPN IS READY FOR XX !, ip : 5.180.62.157**
gluetun4    | 2021-02-02T17:46:52.283Z  INFO    http server: 200 GET /ip wrote 29B to 172.18.0.9:42730 in 24.71µs
gluetun4    | 2021-02-02T17:46:56.708Z  INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]5.180.62.156:1194
gluetun4    | 2021-02-02T17:46:56.708Z  INFO    openvpn: UDP link local: (not bound)
gluetun4    | 2021-02-02T17:46:56.708Z  INFO    openvpn: UDP link remote: [AF_INET]5.180.62.156:1194
gluetun4    | 2021-02-02T17:46:58.751Z  INFO    openvpn: [de828.nordvpn.com] Peer Connection Initiated with [AF_INET]5.180.62.156:1194
gluetun4    | 2021-02-02T17:46:59.933Z  ERROR   openvpn: AUTH: Received control message: AUTH_FAILED
gluetun4    |
gluetun4    | Your credentials might be wrong 🤨
gluetun4    |
gluetun4    | 💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265
gluetun4    |
gluetun4    |
gluetun4    | 2021-02-02T17:46:59.933Z  INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
gluetun4    | 2021-02-02T17:47:09.933Z  INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]5.180.62.156:1194
gluetun4    | 2021-02-02T17:47:09.933Z  INFO    openvpn: UDP link local: (not bound)
gluetun4    | 2021-02-02T17:47:09.933Z  INFO    openvpn: UDP link remote: [AF_INET]5.180.62.156:1194
**app4        | 2021-02-02 17:47:10 => WAIT 39 MINUTES BEFORE QUIT** 
gluetun4    | 2021-02-02T17:47:11.975Z  INFO    openvpn: [de828.nordvpn.com] Peer Connection Initiated with [AF_INET]5.180.62.156:1194
gluetun4    | 2021-02-02T17:47:13.198Z  ERROR   openvpn: AUTH: Received control message: AUTH_FAILED
gluetun4    |
gluetun4    | Your credentials might be wrong 🤨
gluetun4    |
gluetun4    | 💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265
gluetun4    |
gluetun4    |
gluetun4    | 2021-02-02T17:47:13.198Z  INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
gluetun4    | 2021-02-02T17:47:23.198Z  INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]5.180.62.156:1194
gluetun4    | 2021-02-02T17:47:23.198Z  INFO    openvpn: UDP link local: (not bound)
gluetun4    | 2021-02-02T17:47:23.198Z  INFO    openvpn: UDP link remote: [AF_INET]5.180.62.156:1194
gluetun4    | 2021-02-02T17:47:25.241Z  INFO    openvpn: [de828.nordvpn.com] Peer Connection Initiated with [AF_INET]5.180.62.156:1194
gluetun4    | 2021-02-02T17:47:26.261Z  ERROR   openvpn: AUTH: Received control message: AUTH_FAILED
gluetun4    |
gluetun4    | Your credentials might be wrong 🤨
gluetun4    |
gluetun4    | 💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265
gluetun4    |
gluetun4    |
gluetun4    | 2021-02-02T17:47:26.261Z  INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
gluetun4    | 2021-02-02T17:47:36.262Z  INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]5.180.62.156:1194
gluetun4    | 2021-02-02T17:47:36.262Z  INFO    openvpn: UDP link local: (not bound)
gluetun4    | 2021-02-02T17:47:36.263Z  INFO    openvpn: UDP link remote: [AF_INET]5.180.62.156:1194
gluetun4    | 2021-02-02T17:47:36.314Z  INFO    openvpn: [de828.nordvpn.com] Peer Connection Initiated with [AF_INET]5.180.62.156:1194
gluetun4    | 2021-02-02T17:47:37.568Z  INFO    openvpn: ERROR: Cannot ioctl TUNSETIFF tun: Operation not permitted (errno=1)
gluetun4    | 2021-02-02T17:47:37.568Z  INFO    openvpn: Exiting due to fatal error
gluetun4    | 2021-02-02T17:47:37.569Z  ERROR   openvpn: exit status 1
gluetun4    | 2021-02-02T17:47:37.570Z  INFO    openvpn: retrying in 15s
gluetun4    | 2021-02-02T17:47:52.571Z  INFO    firewall: setting VPN connection through firewall...
gluetun4    | 2021-02-02T17:47:52.574Z  INFO    openvpn configurator: starting openvpn
gluetun4    | 2021-02-02T17:47:52.576Z  INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
gluetun4    | 2021-02-02T17:47:52.576Z  INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
gluetun4    | 2021-02-02T17:47:52.579Z  INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]152.89.163.107:1194
gluetun4    | 2021-02-02T17:47:52.579Z  INFO    openvpn: UDP link local: (not bound)
gluetun4    | 2021-02-02T17:47:52.579Z  INFO    openvpn: UDP link remote: [AF_INET]152.89.163.107:1194
gluetun4    | 2021-02-02T17:47:54.630Z  INFO    openvpn: [de852.nordvpn.com] Peer Connection Initiated with [AF_INET]152.89.163.107:1194
gluetun4    | 2021-02-02T17:47:55.688Z  ERROR   openvpn: AUTH: Received control message: AUTH_FAILED
gluetun4    |
gluetun4    | Your credentials might be wrong 🤨
gluetun4    |
gluetun4    | 💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265
gluetun4    |
gluetun4    |
gluetun4    | 2021-02-02T17:47:55.688Z  INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
gluetun4    | 2021-02-02T17:48:05.688Z  INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]152.89.163.107:1194
gluetun4    | 2021-02-02T17:48:05.688Z  INFO    openvpn: UDP link local: (not bound)
gluetun4    | 2021-02-02T17:48:05.688Z  INFO    openvpn: UDP link remote: [AF_INET]152.89.163.107:1194
gluetun4    | 2021-02-02T17:48:05.740Z  INFO    openvpn: [de852.nordvpn.com] Peer Connection Initiated with [AF_INET]152.89.163.107:1194
gluetun4    | 2021-02-02T17:48:06.762Z  INFO    openvpn: TUN/TAP device tun0 opened
gluetun4    | 2021-02-02T17:48:06.763Z  INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
gluetun4    | 2021-02-02T17:48:06.764Z  INFO    openvpn: /sbin/ip addr add dev tun0 10.8.1.4/24 broadcast 10.8.1.255
gluetun4    | 2021-02-02T17:48:06.766Z  INFO    openvpn: UID set to nonrootuser
gluetun4    | 2021-02-02T17:48:06.766Z  INFO    openvpn: Initialization Sequence Completed
gluetun4    | 2021-02-02T17:48:06.767Z  INFO    VPN routing IP address: 5.180.62.156
gluetun4    | 2021-02-02T17:48:07.053Z  INFO    ip getter: Public IP address is 152.89.163.108
zgababa commented 3 years ago

I just find this case, where errors seems the same, but gluetun fails to resolve ip. Even worst there is an infinite logs of

ERROR healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving

=========================================
================ Gluetun ================
=========================================
==== A mix of OpenVPN, DNS over TLS, ====
======= Shadowsocks and HTTP proxy ======
========= all glued up with Go ==========
=========================================
=========== For tunneling to ============
======== your favorite VPN server =======
=========================================
=== Made with ❤️  by github.com/qdm12 ====
=========================================

Running version latest built on 2021-01-31T18:49:32Z (commit dd5a9c6)

🔧  Need help? https://github.com/qdm12/gluetun/issues/new
💻  Email? quentin.mcgaw@gmail.com
☕  Slack? Join from the Slack button on Github
💸  Help me? https://github.com/sponsors/qdm12
2021-02-02T10:50:59.090Z        INFO    Unbound version: 1.10.1
2021-02-02T10:50:59.091Z        INFO    IPtables version: v1.8.4
2021-02-02T10:50:59.094Z        INFO    OpenVPN version: 2.4.10
2021-02-02T10:50:59.110Z        INFO    Settings summary below:
OpenVPN settings:
|--User: [redacted]
|--Password: [redacted]
|--Verbosity level: 1
|--Run as root: no
|--Nordvpn settings:
 |--Network protocol: udp
 |--Regions: united states
 |--Numbers:
System settings:
|--Process user ID: 1000
|--Process group ID: 1000
|--Timezone:
DNS settings:
 |--Unbound:
    |--DNS over TLS provider:
       |--cloudflare
    |--Listening port: 53
    |--Access control:
       |--Allowed:
    |--    |--0.0.0.0/0
    |--    |--::/0
    |--Caching: enabled
    |--IPv4 resolution: enabled
    |--IPv6 resolution: disabled
    |--Verbosity level: 1/5
    |--Verbosity details level: 0/4
    |--Validation log level: 0/2
    |--Blocked hostnames:
    |--Blocked IP addresses:
       |--127.0.0.1/8
       |--10.0.0.0/8
       |--172.16.0.0/12
       |--192.168.0.0/16
       |--169.254.0.0/16
       |--::1/128
       |--fc00::/7
       |--fe80::/10
       |--::ffff:0:0/96
    |--Allowed hostnames:
 |--Block malicious: enabled
 |--Block ads: disabled
 |--Block surveillance: disabled
 |--Update: every 24h0m0s
 |--Keep nameserver (disabled blocking): no
Firewall settings:
 |--VPN input ports:
 |--Input ports:
 |--Outbound subnets:
HTTP Proxy settings: disabled
ShadowSocks settings: disabled
HTTP Control server:
 |--Listening port: 8001
 |--Logging: true
Server updater settings: disabled
Public IP getter settings:
|--Period: 12h0m0s
|--IP file: /tmp/gluetun/ip
Version information: enabled

2021-02-02T10:50:59.159Z        INFO    storage: merging by most recent 6949 hardcoded servers and 6949 servers read from /gluetun/servers.json
2021-02-02T10:50:59.203Z        INFO    routing: default route found: interface eth0, gateway 172.18.0.1
2021-02-02T10:50:59.204Z        INFO    routing: local subnet found: 172.18.0.0/16
2021-02-02T10:50:59.205Z        INFO    routing: default route found: interface eth0, gateway 172.18.0.1
2021-02-02T10:50:59.205Z        INFO    routing: adding route for 0.0.0.0/0
2021-02-02T10:50:59.206Z        INFO    firewall: firewall disabled, only updating allowed subnets internal list
2021-02-02T10:50:59.206Z        INFO    routing: default route found: interface eth0, gateway 172.18.0.1
2021-02-02T10:50:59.206Z        INFO    openvpn configurator: checking for device /dev/net/tun
2021-02-02T10:50:59.206Z        WARN    TUN device is not available: open /dev/net/tun: no such file or directory
2021-02-02T10:50:59.206Z        INFO    openvpn configurator: creating /dev/net/tun
2021-02-02T10:50:59.206Z        INFO    firewall: enabling...
2021-02-02T10:50:59.221Z        INFO    firewall: enabled successfully
2021-02-02T10:50:59.222Z        INFO    healthcheck: listening on 127.0.0.1:9999
2021-02-02T10:50:59.222Z        INFO    http server: listening on 0.0.0.0:8001
2021-02-02T10:50:59.223Z        INFO    dns over tls: using plaintext DNS at address 1.1.1.1
2021-02-02T10:50:59.226Z        INFO    firewall: setting VPN connection through firewall...
2021-02-02T10:50:59.228Z        INFO    openvpn configurator: starting openvpn
2021-02-02T10:50:59.230Z        INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-02T10:50:59.230Z        INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-02T10:50:59.234Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]198.8.81.198:1194
2021-02-02T10:50:59.234Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T10:50:59.234Z        INFO    openvpn: UDP link remote: [AF_INET]198.8.81.198:1194
2021-02-02T10:50:59.914Z        INFO    openvpn: [us6066.nordvpn.com] Peer Connection Initiated with [AF_INET]198.8.81.198:1194
2021-02-02T10:51:01.275Z        INFO    openvpn: TUN/TAP device tun0 opened
2021-02-02T10:51:01.275Z        INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-02T10:51:01.277Z        INFO    openvpn: /sbin/ip addr add dev tun0 10.8.3.4/24 broadcast 10.8.3.255
2021-02-02T10:51:01.280Z        INFO    openvpn: UID set to nonrootuser
2021-02-02T10:51:01.281Z        INFO    openvpn: Initialization Sequence Completed
2021-02-02T10:51:01.281Z        INFO    VPN routing IP address: 198.8.81.198
2021-02-02T10:51:01.281Z        INFO    dns over tls: downloading DNS over TLS cryptographic files
2021-02-02T10:51:02.954Z        INFO    dns over tls: downloading hostnames and IP block lists
2021-02-02T10:51:04.170Z        ERROR   healthcheck: healthcheck did not run yet
2021-02-02T10:51:04.374Z        INFO    healthcheck: passed
2021-02-02T10:51:04.691Z        INFO    dns over tls: init module 0: validator
2021-02-02T10:51:04.691Z        INFO    dns over tls: init module 1: iterator
2021-02-02T10:51:04.750Z        INFO    dns over tls: start of service (unbound 1.10.1).
2021-02-02T10:51:05.356Z        INFO    dns over tls: generate keytag query _ta-4a5c-4f66. NULL IN
2021-02-02T10:51:05.357Z        INFO    dns over tls: generate keytag query _ta-4a5c-4f66. NULL IN
2021-02-02T10:51:07.796Z        INFO    dns over tls: ready
2021-02-02T10:51:09.098Z        INFO    You are running on the bleeding edge of latest!
2021-02-02T10:51:11.884Z        INFO    ip getter: Public IP address is 198.8.81.199
2021-02-02T10:54:59.838Z        INFO    http server: 200 GET /ip wrote 29B to 172.18.0.2:34710 in 73.807µs
2021-02-02T11:34:36.410Z        INFO    openvpn: stopping
2021-02-02T11:34:36.433Z        INFO    http server: openvpn: stopped
2021-02-02T11:34:36.433Z        INFO    openvpn: starting
2021-02-02T11:34:36.435Z        INFO    firewall: setting VPN connection through firewall...
2021-02-02T11:34:36.439Z        INFO    openvpn configurator: starting openvpn
2021-02-02T11:34:36.440Z        INFO    http server: openvpn: running
2021-02-02T11:34:36.440Z        INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.2:35670 in 29.785001ms
2021-02-02T11:34:36.442Z        INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-02T11:34:36.442Z        INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-02T11:34:36.444Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]148.72.133.200:1194
2021-02-02T11:34:36.444Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T11:34:36.445Z        INFO    openvpn: UDP link remote: [AF_INET]148.72.133.200:1194
2021-02-02T11:34:36.923Z        INFO    openvpn: [us8314.nordvpn.com] Peer Connection Initiated with [AF_INET]148.72.133.200:1194
2021-02-02T11:34:38.186Z        INFO    openvpn: TUN/TAP device tun0 opened
2021-02-02T11:34:38.186Z        INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-02T11:34:38.188Z        INFO    openvpn: /sbin/ip addr add dev tun0 10.8.0.9/24 broadcast 10.8.0.255
2021-02-02T11:34:38.191Z        INFO    openvpn: UID set to nonrootuser
2021-02-02T11:34:38.191Z        INFO    openvpn: Initialization Sequence Completed
2021-02-02T11:34:38.191Z        INFO    VPN routing IP address: 148.72.133.200
2021-02-02T11:34:43.562Z        INFO    ip getter: Public IP address is 148.72.133.201
2021-02-02T11:38:36.527Z        INFO    http server: 200 GET /ip wrote 31B to 172.18.0.2:35798 in 14.786µs
2021-02-02T12:18:29.190Z        INFO    openvpn: stopping
2021-02-02T12:18:29.225Z        INFO    http server: openvpn: stopped
2021-02-02T12:18:29.225Z        INFO    openvpn: starting
2021-02-02T12:18:29.227Z        INFO    firewall: setting VPN connection through firewall...
2021-02-02T12:18:29.230Z        INFO    openvpn configurator: starting openvpn
2021-02-02T12:18:29.231Z        INFO    http server: openvpn: running
2021-02-02T12:18:29.231Z        INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.2:36748 in 40.728651ms
2021-02-02T12:18:29.232Z        INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-02T12:18:29.233Z        INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-02T12:18:29.236Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]45.83.117.115:1194
2021-02-02T12:18:29.236Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T12:18:29.236Z        INFO    openvpn: UDP link remote: [AF_INET]45.83.117.115:1194
2021-02-02T12:18:30.041Z        INFO    openvpn: [us6219.nordvpn.com] Peer Connection Initiated with [AF_INET]45.83.117.115:1194
2021-02-02T12:18:31.423Z        INFO    openvpn: TUN/TAP device tun0 opened
2021-02-02T12:18:31.423Z        INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-02T12:18:31.425Z        INFO    openvpn: /sbin/ip addr add dev tun0 10.8.1.3/24 broadcast 10.8.1.255
2021-02-02T12:18:31.428Z        INFO    openvpn: UID set to nonrootuser
2021-02-02T12:18:31.428Z        INFO    openvpn: Initialization Sequence Completed
2021-02-02T12:18:31.428Z        INFO    VPN routing IP address: 45.83.117.115
2021-02-02T12:18:33.319Z        INFO    dns over tls: generate keytag query _ta-4a5c-4f66. NULL IN
2021-02-02T12:18:35.651Z        INFO    ip getter: Public IP address is 45.83.117.116
2021-02-02T12:22:29.334Z        INFO    http server: 200 GET /ip wrote 30B to 172.18.0.2:36862 in 19.728µs
2021-02-02T13:03:20.166Z        INFO    openvpn: stopping
2021-02-02T13:03:20.181Z        INFO    http server: openvpn: stopped
2021-02-02T13:03:20.182Z        INFO    openvpn: starting
2021-02-02T13:03:20.183Z        INFO    firewall: setting VPN connection through firewall...
2021-02-02T13:03:20.186Z        INFO    openvpn configurator: starting openvpn
2021-02-02T13:03:20.187Z        INFO    http server: openvpn: running
2021-02-02T13:03:20.187Z        INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.2:37832 in 21.976374ms
2021-02-02T13:03:20.188Z        INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-02T13:03:20.189Z        INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-02T13:03:20.191Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]176.113.72.235:1194
2021-02-02T13:03:20.191Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T13:03:20.191Z        INFO    openvpn: UDP link remote: [AF_INET]176.113.72.235:1194
2021-02-02T13:03:20.575Z        INFO    openvpn: [us6045.nordvpn.com] Peer Connection Initiated with [AF_INET]176.113.72.235:1194
2021-02-02T13:03:21.907Z        INFO    openvpn: TUN/TAP device tun0 opened
2021-02-02T13:03:21.907Z        INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-02T13:03:21.908Z        INFO    openvpn: /sbin/ip addr add dev tun0 10.8.0.3/24 broadcast 10.8.0.255
2021-02-02T13:03:21.911Z        INFO    openvpn: UID set to nonrootuser
2021-02-02T13:03:21.911Z        INFO    openvpn: Initialization Sequence Completed
2021-02-02T13:03:21.911Z        INFO    VPN routing IP address: 45.83.117.115
2021-02-02T13:03:22.092Z        INFO    ip getter: Public IP address is 176.113.72.236
2021-02-02T13:06:22.785Z        INFO    openvpn: [us6045.nordvpn.com] Inactivity timeout (--ping-restart), restarting
2021-02-02T13:06:22.786Z        ERROR   openvpn: RTNETLINK answers: Operation not permitted
2021-02-02T13:06:22.786Z        INFO    openvpn: ERROR: Linux route delete command failed: external program exited with error status: 2
2021-02-02T13:06:22.787Z        ERROR   openvpn: RTNETLINK answers: Operation not permitted
2021-02-02T13:06:22.787Z        INFO    openvpn: ERROR: Linux route delete command failed: external program exited with error status: 2
2021-02-02T13:06:22.788Z        ERROR   openvpn: RTNETLINK answers: Operation not permitted
2021-02-02T13:06:22.788Z        INFO    openvpn: ERROR: Linux route delete command failed: external program exited with error status: 2
2021-02-02T13:06:22.788Z        INFO    openvpn: /sbin/ip addr del dev tun0 10.8.0.3/24
2021-02-02T13:06:22.789Z        ERROR   openvpn: RTNETLINK answers: Operation not permitted
2021-02-02T13:06:22.789Z        INFO    openvpn: Linux ip addr del failed: external program exited with error status: 2
2021-02-02T13:06:22.809Z        INFO    openvpn: SIGUSR1[soft,ping-restart] received, process restarting
2021-02-02T13:06:32.809Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]176.113.72.235:1194
2021-02-02T13:06:32.810Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T13:06:32.810Z        INFO    openvpn: UDP link remote: [AF_INET]176.113.72.235:1194
2021-02-02T13:06:33.175Z        INFO    openvpn: [us6045.nordvpn.com] Peer Connection Initiated with [AF_INET]176.113.72.235:1194
2021-02-02T13:06:34.414Z        INFO    openvpn: ERROR: Cannot ioctl TUNSETIFF tun: Operation not permitted (errno=1)
2021-02-02T13:06:34.414Z        INFO    openvpn: Exiting due to fatal error
2021-02-02T13:06:34.415Z        ERROR   openvpn: exit status 1
2021-02-02T13:06:34.415Z        INFO    openvpn: retrying in 15s
2021-02-02T13:06:49.418Z        INFO    firewall: setting VPN connection through firewall...
2021-02-02T13:06:49.421Z        INFO    openvpn configurator: starting openvpn
2021-02-02T13:06:49.423Z        INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-02T13:06:49.423Z        INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-02T13:06:49.426Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]84.17.44.141:1194
2021-02-02T13:06:49.427Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T13:06:49.427Z        INFO    openvpn: UDP link remote: [AF_INET]84.17.44.141:1194
2021-02-02T13:06:50.352Z        INFO    openvpn: [us6671.nordvpn.com] Peer Connection Initiated with [AF_INET]84.17.44.141:1194
2021-02-02T13:06:51.632Z        INFO    openvpn: TUN/TAP device tun0 opened
2021-02-02T13:06:51.632Z        INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-02T13:06:51.633Z        INFO    openvpn: /sbin/ip addr add dev tun0 10.8.1.3/24 broadcast 10.8.1.255
2021-02-02T13:06:51.636Z        INFO    openvpn: UID set to nonrootuser
2021-02-02T13:06:51.636Z        INFO    openvpn: Initialization Sequence Completed
2021-02-02T13:06:51.636Z        INFO    VPN routing IP address: 45.83.117.115
2021-02-02T13:06:53.679Z        INFO    ip getter: Public IP address is 84.17.44.142
2021-02-02T13:07:20.250Z        INFO    http server: 200 GET /ip wrote 29B to 172.18.0.2:37940 in 18.392µs
2021-02-02T13:46:57.031Z        INFO    openvpn: stopping
2021-02-02T13:46:57.057Z        INFO    http server: openvpn: stopped
2021-02-02T13:46:57.057Z        INFO    openvpn: starting
2021-02-02T13:46:57.059Z        INFO    firewall: setting VPN connection through firewall...
2021-02-02T13:46:57.062Z        INFO    openvpn configurator: starting openvpn
2021-02-02T13:46:57.062Z        INFO    http server: openvpn: running
2021-02-02T13:46:57.062Z        INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.2:38884 in 31.118334ms
2021-02-02T13:46:57.064Z        INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-02T13:46:57.064Z        INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-02T13:46:57.066Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]192.158.226.158:1194
2021-02-02T13:46:57.067Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T13:46:57.067Z        INFO    openvpn: UDP link remote: [AF_INET]192.158.226.158:1194
2021-02-02T13:46:57.460Z        INFO    openvpn: [us5643.nordvpn.com] Peer Connection Initiated with [AF_INET]192.158.226.158:1194
2021-02-02T13:46:58.753Z        INFO    openvpn: TUN/TAP device tun0 opened
2021-02-02T13:46:58.753Z        INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-02T13:46:58.755Z        INFO    openvpn: /sbin/ip addr add dev tun0 10.8.1.2/24 broadcast 10.8.1.255
2021-02-02T13:46:58.759Z        INFO    openvpn: UID set to nonrootuser
2021-02-02T13:46:58.759Z        INFO    openvpn: Initialization Sequence Completed
2021-02-02T13:46:58.759Z        INFO    VPN routing IP address: 45.83.117.115
2021-02-02T13:47:00.631Z        INFO    ip getter: Public IP address is 192.158.226.159
2021-02-02T13:50:57.129Z        INFO    http server: 200 GET /ip wrote 32B to 172.18.0.2:38994 in 39.842µs
2021-02-02T14:30:23.784Z        INFO    openvpn: stopping
2021-02-02T14:30:23.813Z        INFO    http server: openvpn: stopped
2021-02-02T14:30:23.813Z        INFO    openvpn: starting
2021-02-02T14:30:23.815Z        INFO    firewall: setting VPN connection through firewall...
2021-02-02T14:30:23.818Z        INFO    openvpn configurator: starting openvpn
2021-02-02T14:30:23.818Z        INFO    http server: openvpn: running
2021-02-02T14:30:23.818Z        INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.2:40422 in 34.891334ms
2021-02-02T14:30:23.821Z        INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-02T14:30:23.821Z        INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-02T14:30:23.824Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]67.21.32.94:1194
2021-02-02T14:30:23.824Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T14:30:23.824Z        INFO    openvpn: UDP link remote: [AF_INET]67.21.32.94:1194
2021-02-02T14:30:24.189Z        INFO    openvpn: [us5986.nordvpn.com] Peer Connection Initiated with [AF_INET]67.21.32.94:1194
2021-02-02T14:30:25.329Z        INFO    openvpn: TUN/TAP device tun0 opened
2021-02-02T14:30:25.329Z        INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-02T14:30:25.331Z        INFO    openvpn: /sbin/ip addr add dev tun0 10.8.1.2/24 broadcast 10.8.1.255
2021-02-02T14:30:25.334Z        INFO    openvpn: UID set to nonrootuser
2021-02-02T14:30:25.334Z        INFO    openvpn: Initialization Sequence Completed
2021-02-02T14:30:25.334Z        INFO    VPN routing IP address: 45.83.117.115
2021-02-02T14:30:25.697Z        INFO    dns over tls: generate keytag query _ta-4a5c-4f66. NULL IN
2021-02-02T14:30:27.465Z        INFO    ip getter: Public IP address is 67.21.32.95
2021-02-02T14:34:23.919Z        INFO    http server: 200 GET /ip wrote 28B to 172.18.0.2:40628 in 19.662µs
2021-02-02T15:14:14.685Z        INFO    openvpn: stopping
2021-02-02T15:14:14.709Z        INFO    http server: openvpn: stopped
2021-02-02T15:14:14.709Z        INFO    openvpn: starting
2021-02-02T15:14:14.712Z        INFO    firewall: setting VPN connection through firewall...
2021-02-02T15:14:14.715Z        INFO    openvpn configurator: starting openvpn
2021-02-02T15:14:14.715Z        INFO    http server: openvpn: running
2021-02-02T15:14:14.715Z        INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.2:42674 in 30.315182ms
2021-02-02T15:14:14.717Z        INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-02T15:14:14.717Z        INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-02T15:14:14.720Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]212.102.47.32:1194
2021-02-02T15:14:14.720Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T15:14:14.720Z        INFO    openvpn: UDP link remote: [AF_INET]212.102.47.32:1194
2021-02-02T15:14:15.446Z        INFO    openvpn: [us8247.nordvpn.com] Peer Connection Initiated with [AF_INET]212.102.47.32:1194
2021-02-02T15:14:16.800Z        INFO    openvpn: TUN/TAP device tun0 opened
2021-02-02T15:14:16.800Z        INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-02T15:14:16.802Z        INFO    openvpn: /sbin/ip addr add dev tun0 10.8.2.6/24 broadcast 10.8.2.255
2021-02-02T15:14:16.805Z        INFO    openvpn: UID set to nonrootuser
2021-02-02T15:14:16.805Z        INFO    openvpn: Initialization Sequence Completed
2021-02-02T15:14:16.805Z        INFO    VPN routing IP address: 45.83.117.115
2021-02-02T15:14:31.806Z        ERROR   ip getter: Get "https://api.ipify.org": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
2021-02-02T15:14:31.806Z        INFO    ip getter: retrying in 5s
2021-02-02T15:14:41.392Z        INFO    ip getter: Public IP address is 212.102.47.33
2021-02-02T15:18:14.731Z        INFO    http server: 200 GET /ip wrote 30B to 172.18.0.2:43040 in 19.12µs
2021-02-02T15:58:29.376Z        INFO    openvpn: stopping
2021-02-02T15:58:29.393Z        INFO    http server: openvpn: stopped
2021-02-02T15:58:29.393Z        INFO    openvpn: starting
2021-02-02T15:58:29.396Z        INFO    firewall: setting VPN connection through firewall...
2021-02-02T15:58:29.399Z        INFO    openvpn configurator: starting openvpn
2021-02-02T15:58:29.400Z        INFO    http server: openvpn: running
2021-02-02T15:58:29.400Z        INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.2:45942 in 23.790911ms
2021-02-02T15:58:29.404Z        INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-02T15:58:29.404Z        INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-02T15:58:29.404Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.217.69.181:1194
2021-02-02T15:58:29.404Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T15:58:29.404Z        INFO    openvpn: UDP link remote: [AF_INET]185.217.69.181:1194
2021-02-02T15:58:31.710Z        INFO    openvpn: [us6025.nordvpn.com] Peer Connection Initiated with [AF_INET]185.217.69.181:1194
2021-02-02T15:58:32.993Z        ERROR   openvpn: AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 🤨

💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265

2021-02-02T15:58:32.993Z        INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
2021-02-02T15:58:42.993Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.217.69.181:1194
2021-02-02T15:58:42.993Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T15:58:42.993Z        INFO    openvpn: UDP link remote: [AF_INET]185.217.69.181:1194
2021-02-02T15:58:45.304Z        INFO    openvpn: [us6025.nordvpn.com] Peer Connection Initiated with [AF_INET]185.217.69.181:1194
2021-02-02T15:58:46.581Z        ERROR   openvpn: AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 🤨

💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265

2021-02-02T15:58:46.581Z        INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
2021-02-02T15:58:56.581Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.217.69.181:1194
2021-02-02T15:58:56.581Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T15:58:56.581Z        INFO    openvpn: UDP link remote: [AF_INET]185.217.69.181:1194
2021-02-02T15:58:58.899Z        INFO    openvpn: [us6025.nordvpn.com] Peer Connection Initiated with [AF_INET]185.217.69.181:1194
2021-02-02T15:59:00.106Z        ERROR   openvpn: AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 🤨

💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265

2021-02-02T15:59:00.106Z        INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
2021-02-02T15:59:10.107Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.217.69.181:1194
2021-02-02T15:59:10.107Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T15:59:10.107Z        INFO    openvpn: UDP link remote: [AF_INET]185.217.69.181:1194
2021-02-02T15:59:12.441Z        INFO    openvpn: [us6025.nordvpn.com] Peer Connection Initiated with [AF_INET]185.217.69.181:1194
2021-02-02T15:59:13.666Z        ERROR   openvpn: AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 🤨

💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265

2021-02-02T15:59:13.667Z        INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
2021-02-02T15:59:23.667Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.217.69.181:1194
2021-02-02T15:59:23.667Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T15:59:23.667Z        INFO    openvpn: UDP link remote: [AF_INET]185.217.69.181:1194
2021-02-02T15:59:25.979Z        INFO    openvpn: [us6025.nordvpn.com] Peer Connection Initiated with [AF_INET]185.217.69.181:1194
2021-02-02T15:59:27.195Z        ERROR   openvpn: AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 🤨

💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265

2021-02-02T15:59:27.195Z        INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
2021-02-02T15:59:37.195Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.217.69.181:1194
2021-02-02T15:59:37.196Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T15:59:37.196Z        INFO    openvpn: UDP link remote: [AF_INET]185.217.69.181:1194
2021-02-02T15:59:39.512Z        INFO    openvpn: [us6025.nordvpn.com] Peer Connection Initiated with [AF_INET]185.217.69.181:1194
2021-02-02T15:59:40.816Z        ERROR   openvpn: AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 🤨

💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265

2021-02-02T15:59:40.816Z        INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
2021-02-02T15:59:50.817Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.217.69.181:1194
2021-02-02T15:59:50.817Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T15:59:50.817Z        INFO    openvpn: UDP link remote: [AF_INET]185.217.69.181:1194
2021-02-02T15:59:53.151Z        INFO    openvpn: [us6025.nordvpn.com] Peer Connection Initiated with [AF_INET]185.217.69.181:1194
2021-02-02T15:59:54.408Z        ERROR   openvpn: AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 🤨

💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265

2021-02-02T15:59:54.409Z        INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
2021-02-02T16:00:04.409Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.217.69.181:1194
2021-02-02T16:00:04.409Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T16:00:04.409Z        INFO    openvpn: UDP link remote: [AF_INET]185.217.69.181:1194
2021-02-02T16:00:06.733Z        INFO    openvpn: [us6025.nordvpn.com] Peer Connection Initiated with [AF_INET]185.217.69.181:1194
2021-02-02T16:00:08.057Z        ERROR   openvpn: AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 🤨

💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265

2021-02-02T16:00:08.058Z        INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
2021-02-02T16:00:18.059Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.217.69.181:1194
2021-02-02T16:00:18.059Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T16:00:18.059Z        INFO    openvpn: UDP link remote: [AF_INET]185.217.69.181:1194
2021-02-02T16:00:20.366Z        INFO    openvpn: [us6025.nordvpn.com] Peer Connection Initiated with [AF_INET]185.217.69.181:1194
2021-02-02T16:00:21.572Z        ERROR   openvpn: AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 🤨

💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265

2021-02-02T16:00:21.573Z        INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
2021-02-02T16:00:31.573Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.217.69.181:1194
2021-02-02T16:00:31.573Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T16:00:31.573Z        INFO    openvpn: UDP link remote: [AF_INET]185.217.69.181:1194
2021-02-02T16:00:33.877Z        INFO    openvpn: [us6025.nordvpn.com] Peer Connection Initiated with [AF_INET]185.217.69.181:1194
2021-02-02T16:00:35.052Z        ERROR   openvpn: AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 🤨

💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265

2021-02-02T16:00:35.052Z        INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
2021-02-02T16:00:45.052Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.217.69.181:1194
2021-02-02T16:00:45.052Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T16:00:45.052Z        INFO    openvpn: UDP link remote: [AF_INET]185.217.69.181:1194
2021-02-02T16:00:47.366Z        INFO    openvpn: [us6025.nordvpn.com] Peer Connection Initiated with [AF_INET]185.217.69.181:1194
2021-02-02T16:00:48.548Z        ERROR   openvpn: AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 🤨

💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265

2021-02-02T16:00:48.548Z        INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
2021-02-02T16:00:58.548Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.217.69.181:1194
2021-02-02T16:00:58.548Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T16:00:58.548Z        INFO    openvpn: UDP link remote: [AF_INET]185.217.69.181:1194
2021-02-02T16:01:00.854Z        INFO    openvpn: [us6025.nordvpn.com] Peer Connection Initiated with [AF_INET]185.217.69.181:1194
2021-02-02T16:01:02.054Z        ERROR   openvpn: AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 🤨

💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265

2021-02-02T16:01:02.054Z        INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
2021-02-02T16:01:12.054Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.217.69.181:1194
2021-02-02T16:01:12.054Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T16:01:12.054Z        INFO    openvpn: UDP link remote: [AF_INET]185.217.69.181:1194
2021-02-02T16:01:14.358Z        INFO    openvpn: [us6025.nordvpn.com] Peer Connection Initiated with [AF_INET]185.217.69.181:1194
2021-02-02T16:01:15.640Z        ERROR   openvpn: AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 🤨

💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265

2021-02-02T16:01:15.640Z        INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
2021-02-02T16:01:25.640Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.217.69.181:1194
2021-02-02T16:01:25.640Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T16:01:25.640Z        INFO    openvpn: UDP link remote: [AF_INET]185.217.69.181:1194
2021-02-02T16:01:27.961Z        INFO    openvpn: [us6025.nordvpn.com] Peer Connection Initiated with [AF_INET]185.217.69.181:1194
2021-02-02T16:01:29.162Z        ERROR   openvpn: AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 🤨

💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265

2021-02-02T16:01:29.162Z        INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
2021-02-02T16:01:39.162Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.217.69.181:1194
2021-02-02T16:01:39.163Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T16:01:39.163Z        INFO    openvpn: UDP link remote: [AF_INET]185.217.69.181:1194
2021-02-02T16:01:41.492Z        INFO    openvpn: [us6025.nordvpn.com] Peer Connection Initiated with [AF_INET]185.217.69.181:1194
2021-02-02T16:01:42.725Z        ERROR   openvpn: AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 🤨

💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265

2021-02-02T16:01:42.725Z        INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
2021-02-02T16:01:52.725Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.217.69.181:1194
2021-02-02T16:01:52.725Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T16:01:52.725Z        INFO    openvpn: UDP link remote: [AF_INET]185.217.69.181:1194
2021-02-02T16:01:53.033Z        INFO    openvpn: [us6025.nordvpn.com] Peer Connection Initiated with [AF_INET]185.217.69.181:1194
2021-02-02T16:01:54.335Z        INFO    openvpn: TUN/TAP device tun0 opened
2021-02-02T16:01:54.335Z        INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-02T16:01:54.337Z        INFO    openvpn: /sbin/ip addr add dev tun0 10.8.2.5/24 broadcast 10.8.2.255
2021-02-02T16:01:54.341Z        INFO    openvpn: UID set to nonrootuser
2021-02-02T16:01:54.341Z        INFO    openvpn: Initialization Sequence Completed
2021-02-02T16:01:54.341Z        INFO    VPN routing IP address: 45.83.117.115
2021-02-02T16:01:54.502Z        INFO    ip getter: Public IP address is 185.217.69.182
2021-02-02T16:02:29.502Z        INFO    http server: 200 GET /ip wrote 31B to 172.18.0.2:46228 in 17.752µs
2021-02-02T16:04:54.100Z        INFO    openvpn: [us6025.nordvpn.com] Inactivity timeout (--ping-restart), restarting
2021-02-02T16:04:54.101Z        ERROR   openvpn: RTNETLINK answers: Operation not permitted
2021-02-02T16:04:54.101Z        INFO    openvpn: ERROR: Linux route delete command failed: external program exited with error status: 2
2021-02-02T16:04:54.102Z        ERROR   openvpn: RTNETLINK answers: Operation not permitted
2021-02-02T16:04:54.102Z        INFO    openvpn: ERROR: Linux route delete command failed: external program exited with error status: 2
2021-02-02T16:04:54.103Z        ERROR   openvpn: RTNETLINK answers: Operation not permitted
2021-02-02T16:04:54.103Z        INFO    openvpn: ERROR: Linux route delete command failed: external program exited with error status: 2
2021-02-02T16:04:54.103Z        INFO    openvpn: /sbin/ip addr del dev tun0 10.8.2.5/24
2021-02-02T16:04:54.104Z        ERROR   openvpn: RTNETLINK answers: Operation not permitted
2021-02-02T16:04:54.104Z        INFO    openvpn: Linux ip addr del failed: external program exited with error status: 2
2021-02-02T16:04:54.121Z        INFO    openvpn: SIGUSR1[soft,ping-restart] received, process restarting
2021-02-02T16:05:04.121Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.217.69.181:1194
2021-02-02T16:05:04.121Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T16:05:04.121Z        INFO    openvpn: UDP link remote: [AF_INET]185.217.69.181:1194
2021-02-02T16:05:06.429Z        INFO    openvpn: [us6025.nordvpn.com] Peer Connection Initiated with [AF_INET]185.217.69.181:1194
2021-02-02T16:05:07.616Z        ERROR   openvpn: AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 🤨

💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265

2021-02-02T16:05:07.616Z        INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
2021-02-02T16:05:17.616Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.217.69.181:1194
2021-02-02T16:05:17.616Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T16:05:17.616Z        INFO    openvpn: UDP link remote: [AF_INET]185.217.69.181:1194
2021-02-02T16:05:19.947Z        INFO    openvpn: [us6025.nordvpn.com] Peer Connection Initiated with [AF_INET]185.217.69.181:1194
2021-02-02T16:05:21.217Z        ERROR   openvpn: AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 🤨

💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265

2021-02-02T16:05:21.217Z        INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
2021-02-02T16:05:31.218Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.217.69.181:1194
2021-02-02T16:05:31.218Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T16:05:31.218Z        INFO    openvpn: UDP link remote: [AF_INET]185.217.69.181:1194
2021-02-02T16:05:33.555Z        INFO    openvpn: [us6025.nordvpn.com] Peer Connection Initiated with [AF_INET]185.217.69.181:1194
2021-02-02T16:05:34.862Z        ERROR   openvpn: AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 🤨

💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265

2021-02-02T16:05:34.862Z        INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
2021-02-02T16:05:44.862Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.217.69.181:1194
2021-02-02T16:05:44.862Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T16:05:44.862Z        INFO    openvpn: UDP link remote: [AF_INET]185.217.69.181:1194
2021-02-02T16:05:47.181Z        INFO    openvpn: [us6025.nordvpn.com] Peer Connection Initiated with [AF_INET]185.217.69.181:1194
2021-02-02T16:05:48.501Z        ERROR   openvpn: AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 🤨

💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265

2021-02-02T16:05:48.501Z        INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
2021-02-02T16:05:58.501Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.217.69.181:1194
2021-02-02T16:05:58.501Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T16:05:58.501Z        INFO    openvpn: UDP link remote: [AF_INET]185.217.69.181:1194
2021-02-02T16:06:00.802Z        INFO    openvpn: [us6025.nordvpn.com] Peer Connection Initiated with [AF_INET]185.217.69.181:1194
2021-02-02T16:06:02.000Z        ERROR   openvpn: AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 🤨

💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265

2021-02-02T16:06:02.000Z        INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
2021-02-02T16:06:12.001Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.217.69.181:1194
2021-02-02T16:06:12.001Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T16:06:12.001Z        INFO    openvpn: UDP link remote: [AF_INET]185.217.69.181:1194
2021-02-02T16:06:14.331Z        INFO    openvpn: [us6025.nordvpn.com] Peer Connection Initiated with [AF_INET]185.217.69.181:1194
2021-02-02T16:06:15.574Z        ERROR   openvpn: AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 🤨

💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265

2021-02-02T16:06:15.574Z        INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
2021-02-02T16:06:25.574Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.217.69.181:1194
2021-02-02T16:06:25.574Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T16:06:25.574Z        INFO    openvpn: UDP link remote: [AF_INET]185.217.69.181:1194
2021-02-02T16:06:25.913Z        INFO    openvpn: [us6025.nordvpn.com] Peer Connection Initiated with [AF_INET]185.217.69.181:1194
2021-02-02T16:06:27.115Z        INFO    openvpn: ERROR: Cannot ioctl TUNSETIFF tun: Operation not permitted (errno=1)
2021-02-02T16:06:27.115Z        INFO    openvpn: Exiting due to fatal error
2021-02-02T16:06:27.115Z        ERROR   openvpn: exit status 1
2021-02-02T16:06:27.115Z        INFO    openvpn: retrying in 15s
2021-02-02T16:06:42.118Z        INFO    firewall: setting VPN connection through firewall...
2021-02-02T16:06:42.120Z        INFO    openvpn configurator: starting openvpn
2021-02-02T16:06:42.123Z        INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-02T16:06:42.123Z        INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-02T16:06:42.125Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]64.44.80.51:1194
2021-02-02T16:06:42.125Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T16:06:42.125Z        INFO    openvpn: UDP link remote: [AF_INET]64.44.80.51:1194
2021-02-02T16:06:44.875Z        INFO    openvpn: [us6662.nordvpn.com] Peer Connection Initiated with [AF_INET]64.44.80.51:1194
2021-02-02T16:06:46.029Z        ERROR   openvpn: AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 🤨

💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265

2021-02-02T16:06:46.030Z        INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
2021-02-02T16:06:56.030Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]64.44.80.51:1194
2021-02-02T16:06:56.030Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T16:06:56.030Z        INFO    openvpn: UDP link remote: [AF_INET]64.44.80.51:1194
2021-02-02T16:06:58.774Z        INFO    openvpn: [us6662.nordvpn.com] Peer Connection Initiated with [AF_INET]64.44.80.51:1194
2021-02-02T16:07:00.012Z        ERROR   openvpn: AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 🤨

💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265

2021-02-02T16:07:00.013Z        INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
2021-02-02T16:07:10.014Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]64.44.80.51:1194
2021-02-02T16:07:10.014Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T16:07:10.014Z        INFO    openvpn: UDP link remote: [AF_INET]64.44.80.51:1194
2021-02-02T16:07:12.765Z        INFO    openvpn: [us6662.nordvpn.com] Peer Connection Initiated with [AF_INET]64.44.80.51:1194
2021-02-02T16:07:14.063Z        ERROR   openvpn: AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 🤨

💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265

2021-02-02T16:07:14.063Z        INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
2021-02-02T16:07:24.063Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]64.44.80.51:1194
2021-02-02T16:07:24.064Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T16:07:24.064Z        INFO    openvpn: UDP link remote: [AF_INET]64.44.80.51:1194
2021-02-02T16:07:26.810Z        INFO    openvpn: [us6662.nordvpn.com] Peer Connection Initiated with [AF_INET]64.44.80.51:1194
2021-02-02T16:07:28.189Z        ERROR   openvpn: AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 🤨

💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265

2021-02-02T16:07:28.189Z        INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
2021-02-02T16:07:38.189Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]64.44.80.51:1194
2021-02-02T16:07:38.189Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T16:07:38.189Z        INFO    openvpn: UDP link remote: [AF_INET]64.44.80.51:1194
2021-02-02T16:07:40.917Z        INFO    openvpn: [us6662.nordvpn.com] Peer Connection Initiated with [AF_INET]64.44.80.51:1194
2021-02-02T16:07:42.304Z        ERROR   openvpn: AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 🤨

💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265

2021-02-02T16:07:42.304Z        INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
2021-02-02T16:07:52.305Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]64.44.80.51:1194
2021-02-02T16:07:52.305Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T16:07:52.305Z        INFO    openvpn: UDP link remote: [AF_INET]64.44.80.51:1194
2021-02-02T16:07:55.047Z        INFO    openvpn: [us6662.nordvpn.com] Peer Connection Initiated with [AF_INET]64.44.80.51:1194
2021-02-02T16:07:56.319Z        ERROR   openvpn: AUTH: Received control message: AUTH_FAILED

Your credentials might be wrong 🤨

💡 If you use Private Internet Access, check https://github.com/qdm12/gluetun/issues/265

2021-02-02T16:07:56.319Z        INFO    openvpn: SIGUSR1[soft,auth-failure] received, process restarting
2021-02-02T16:08:06.319Z        INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]64.44.80.51:1194
2021-02-02T16:08:06.319Z        INFO    openvpn: UDP link local: (not bound)
2021-02-02T16:08:06.319Z        INFO    openvpn: UDP link remote: [AF_INET]64.44.80.51:1194
2021-02-02T16:08:07.115Z        INFO    openvpn: [us6662.nordvpn.com] Peer Connection Initiated with [AF_INET]64.44.80.51:1194
2021-02-02T16:08:08.270Z        INFO    openvpn: TUN/TAP device tun0 opened
2021-02-02T16:08:08.270Z        INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-02T16:08:08.271Z        INFO    openvpn: /sbin/ip addr add dev tun0 10.8.0.12/24 broadcast 10.8.0.255
2021-02-02T16:08:08.275Z        INFO    openvpn: UID set to nonrootuser
2021-02-02T16:08:08.275Z        INFO    openvpn: Initialization Sequence Completed
2021-02-02T16:42:43.719Z        INFO    openvpn: stopping
2021-02-02T17:01:11.438Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:01:16.556Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:01:21.668Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:01:26.784Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:01:31.911Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:01:37.040Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:01:42.163Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:01:47.298Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:01:52.420Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:01:57.540Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:02:02.662Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:02:07.774Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: read udp 127.0.0.1:51051->127.0.0.1:53: i/o timeout
2021-02-02T17:02:12.896Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: read udp 127.0.0.1:51051->127.0.0.1:53: i/o timeout
2021-02-02T17:02:18.020Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: read udp 127.0.0.1:51051->127.0.0.1:53: i/o timeout
2021-02-02T17:02:23.128Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:02:28.269Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:02:33.401Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:02:38.523Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:02:43.638Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:02:48.775Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:02:53.882Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:02:59.007Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:03:04.137Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:03:09.260Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:03:14.378Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:03:19.506Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:03:24.643Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:03:29.771Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:03:34.880Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:03:39.993Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:03:45.117Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:03:50.243Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:03:55.365Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:04:00.473Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:04:05.611Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving
2021-02-02T17:04:10.729Z        ERROR   healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving

EDIT: Now on all my containers I have these errors :

2021-02-03T11:51:01.739Z ERROR healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving 2021-02-03T11:51:05.537Z ERROR ip getter: Get "http://ip1.dynupdate.no-ip.com:8245": dial tcp: lookup ip1.dynupdate.no-ip.com on 127.0.0.1:53: server misbehaving 2021-02-03T11:51:05.537Z INFO ip getter: retrying in 5s

They start to fail, between the 20th - 30th /restart

qdm12 commented 3 years ago

I think this is due to the openvpn servers pushing the option ping-restart to the client. I'll add an option to ignore that such that it exits when it fails instead of doing its infinite restart loop.

qdm12 commented 3 years ago

Commit ~5061c654875584c54c152a36d8f352b8b212acc0~ 4f2570865cea2dc82853bedf4266370583c4abbf should address the issue, ignoring the ping-restart the openvpn server forced on the client. Now it should exit on failure. This change is made on :latest only for now. Let me know if it restarts better with this change.

qdm12 commented 3 years ago

They start to fail, between the 20th - 30th

Also depending on the frequency of your restarts, maybe the openvpn server rate limits/bans you, that would explain the ping timeout.

zgababa commented 3 years ago

Ok I'm gonna retry it. I do restart every 30 minutes, do you think is too much ?

qdm12 commented 3 years ago

Should be fine. Also ec5ec6f02c4a51c0f9a1204f41e859c960b9f35f changes openvpn to run as root by default, so that should address any 'permission denied' errors that pops up.

zgababa commented 3 years ago

Ok, I'm gonna retry. Because I still have similar errors.

Here's the log file. You will see the infinite loop.

There is some 2021-02-08T03:13:21.299Z ERROR healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving,

or 2021-02-08T15:12:07.231Z ERROR healthcheck: lookup github.com on 127.0.0.1:53: server misbehaving 2021-02-08T15:12:09.054Z ERROR ip getter: Get "http://ip1.dynupdate.no-ip.com": dial tcp: lookup ip1.dynupdate.no-ip.com on 127.0.0.1:53: server misbehaving 2021-02-08T15:12:09.054Z INFO ip getter: retrying in 5s

and 2021-02-08T04:05:38.197Z ERROR healthcheck: lookup github.com on 127.0.0.1:53: read udp 127.0.0.1:56620->127.0.0.1:53: i/o timeout

output.txt

qdm12 commented 3 years ago

Hey zgababa, these errors are just consequences of gluetun not having connectivity. The root cause is Inactivity timeout (--ping-exit), exiting.

I also restored Norvpn default ping settings in 84787f0ea251fb61633be2ca0fb8c953e5baefaf, hopefully this helps the ping timeouts. Maybe these are also due to their servers too.

There is also b0bd06bdc5b5e0fbf702203b7b9caf4ac64fe9db which only logs healthy related things when it switches from healthy to unhealthy or from unhealthy to healthy, so that should reduce logs by a lot.

If this issue still happens with the :latest image (built on 8 february 2020), I'll set up something to force openvpn to crash when the line SIGUSR1[soft,auth-failure] received, process restarting is encountered to avoid these restart loops.

zgababa commented 3 years ago

Thanks Quentin, I'm gonna retry.

qdm12 commented 3 years ago

Hey is it going alright now? 🤔

zgababa commented 3 years ago

Hey,

I don't have any errors now, but the restart doesn't work after x times. So I think this a new issue.

2021-02-13T10:07:33.371Z    INFO    http server: 200 GET /ip wrote 31B to 172.18.0.8:45204 in 14.537µs
2021-02-13T10:39:19.764Z    INFO    openvpn: stopping
2021-02-13T10:39:19.786Z    INFO    http server: openvpn: stopped
2021-02-13T10:39:19.786Z    INFO    openvpn: starting
2021-02-13T10:39:19.789Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T10:39:19.796Z    INFO    openvpn configurator: starting openvpn
2021-02-13T10:39:19.796Z    INFO    http server: openvpn: running
2021-02-13T10:39:19.796Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.8:55808 in 32.551327ms
2021-02-13T10:39:19.802Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T10:39:19.802Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T10:39:19.802Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T10:39:19.804Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]86.107.55.233:1194
2021-02-13T10:39:19.804Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T10:39:19.804Z    INFO    openvpn: UDP link remote: [AF_INET]86.107.55.233:1194
2021-02-13T10:39:20.140Z    INFO    openvpn: [us5101.nordvpn.com] Peer Connection Initiated with [AF_INET]86.107.55.233:1194
2021-02-13T10:39:21.273Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T10:39:21.273Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T10:39:21.274Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.2.6/24 broadcast 10.8.2.255
2021-02-13T10:39:21.277Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T10:39:21.277Z    INFO    VPN routing IP address: 23.82.14.9
2021-02-13T10:39:23.183Z    INFO    ip getter: Public IP address is 86.107.55.234 (United States, New York, New York City)
2021-02-13T10:43:19.898Z    INFO    http server: 200 GET /ip wrote 30B to 172.18.0.8:57180 in 21.379µs
2021-02-13T11:04:33.183Z    INFO    dns over tls: generate keytag query _ta-4a5c-4f66. NULL IN
2021-02-13T11:15:59.322Z    INFO    openvpn: stopping
2021-02-13T11:15:59.341Z    INFO    http server: openvpn: stopped
2021-02-13T11:15:59.341Z    INFO    openvpn: starting
2021-02-13T11:15:59.351Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T11:15:59.354Z    INFO    openvpn configurator: starting openvpn
2021-02-13T11:15:59.354Z    INFO    http server: openvpn: running
2021-02-13T11:15:59.354Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.8:39888 in 32.585947ms
2021-02-13T11:15:59.356Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T11:15:59.356Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T11:15:59.356Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T11:15:59.360Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]178.159.3.184:1194
2021-02-13T11:15:59.360Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T11:15:59.360Z    INFO    openvpn: UDP link remote: [AF_INET]178.159.3.184:1194
2021-02-13T11:15:59.409Z    INFO    openvpn: [uk2204.nordvpn.com] Peer Connection Initiated with [AF_INET]178.159.3.184:1194
2021-02-13T11:16:00.530Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T11:16:00.530Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T11:16:00.531Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.1.9/24 broadcast 10.8.1.255
2021-02-13T11:16:00.534Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T11:16:00.534Z    INFO    VPN routing IP address: 23.82.14.9
2021-02-13T11:19:59.455Z    INFO    http server: 200 GET /ip wrote 30B to 172.18.0.8:41238 in 23.126µs
2021-02-13T11:19:59.456Z    INFO    openvpn: stopping
2021-02-13T11:19:59.477Z    INFO    http server: openvpn: stopped
2021-02-13T11:19:59.477Z    INFO    openvpn: starting
2021-02-13T11:19:59.481Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T11:19:59.487Z    INFO    openvpn configurator: starting openvpn
2021-02-13T11:19:59.488Z    INFO    http server: openvpn: running
2021-02-13T11:19:59.488Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.8:41240 in 31.65656ms
2021-02-13T11:19:59.490Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T11:19:59.491Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T11:19:59.491Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T11:19:59.493Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]5.180.62.54:1194
2021-02-13T11:19:59.493Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T11:19:59.493Z    INFO    openvpn: UDP link remote: [AF_INET]5.180.62.54:1194
2021-02-13T11:19:59.549Z    INFO    openvpn: [de966.nordvpn.com] Peer Connection Initiated with [AF_INET]5.180.62.54:1194
2021-02-13T11:20:00.587Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T11:20:00.588Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T11:20:00.588Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.2.12/24 broadcast 10.8.2.255
2021-02-13T11:20:00.595Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T11:23:59.590Z    INFO    http server: 200 GET /ip wrote 30B to 172.18.0.8:42614 in 13.167µs
2021-02-13T11:23:59.592Z    INFO    openvpn: stopping
2021-02-13T11:23:59.609Z    INFO    http server: openvpn: stopped
2021-02-13T11:23:59.609Z    INFO    openvpn: starting
2021-02-13T11:23:59.612Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T11:23:59.615Z    INFO    openvpn configurator: starting openvpn
2021-02-13T11:23:59.615Z    INFO    http server: openvpn: running
2021-02-13T11:23:59.615Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.8:42616 in 23.242069ms
2021-02-13T11:23:59.617Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T11:23:59.617Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T11:23:59.617Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T11:23:59.619Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]188.95.55.88:1194
2021-02-13T11:23:59.619Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T11:23:59.619Z    INFO    openvpn: UDP link remote: [AF_INET]188.95.55.88:1194
2021-02-13T11:23:59.701Z    INFO    openvpn: [be201.nordvpn.com] Peer Connection Initiated with [AF_INET]188.95.55.88:1194
2021-02-13T11:24:00.828Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T11:24:00.828Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T11:24:00.829Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.2.11/24 broadcast 10.8.2.255
2021-02-13T11:24:00.833Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T11:27:59.714Z    INFO    http server: 200 GET /ip wrote 30B to 172.18.0.8:43966 in 22.168µs
2021-02-13T11:27:59.716Z    INFO    openvpn: stopping
2021-02-13T11:27:59.741Z    INFO    http server: openvpn: stopped
2021-02-13T11:27:59.741Z    INFO    openvpn: starting
2021-02-13T11:27:59.744Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T11:27:59.749Z    INFO    openvpn configurator: starting openvpn
2021-02-13T11:27:59.749Z    INFO    http server: openvpn: running
2021-02-13T11:27:59.749Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.8:43968 in 33.330303ms
2021-02-13T11:27:59.752Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T11:27:59.752Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T11:27:59.752Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T11:27:59.755Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]125.212.220.26:1194
2021-02-13T11:27:59.755Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T11:27:59.755Z    INFO    openvpn: UDP link remote: [AF_INET]125.212.220.26:1194
2021-02-13T11:28:09.716Z    INFO    openvpn: [vn23.nordvpn.com] Peer Connection Initiated with [AF_INET]125.212.220.26:1194
2021-02-13T11:28:13.131Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T11:28:13.131Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T11:28:13.132Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.0.4/24 broadcast 10.8.0.255
2021-02-13T11:28:13.135Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T11:31:59.825Z    INFO    http server: 200 GET /ip wrote 30B to 172.18.0.8:45306 in 18.657µs
2021-02-13T11:31:59.826Z    INFO    openvpn: stopping
2021-02-13T11:31:59.845Z    INFO    http server: openvpn: stopped
2021-02-13T11:31:59.845Z    INFO    openvpn: starting
2021-02-13T11:31:59.849Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T11:31:59.852Z    INFO    openvpn configurator: starting openvpn
2021-02-13T11:31:59.853Z    INFO    http server: openvpn: running
2021-02-13T11:31:59.853Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.8:45308 in 26.212718ms
2021-02-13T11:31:59.854Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T11:31:59.854Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T11:31:59.854Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T11:31:59.857Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.236.42.106:1194
2021-02-13T11:31:59.857Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T11:31:59.857Z    INFO    openvpn: UDP link remote: [AF_INET]185.236.42.106:1194
2021-02-13T11:32:00.032Z    INFO    openvpn: [se473.nordvpn.com] Peer Connection Initiated with [AF_INET]185.236.42.106:1194
2021-02-13T11:32:01.130Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T11:32:01.130Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T11:32:01.131Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.1.4/24 broadcast 10.8.1.255
2021-02-13T11:32:01.135Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T11:35:59.927Z    INFO    http server: 200 GET /ip wrote 30B to 172.18.0.8:46656 in 14.33µs
2021-02-13T11:35:59.929Z    INFO    openvpn: stopping
2021-02-13T11:35:59.945Z    INFO    http server: openvpn: stopped
2021-02-13T11:35:59.945Z    INFO    openvpn: starting
2021-02-13T11:35:59.950Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T11:35:59.952Z    INFO    openvpn configurator: starting openvpn
2021-02-13T11:35:59.953Z    INFO    http server: openvpn: running
2021-02-13T11:35:59.953Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.8:46658 in 23.829282ms
2021-02-13T11:35:59.954Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T11:35:59.954Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T11:35:59.954Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T11:35:59.957Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]217.138.200.51:1194
2021-02-13T11:35:59.957Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T11:35:59.957Z    INFO    openvpn: UDP link remote: [AF_INET]217.138.200.51:1194
2021-02-13T11:36:01.213Z    INFO    openvpn: [ca962.nordvpn.com] Peer Connection Initiated with [AF_INET]217.138.200.51:1194
2021-02-13T11:36:02.547Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T11:36:02.547Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T11:36:02.548Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.2.5/24 broadcast 10.8.2.255
2021-02-13T11:36:02.551Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T11:40:00.055Z    INFO    http server: 200 GET /ip wrote 30B to 172.18.0.8:48004 in 12.654µs
2021-02-13T11:40:00.056Z    INFO    openvpn: stopping
2021-02-13T11:40:00.077Z    INFO    http server: openvpn: stopped
2021-02-13T11:40:00.077Z    INFO    openvpn: starting
2021-02-13T11:40:00.080Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T11:40:00.084Z    INFO    openvpn configurator: starting openvpn
2021-02-13T11:40:00.084Z    INFO    http server: openvpn: running
2021-02-13T11:40:00.084Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.8:48006 in 28.306837ms
2021-02-13T11:40:00.086Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T11:40:00.086Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T11:40:00.086Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T11:40:00.088Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]162.253.71.38:1194
2021-02-13T11:40:00.088Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T11:40:00.089Z    INFO    openvpn: UDP link remote: [AF_INET]162.253.71.38:1194
2021-02-13T11:40:00.887Z    INFO    openvpn: [ca1265.nordvpn.com] Peer Connection Initiated with [AF_INET]162.253.71.38:1194
2021-02-13T11:40:02.129Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T11:40:02.129Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T11:40:02.130Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.0.3/24 broadcast 10.8.0.255
2021-02-13T11:40:02.134Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T11:44:00.128Z    INFO    http server: 200 GET /ip wrote 30B to 172.18.0.8:49364 in 42.922µs
2021-02-13T11:44:00.129Z    INFO    openvpn: stopping
2021-02-13T11:44:00.153Z    INFO    http server: openvpn: stopped
2021-02-13T11:44:00.153Z    INFO    openvpn: starting
2021-02-13T11:44:00.156Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T11:44:00.159Z    INFO    openvpn configurator: starting openvpn
2021-02-13T11:44:00.160Z    INFO    http server: openvpn: running
2021-02-13T11:44:00.160Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.8:49366 in 30.306774ms
2021-02-13T11:44:00.161Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T11:44:00.161Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T11:44:00.161Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T11:44:00.163Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]193.37.252.123:1194
2021-02-13T11:44:00.163Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T11:44:00.163Z    INFO    openvpn: UDP link remote: [AF_INET]193.37.252.123:1194
2021-02-13T11:44:00.939Z    INFO    openvpn: [us8066.nordvpn.com] Peer Connection Initiated with [AF_INET]193.37.252.123:1194
2021-02-13T11:44:02.257Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T11:44:02.257Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T11:44:02.259Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.1.3/24 broadcast 10.8.1.255
2021-02-13T11:44:02.262Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T11:48:00.180Z    INFO    http server: 200 GET /ip wrote 30B to 172.18.0.8:50706 in 14.784µs
2021-02-13T11:48:00.182Z    INFO    openvpn: stopping
2021-02-13T11:48:00.201Z    INFO    http server: openvpn: stopped
2021-02-13T11:48:00.201Z    INFO    openvpn: starting
2021-02-13T11:48:00.204Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T11:48:00.207Z    INFO    openvpn configurator: starting openvpn
2021-02-13T11:48:00.208Z    INFO    http server: openvpn: running
2021-02-13T11:48:00.208Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.8:50708 in 25.876242ms
2021-02-13T11:48:00.210Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T11:48:00.210Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T11:48:00.210Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T11:48:00.213Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]139.28.219.243:1194
2021-02-13T11:48:00.213Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T11:48:00.213Z    INFO    openvpn: UDP link remote: [AF_INET]139.28.219.243:1194
2021-02-13T11:48:01.295Z    INFO    openvpn: [fr642.nordvpn.com] Peer Connection Initiated with [AF_INET]139.28.219.243:1194
2021-02-13T11:48:04.157Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T11:48:04.157Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T11:48:04.158Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.0.9/24 broadcast 10.8.0.255
2021-02-13T11:48:04.162Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T11:52:00.303Z    INFO    http server: 200 GET /ip wrote 30B to 172.18.0.8:52054 in 13.055µs
2021-02-13T11:52:00.304Z    INFO    openvpn: stopping
2021-02-13T11:52:00.325Z    INFO    http server: openvpn: stopped
2021-02-13T11:52:00.325Z    INFO    openvpn: starting
2021-02-13T11:52:00.330Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T11:52:00.333Z    INFO    openvpn configurator: starting openvpn
2021-02-13T11:52:00.333Z    INFO    http server: openvpn: running
2021-02-13T11:52:00.334Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.8:52056 in 29.198055ms
2021-02-13T11:52:00.335Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T11:52:00.335Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T11:52:00.335Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T11:52:00.337Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]184.170.243.154:1194
2021-02-13T11:52:00.338Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T11:52:00.338Z    INFO    openvpn: UDP link remote: [AF_INET]184.170.243.154:1194
2021-02-13T11:52:01.859Z    INFO    openvpn: [us5488.nordvpn.com] Peer Connection Initiated with [AF_INET]184.170.243.154:1194
2021-02-13T11:52:03.078Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T11:52:03.078Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T11:52:03.079Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.3.4/24 broadcast 10.8.3.255
2021-02-13T11:52:03.082Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T11:56:00.387Z    INFO    http server: 200 GET /ip wrote 30B to 172.18.0.8:53392 in 19.339µs
2021-02-13T11:56:00.389Z    INFO    openvpn: stopping
2021-02-13T11:56:00.413Z    INFO    http server: openvpn: stopped
2021-02-13T11:56:00.413Z    INFO    openvpn: starting
2021-02-13T11:56:00.416Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T11:56:00.419Z    INFO    openvpn configurator: starting openvpn
2021-02-13T11:56:00.419Z    INFO    http server: openvpn: running
2021-02-13T11:56:00.420Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.8:53394 in 30.44384ms
2021-02-13T11:56:00.421Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T11:56:00.421Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T11:56:00.421Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T11:56:00.423Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]172.93.177.115:1194
2021-02-13T11:56:00.423Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T11:56:00.423Z    INFO    openvpn: UDP link remote: [AF_INET]172.93.177.115:1194
2021-02-13T11:56:01.160Z    INFO    openvpn: [us6313.nordvpn.com] Peer Connection Initiated with [AF_INET]172.93.177.115:1194
2021-02-13T11:56:02.481Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T11:56:02.481Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T11:56:02.482Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.1.4/24 broadcast 10.8.1.255
2021-02-13T11:56:02.485Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T12:00:00.442Z    INFO    http server: 200 GET /ip wrote 30B to 172.18.0.8:54796 in 15.562µs
2021-02-13T12:00:00.445Z    INFO    openvpn: stopping
2021-02-13T12:00:00.465Z    INFO    http server: openvpn: stopped
2021-02-13T12:00:00.465Z    INFO    openvpn: starting
2021-02-13T12:00:00.468Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T12:00:00.471Z    INFO    openvpn configurator: starting openvpn
2021-02-13T12:00:00.471Z    INFO    http server: openvpn: running
2021-02-13T12:00:00.471Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.8:54798 in 26.052531ms
2021-02-13T12:00:00.472Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T12:00:00.472Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T12:00:00.472Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T12:00:00.475Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.203.122.6:1194
2021-02-13T12:00:00.475Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T12:00:00.475Z    INFO    openvpn: UDP link remote: [AF_INET]185.203.122.6:1194
2021-02-13T12:00:01.329Z    INFO    openvpn: [in66.nordvpn.com] Peer Connection Initiated with [AF_INET]185.203.122.6:1194
2021-02-13T12:00:02.503Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T12:00:02.503Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T12:00:02.504Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.3.2/24 broadcast 10.8.3.255
2021-02-13T12:00:02.508Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T12:04:00.572Z    INFO    http server: 200 GET /ip wrote 30B to 172.18.0.8:56128 in 14.871µs
2021-02-13T12:04:00.573Z    INFO    openvpn: stopping
2021-02-13T12:04:00.593Z    INFO    http server: openvpn: stopped
2021-02-13T12:04:00.593Z    INFO    openvpn: starting
2021-02-13T12:04:00.598Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T12:04:00.601Z    INFO    openvpn configurator: starting openvpn
2021-02-13T12:04:00.601Z    INFO    http server: openvpn: running
2021-02-13T12:04:00.601Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.8:56130 in 28.066964ms
2021-02-13T12:04:00.602Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T12:04:00.603Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T12:04:00.603Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T12:04:00.605Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]84.17.43.154:1194
2021-02-13T12:04:00.605Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T12:04:00.605Z    INFO    openvpn: UDP link remote: [AF_INET]84.17.43.154:1194
2021-02-13T12:04:01.296Z    INFO    openvpn: [fr740.nordvpn.com] Peer Connection Initiated with [AF_INET]84.17.43.154:1194
2021-02-13T12:04:02.474Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T12:04:02.474Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T12:04:02.475Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.0.5/24 broadcast 10.8.0.255
2021-02-13T12:04:02.479Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T12:08:00.703Z    INFO    http server: 200 GET /ip wrote 30B to 172.18.0.8:57508 in 16.81µs
2021-02-13T12:08:00.704Z    INFO    openvpn: stopping
2021-02-13T12:08:00.725Z    INFO    http server: openvpn: stopped
2021-02-13T12:08:00.725Z    INFO    openvpn: starting
2021-02-13T12:08:00.729Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T12:08:00.732Z    INFO    openvpn configurator: starting openvpn
2021-02-13T12:08:00.733Z    INFO    http server: openvpn: running
2021-02-13T12:08:00.733Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.8:57510 in 28.482767ms
2021-02-13T12:08:00.734Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T12:08:00.734Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T12:08:00.734Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T12:08:00.736Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]217.138.218.179:1194
2021-02-13T12:08:00.736Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T12:08:00.736Z    INFO    openvpn: UDP link remote: [AF_INET]217.138.218.179:1194
2021-02-13T12:08:01.736Z    INFO    openvpn: [es137.nordvpn.com] Peer Connection Initiated with [AF_INET]217.138.218.179:1194
2021-02-13T12:08:02.764Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T12:08:02.764Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T12:08:02.765Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.3.3/24 broadcast 10.8.3.255
2021-02-13T12:08:02.768Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T12:12:00.739Z    INFO    http server: 200 GET /ip wrote 30B to 172.18.0.8:58910 in 17.03µs
2021-02-13T12:12:00.740Z    INFO    openvpn: stopping
2021-02-13T12:12:00.761Z    INFO    http server: openvpn: stopped
2021-02-13T12:12:00.761Z    INFO    openvpn: starting
2021-02-13T12:12:00.764Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T12:12:00.767Z    INFO    openvpn configurator: starting openvpn
2021-02-13T12:12:00.767Z    INFO    http server: openvpn: running
2021-02-13T12:12:00.767Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.8:58912 in 27.445425ms
2021-02-13T12:12:00.769Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T12:12:00.769Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T12:12:00.769Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T12:12:00.771Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]217.138.203.252:1194
2021-02-13T12:12:00.771Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T12:12:00.771Z    INFO    openvpn: UDP link remote: [AF_INET]217.138.203.252:1194
2021-02-13T12:12:01.265Z    INFO    openvpn: [ch-se5.nordvpn.com] Peer Connection Initiated with [AF_INET]217.138.203.252:1194
2021-02-13T12:12:02.402Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T12:12:02.402Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T12:12:02.403Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.8.28/24 broadcast 10.8.8.255
2021-02-13T12:12:02.407Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T12:16:00.802Z    INFO    http server: 200 GET /ip wrote 30B to 172.18.0.8:60324 in 25.982µs
2021-02-13T12:16:00.807Z    INFO    openvpn: stopping
2021-02-13T12:16:00.833Z    INFO    http server: openvpn: stopped
2021-02-13T12:16:00.833Z    INFO    openvpn: starting
2021-02-13T12:16:00.836Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T12:16:00.839Z    INFO    openvpn configurator: starting openvpn
2021-02-13T12:16:00.840Z    INFO    http server: openvpn: running
2021-02-13T12:16:00.840Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.8:60326 in 32.752695ms
2021-02-13T12:16:00.841Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T12:16:00.841Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T12:16:00.841Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T12:16:00.843Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.236.42.24:1194
2021-02-13T12:16:00.843Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T12:16:00.843Z    INFO    openvpn: UDP link remote: [AF_INET]185.236.42.24:1194
2021-02-13T12:16:01.370Z    INFO    openvpn: [se457.nordvpn.com] Peer Connection Initiated with [AF_INET]185.236.42.24:1194
2021-02-13T12:16:02.475Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T12:16:02.475Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T12:16:02.476Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.2.2/24 broadcast 10.8.2.255
2021-02-13T12:16:02.479Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T12:20:00.917Z    INFO    http server: 200 GET /ip wrote 30B to 172.18.0.8:33468 in 25.484µs
2021-02-13T12:20:00.918Z    INFO    openvpn: stopping
2021-02-13T12:20:00.937Z    INFO    http server: openvpn: stopped
2021-02-13T12:20:00.937Z    INFO    openvpn: starting
2021-02-13T12:20:00.940Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T12:20:00.943Z    INFO    openvpn configurator: starting openvpn
2021-02-13T12:20:00.943Z    INFO    http server: openvpn: running
2021-02-13T12:20:00.943Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.8:33470 in 24.652055ms
2021-02-13T12:20:00.944Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T12:20:00.944Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T12:20:00.944Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T12:20:00.947Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.247.70.211:1194
2021-02-13T12:20:00.947Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T12:20:00.947Z    INFO    openvpn: UDP link remote: [AF_INET]185.247.70.211:1194
2021-02-13T12:20:02.277Z    INFO    openvpn: [us8121.nordvpn.com] Peer Connection Initiated with [AF_INET]185.247.70.211:1194
2021-02-13T12:20:03.648Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T12:20:03.648Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T12:20:03.649Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.2.2/24 broadcast 10.8.2.255
2021-02-13T12:20:03.656Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T12:24:01.002Z    INFO    http server: 200 GET /ip wrote 30B to 172.18.0.8:34866 in 17.656µs
2021-02-13T12:24:01.004Z    INFO    openvpn: stopping
2021-02-13T12:24:01.025Z    INFO    http server: openvpn: stopped
2021-02-13T12:24:01.025Z    INFO    openvpn: starting
2021-02-13T12:24:01.028Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T12:24:01.031Z    INFO    openvpn configurator: starting openvpn
2021-02-13T12:24:01.031Z    INFO    http server: openvpn: running
2021-02-13T12:24:01.031Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.8:34868 in 27.792067ms
2021-02-13T12:24:01.033Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T12:24:01.033Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T12:24:01.033Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T12:24:01.035Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]87.101.93.11:1194
2021-02-13T12:24:01.035Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T12:24:01.035Z    INFO    openvpn: UDP link remote: [AF_INET]87.101.93.11:1194
2021-02-13T12:24:01.699Z    INFO    openvpn: [us6167.nordvpn.com] Peer Connection Initiated with [AF_INET]87.101.93.11:1194
2021-02-13T12:24:02.954Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T12:24:02.954Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T12:24:02.955Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.1.3/24 broadcast 10.8.1.255
2021-02-13T12:24:02.959Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T12:28:01.130Z    INFO    http server: 200 GET /ip wrote 30B to 172.18.0.8:36258 in 15.246µs
2021-02-13T12:28:01.131Z    INFO    openvpn: stopping
2021-02-13T12:28:01.161Z    INFO    http server: openvpn: stopped
2021-02-13T12:28:01.161Z    INFO    openvpn: starting
2021-02-13T12:28:01.165Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T12:28:01.168Z    INFO    openvpn configurator: starting openvpn
2021-02-13T12:28:01.168Z    INFO    http server: openvpn: running
2021-02-13T12:28:01.168Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.8:36260 in 36.879173ms
2021-02-13T12:28:01.170Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T12:28:01.170Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T12:28:01.170Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T12:28:01.172Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]185.189.160.227:1194
2021-02-13T12:28:01.173Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T12:28:01.173Z    INFO    openvpn: UDP link remote: [AF_INET]185.189.160.227:1194
2021-02-13T12:28:02.587Z    INFO    openvpn: [tw111.nordvpn.com] Peer Connection Initiated with [AF_INET]185.189.160.227:1194
2021-02-13T12:28:04.015Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T12:28:04.015Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T12:28:04.016Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.2.3/24 broadcast 10.8.2.255
2021-02-13T12:28:04.019Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T12:32:01.256Z    INFO    http server: 200 GET /ip wrote 30B to 172.18.0.8:37602 in 18.542µs
2021-02-13T12:32:01.258Z    INFO    openvpn: stopping
2021-02-13T12:32:01.281Z    INFO    http server: openvpn: stopped
2021-02-13T12:32:01.281Z    INFO    openvpn: starting
2021-02-13T12:32:01.286Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T12:32:01.308Z    INFO    openvpn configurator: starting openvpn
2021-02-13T12:32:01.308Z    INFO    http server: openvpn: running
2021-02-13T12:32:01.308Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.8:37604 in 50.823868ms
2021-02-13T12:32:01.310Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T12:32:01.310Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T12:32:01.310Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T12:32:01.312Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]213.232.87.99:1194
2021-02-13T12:32:01.312Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T12:32:01.312Z    INFO    openvpn: UDP link remote: [AF_INET]213.232.87.99:1194
2021-02-13T12:32:01.646Z    INFO    openvpn: [nl884.nordvpn.com] Peer Connection Initiated with [AF_INET]213.232.87.99:1194
2021-02-13T12:32:02.708Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T12:32:02.708Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T12:32:02.709Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.0.13/24 broadcast 10.8.0.255
2021-02-13T12:32:02.713Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T12:36:01.411Z    INFO    http server: 200 GET /ip wrote 30B to 172.18.0.8:38980 in 14.688µs
2021-02-13T12:36:01.412Z    INFO    openvpn: stopping
2021-02-13T12:36:01.429Z    INFO    http server: openvpn: stopped
2021-02-13T12:36:01.429Z    INFO    openvpn: starting
2021-02-13T12:36:01.432Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T12:36:01.435Z    INFO    openvpn configurator: starting openvpn
2021-02-13T12:36:01.435Z    INFO    http server: openvpn: running
2021-02-13T12:36:01.435Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.8:38982 in 22.916688ms
2021-02-13T12:36:01.438Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T12:36:01.438Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T12:36:01.438Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T12:36:01.440Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]107.173.59.139:1194
2021-02-13T12:36:01.440Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T12:36:01.440Z    INFO    openvpn: UDP link remote: [AF_INET]107.173.59.139:1194
2021-02-13T12:36:02.199Z    INFO    openvpn: [us5038.nordvpn.com] Peer Connection Initiated with [AF_INET]107.173.59.139:1194
2021-02-13T12:36:03.367Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T12:36:03.367Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T12:36:03.368Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.0.8/24 broadcast 10.8.0.255
2021-02-13T12:36:03.371Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T12:40:01.450Z    INFO    http server: 200 GET /ip wrote 30B to 172.18.0.8:40316 in 14.945µs
2021-02-13T12:40:01.453Z    INFO    openvpn: stopping
2021-02-13T12:40:01.477Z    INFO    http server: openvpn: stopped
2021-02-13T12:40:01.477Z    INFO    openvpn: starting
2021-02-13T12:40:01.480Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T12:40:01.482Z    INFO    openvpn configurator: starting openvpn
2021-02-13T12:40:01.483Z    INFO    http server: openvpn: running
2021-02-13T12:40:01.483Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.8:40318 in 30.103409ms
2021-02-13T12:40:01.484Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T12:40:01.484Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T12:40:01.484Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T12:40:01.487Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]104.140.53.170:1194
2021-02-13T12:40:01.487Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T12:40:01.487Z    INFO    openvpn: UDP link remote: [AF_INET]104.140.53.170:1194
2021-02-13T12:40:02.063Z    INFO    openvpn: [us6972.nordvpn.com] Peer Connection Initiated with [AF_INET]104.140.53.170:1194
2021-02-13T12:40:03.228Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T12:40:03.228Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T12:40:03.229Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.1.5/24 broadcast 10.8.1.255
2021-02-13T12:40:03.233Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T12:44:01.583Z    INFO    http server: 200 GET /ip wrote 30B to 172.18.0.8:41666 in 19.571µs
2021-02-13T12:44:01.585Z    INFO    openvpn: stopping
2021-02-13T12:44:01.609Z    INFO    http server: openvpn: stopped
2021-02-13T12:44:01.609Z    INFO    openvpn: starting
2021-02-13T12:44:01.615Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T12:44:01.619Z    INFO    openvpn configurator: starting openvpn
2021-02-13T12:44:01.619Z    INFO    http server: openvpn: running
2021-02-13T12:44:01.619Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.8:41668 in 34.75795ms
2021-02-13T12:44:01.621Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T12:44:01.621Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T12:44:01.622Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T12:44:01.625Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]37.120.149.24:1194
2021-02-13T12:44:01.625Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T12:44:01.625Z    INFO    openvpn: UDP link remote: [AF_INET]37.120.149.24:1194
2021-02-13T12:44:02.224Z    INFO    openvpn: [no198.nordvpn.com] Peer Connection Initiated with [AF_INET]37.120.149.24:1194
2021-02-13T12:44:03.417Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T12:44:03.417Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T12:44:03.418Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.2.5/24 broadcast 10.8.2.255
2021-02-13T12:44:03.421Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T12:48:01.647Z    INFO    http server: 200 GET /ip wrote 30B to 172.18.0.8:42996 in 15.899µs
2021-02-13T12:48:01.648Z    INFO    openvpn: stopping
2021-02-13T12:48:01.669Z    INFO    http server: openvpn: stopped
2021-02-13T12:48:01.669Z    INFO    openvpn: starting
2021-02-13T12:48:01.674Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T12:48:01.677Z    INFO    openvpn configurator: starting openvpn
2021-02-13T12:48:01.677Z    INFO    http server: openvpn: running
2021-02-13T12:48:01.678Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.8:42998 in 29.375524ms
2021-02-13T12:48:01.680Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T12:48:01.680Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T12:48:01.680Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T12:48:01.683Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]194.127.172.70:1194
2021-02-13T12:48:01.683Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T12:48:01.683Z    INFO    openvpn: UDP link remote: [AF_INET]194.127.172.70:1194
2021-02-13T12:48:01.809Z    INFO    openvpn: [nl841.nordvpn.com] Peer Connection Initiated with [AF_INET]194.127.172.70:1194
2021-02-13T12:48:02.939Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T12:48:02.939Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T12:48:02.940Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.3.4/24 broadcast 10.8.3.255
2021-02-13T12:48:02.944Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T12:52:01.779Z    INFO    http server: 200 GET /ip wrote 30B to 172.18.0.8:44332 in 21.06µs
2021-02-13T12:52:01.781Z    INFO    openvpn: stopping
2021-02-13T12:52:01.813Z    INFO    http server: openvpn: stopped
2021-02-13T12:52:01.813Z    INFO    openvpn: starting
2021-02-13T12:52:01.816Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T12:52:01.829Z    INFO    openvpn configurator: starting openvpn
2021-02-13T12:52:01.830Z    INFO    http server: openvpn: running
2021-02-13T12:52:01.830Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.8:44334 in 48.867063ms
2021-02-13T12:52:01.832Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T12:52:01.833Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T12:52:01.833Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T12:52:01.835Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]209.58.163.129:1194
2021-02-13T12:52:01.835Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T12:52:01.835Z    INFO    openvpn: UDP link remote: [AF_INET]209.58.163.129:1194
2021-02-13T12:52:03.168Z    INFO    openvpn: [sg469.nordvpn.com] Peer Connection Initiated with [AF_INET]209.58.163.129:1194
2021-02-13T12:52:04.623Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T12:52:04.623Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T12:52:04.624Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.3.8/24 broadcast 10.8.3.255
2021-02-13T12:52:04.627Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T12:56:01.876Z    INFO    http server: 200 GET /ip wrote 30B to 172.18.0.8:45668 in 24.897µs
2021-02-13T12:56:01.878Z    INFO    openvpn: stopping
2021-02-13T12:56:01.897Z    INFO    http server: openvpn: stopped
2021-02-13T12:56:01.897Z    INFO    openvpn: starting
2021-02-13T12:56:01.900Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T12:56:01.903Z    INFO    openvpn configurator: starting openvpn
2021-02-13T12:56:01.904Z    INFO    http server: openvpn: running
2021-02-13T12:56:01.904Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.8:45670 in 26.157507ms
2021-02-13T12:56:01.906Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T12:56:01.906Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T12:56:01.906Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T12:56:01.908Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]209.58.131.24:1194
2021-02-13T12:56:01.908Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T12:56:01.909Z    INFO    openvpn: UDP link remote: [AF_INET]209.58.131.24:1194
2021-02-13T12:56:02.723Z    INFO    openvpn: [us6515.nordvpn.com] Peer Connection Initiated with [AF_INET]209.58.131.24:1194
2021-02-13T12:56:03.934Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T12:56:03.934Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T12:56:03.935Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.1.4/24 broadcast 10.8.1.255
2021-02-13T12:56:03.939Z    INFO    openvpn: Initialization Sequence Completed

Here an extract of two successfully restart, because I have two ip getter: Public IP address is XXX... logs. As you can see, I don't receive any ip after 10h39 ? (For info it was the 20th restart asked)

So my script, restart gluetun over and over. Do you think is because, I don't wait enough ? For information I make a /restart then wait 4 minutes before check ip again. If I receive nothing or I receive the same ip (tha case here) I dont another restart.

So basically I do a restart every 4 minutes.

Here's the log file output-no-error.txt

zgababa commented 3 years ago

I just see another container logs. On the 5th restart, gluetun fail to send me another ip.

So from 01:36 to 6:49 there was restart every 4 minutes.

But from 6:49, my app stop to ask for /restartbecause gluetun is on error

So unlike above, there are errors on gluetun :

2021-02-13T13:07:51.873Z    ERROR   ip getter: Get "https://diagnostic.opendns.com/myip": dial tcp: lookup diagnostic.opendns.com on 127.0.0.1:53: server misbehaving
2021-02-13T13:07:51.873Z    INFO    ip getter: retrying in 5s

Here's the log file. output.txt

qdm12 commented 3 years ago

Having digged in the logs, the problem is that openvpn gets stopped but not rebooted. The relevant logs is:

2021-02-13T06:37:02.067Z    INFO    openvpn: [us8375.nordvpn.com] Peer Connection Initiated with [AF_INET]138.199.52.56:1194
2021-02-13T06:37:03.198Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T06:37:03.198Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T06:37:03.200Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.3.2/24 broadcast 10.8.3.255
2021-02-13T06:37:03.204Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T06:41:01.388Z    INFO    http server: 200 GET /ip wrote 31B to 172.18.0.10:33130 in 16.891µs
2021-02-13T06:41:01.390Z    INFO    openvpn: stopping
2021-02-13T06:41:01.417Z    INFO    http server: openvpn: stopped
2021-02-13T06:41:01.417Z    INFO    openvpn: starting
2021-02-13T06:41:01.420Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T06:41:01.427Z    INFO    openvpn configurator: starting openvpn
2021-02-13T06:41:01.428Z    INFO    http server: openvpn: running
2021-02-13T06:41:01.428Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.10:33132 in 37.726024ms
2021-02-13T06:41:01.430Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T06:41:01.430Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T06:41:01.430Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T06:41:01.433Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]184.170.247.169:1194
2021-02-13T06:41:01.433Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T06:41:01.433Z    INFO    openvpn: UDP link remote: [AF_INET]184.170.247.169:1194
2021-02-13T06:41:02.344Z    INFO    openvpn: [us6190.nordvpn.com] Peer Connection Initiated with [AF_INET]184.170.247.169:1194
2021-02-13T06:41:03.616Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T06:41:03.616Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T06:41:03.617Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.3.2/24 broadcast 10.8.3.255
2021-02-13T06:41:03.621Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T06:45:01.531Z    INFO    http server: 200 GET /ip wrote 31B to 172.18.0.10:34440 in 21.233µs
2021-02-13T06:45:01.534Z    INFO    openvpn: stopping
2021-02-13T06:45:01.563Z    INFO    http server: openvpn: stopped
2021-02-13T06:45:01.563Z    INFO    openvpn: starting
2021-02-13T06:45:01.568Z    INFO    firewall: setting VPN connection through firewall...
2021-02-13T06:45:01.574Z    INFO    openvpn configurator: starting openvpn
2021-02-13T06:45:01.574Z    INFO    http server: openvpn: running
2021-02-13T06:45:01.574Z    INFO    http server: 200 GET /openvpn/actions/restart wrote 68B to 172.18.0.10:34442 in 40.278345ms
2021-02-13T06:45:01.577Z    INFO    openvpn: OpenVPN 2.4.10 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Jan  4 2021
2021-02-13T06:45:01.577Z    INFO    openvpn: library versions: OpenSSL 1.1.1i  8 Dec 2020, LZO 2.10
2021-02-13T06:45:01.578Z    WARN    openvpn: --ping should normally be used with --ping-restart or --ping-exit
2021-02-13T06:45:01.580Z    INFO    openvpn: TCP/UDP: Preserving recently used remote address: [AF_INET]217.138.200.59:1194
2021-02-13T06:45:01.580Z    INFO    openvpn: UDP link local: (not bound)
2021-02-13T06:45:01.580Z    INFO    openvpn: UDP link remote: [AF_INET]217.138.200.59:1194
2021-02-13T06:45:02.214Z    INFO    openvpn: [ca1379.nordvpn.com] Peer Connection Initiated with [AF_INET]217.138.200.59:1194
2021-02-13T06:45:03.561Z    INFO    openvpn: TUN/TAP device tun0 opened
2021-02-13T06:45:03.562Z    INFO    openvpn: /sbin/ip link set dev tun0 up mtu 1500
2021-02-13T06:45:03.563Z    INFO    openvpn: /sbin/ip addr add dev tun0 10.8.1.2/24 broadcast 10.8.1.255
2021-02-13T06:45:03.569Z    INFO    openvpn: Initialization Sequence Completed
2021-02-13T06:49:01.677Z    INFO    http server: 200 GET /ip wrote 31B to 172.18.0.10:35748 in 18.338µs
2021-02-13T06:49:01.683Z    INFO    openvpn: stopping
2021-02-13T07:31:50.847Z    INFO    healthcheck: unhealthy: lookup github.com on 127.0.0.1:53: read udp 127.0.0.1:48688->127.0.0.1:53: i/o timeout
2021-02-13T08:59:30.124Z    INFO    http server: 404 GET  wrote 41B to 74.120.14.55:59088 in 13.086µs
2021-02-13T08:59:30.318Z    INFO    http server: 404 GET  wrote 41B to 74.120.14.55:59614 in 11.94µs
2021-02-13T11:06:34.508Z    ERROR   ip getter: Get "https://domains.google.com/checkip": dial tcp: lookup domains.google.com on 127.0.0.1:53: server misbehaving
2021-02-13T11:06:34.508Z    INFO    ip getter: retrying in 5s
2021-02-13T11:06:39.510Z    ERROR   ip getter: Get "https://ifconfig.io/ip": dial tcp: lookup ifconfig.io on 127.0.0.1:53: server misbehaving
2021-02-13T11:06:39.510Z    INFO    ip getter: retrying in 5s
2021-02-13T11:06:44.511Z    ERROR   ip getter: Get "https://domains.google.com/checkip": dial tcp: lookup domains.google.com on 127.0.0.1:53: server misbehaving
2021-02-13T11:06:44.511Z    INFO    ip getter: retrying in 5s

This is likely due to a deadlock (which also rarely happens it seems) somewhere in my code, I'll review my code in the coming days and test it out.

On the other hand, the AUTH_FAILED messages are out of my control and I can't really do anything about it.

Let's continue the discussion on #389 I will close this issue for now to keep things clean. Also feel free to subscribe to #389 to be notified when it gets resolved. Thanks for your help & logs!