You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running version latest built on 2024-12-27T20:18:46.989Z (commit 61b053f)
What's the problem 🤔
I'm using Gluetun for OpenVPN with PIA, but my network MTU max is 1312. To address this I set the OPENVPN_MSSFIX environmental variable in docker_compose.yml and sometimes it works, but most the time I end up with a log full errors relating to my mtu (read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large).
Share your logs (at least 10 lines)
========================================
========================================
=============== gluetun ================
========================================
=========== Made with ❤️ by ============
======= https://github.com/qdm12 =======
========================================
========================================
Running version latest built on 2024-12-27T20:18:46.989Z (commit 61b053f)
🔧 Need help? ☕ Discussion? https://github.com/qdm12/gluetun/discussions/new/choose
🐛 Bug? ✨ New feature? https://github.com/qdm12/gluetun/issues/new/choose
💻 Email? [email protected]
💰 Help me? https://www.paypal.me/qmcgaw https://github.com/sponsors/qdm12
2025-01-15T21:47:43Z INFO [routing] default route found: interface eth0, gateway 172.21.0.1, assigned IP 172.21.0.2 and family v4
2025-01-15T21:47:43Z INFO [routing] local ethernet link found: eth0
2025-01-15T21:47:43Z INFO [routing] local ipnet found: 172.21.0.0/16
2025-01-15T21:47:44Z INFO [firewall] enabling...
2025-01-15T21:47:44Z INFO [firewall] enabled successfully
2025-01-15T21:47:45Z INFO [storage] creating /gluetun/servers.json with 20776 hardcoded servers
2025-01-15T21:47:45Z INFO Alpine version: 3.20.3
2025-01-15T21:47:45Z INFO OpenVPN 2.5 version: 2.5.10
2025-01-15T21:47:45Z INFO OpenVPN 2.6 version: 2.6.11
2025-01-15T21:47:45Z INFO IPtables version: v1.8.10
2025-01-15T21:47:45Z INFO Settings summary:
├── VPN settings:
| ├── VPN provider settings:
| | ├── Name: private internet access
| | ├── Server selection settings:
| | | ├── VPN type: openvpn
| | | ├── Regions: netherlands
| | | ├── Port forwarding only servers: yes
| | | └── OpenVPN server selection settings:
| | | ├── Protocol: UDP
| | | └── Private Internet Access encryption preset: strong
| | └── Automatic port forwarding settings:
| | ├── Redirection listening port: disabled
| | ├── Use port forwarding code for current provider
| | ├── Forwarded port file path: /pia-shared/port.dat
| | └── Credentials:
| | ├── Username: [username]
| | └── Password: [set]
| └── OpenVPN settings:
| ├── OpenVPN version: 2.6
| ├── User: [set]
| ├── Password: [set]
| ├── Private Internet Access encryption preset: strong
| ├── MSS Fix: 1220
| ├── Network interface: tun0
| ├── Run OpenVPN as: root
| └── Verbosity level: 1
├── DNS settings:
| ├── Keep existing nameserver(s): no
| ├── DNS server address to use: 127.0.0.1
| └── DNS over TLS settings:
| ├── Enabled: yes
| ├── Update period: every 24h0m0s
| ├── Upstream resolvers:
| | └── cloudflare
| ├── Caching: yes
| ├── IPv6: no
| └── DNS filtering settings:
| ├── Block malicious: yes
| ├── Block ads: no
| ├── Block surveillance: no
| └── Blocked IP networks:
| ├── 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:127.0.0.1/104
| ├── ::ffff:10.0.0.0/104
| ├── ::ffff:169.254.0.0/112
| ├── ::ffff:172.16.0.0/108
| └── ::ffff:192.168.0.0/112
├── Firewall settings:
| └── Enabled: yes
├── Log settings:
| └── Log level: info
├── Health settings:
| ├── Server listening address: 127.0.0.1:9999
| ├── Target address: cloudflare.com:443
| ├── Duration to wait after success: 5s
| ├── Read header timeout: 100ms
| ├── Read timeout: 500ms
| └── VPN wait durations:
| ├── Initial duration: 6s
| └── Additional duration: 5s
├── Shadowsocks server settings:
| └── Enabled: no
├── HTTP proxy settings:
| └── Enabled: no
├── Control server settings:
| ├── Listening address: :8000
| ├── Logging: yes
| └── Authentication file path: /gluetun/auth/config.toml
├── Storage settings:
| └── Filepath: /gluetun/servers.json
├── OS Alpine settings:
| ├── Process UID: 1000
| └── Process GID: 1000
├── Public IP settings:
| ├── IP file path: /tmp/gluetun/ip
| ├── Public IP data base API: ipinfo
| └── Public IP data backup APIs:
| ├── ifconfigco
| ├── ip2location
| └── cloudflare
└── Version settings:
└── Enabled: yes
2025-01-15T21:47:45Z INFO [routing] default route found: interface eth0, gateway 172.21.0.1, assigned IP 172.21.0.2 and family v4
2025-01-15T21:47:45Z INFO [routing] adding route for 0.0.0.0/0
2025-01-15T21:47:45Z INFO [firewall] setting allowed subnets...
2025-01-15T21:47:45Z INFO [routing] default route found: interface eth0, gateway 172.21.0.1, assigned IP 172.21.0.2 and family v4
2025-01-15T21:47:45Z INFO [dns] using plaintext DNS at address 1.1.1.1
2025-01-15T21:47:45Z INFO [http server] http server listening on [::]:8000
2025-01-15T21:47:45Z INFO [healthcheck] listening on 127.0.0.1:9999
2025-01-15T21:47:45Z INFO [firewall] allowing VPN connection...
2025-01-15T21:47:46Z INFO [openvpn] OpenVPN 2.6.11 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
2025-01-15T21:47:46Z INFO [openvpn] library versions: OpenSSL 3.3.2 3 Sep 2024, LZO 2.10
2025-01-15T21:47:46Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]195.78.54.192:1197
2025-01-15T21:47:46Z INFO [openvpn] UDPv4 link local: (not bound)
2025-01-15T21:47:46Z INFO [openvpn] UDPv4 link remote: [AF_INET]195.78.54.192:1197
2025-01-15T21:47:47Z INFO [openvpn] [amsterdam429] Peer Connection Initiated with [AF_INET]195.78.54.192:1197
2025-01-15T21:47:47Z INFO [openvpn] TUN/TAP device tun0 opened
2025-01-15T21:47:47Z INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500
2025-01-15T21:47:47Z INFO [openvpn] /sbin/ip link set dev tun0 up
2025-01-15T21:47:47Z INFO [openvpn] /sbin/ip addr add dev tun0 10.33.110.200/24
2025-01-15T21:47:47Z INFO [openvpn] UID set to nonrootuser
2025-01-15T21:47:47Z INFO [openvpn] Initialization Sequence Completed
2025-01-15T21:47:47Z INFO [dns] downloading hostnames and IP block lists
2025-01-15T21:47:48Z INFO [healthcheck] healthy!
2025-01-15T21:48:01Z INFO [healthcheck] healthy!
2025-01-15T21:48:02Z INFO [dns] DNS server listening on [::]:53
2025-01-15T21:48:03Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:04Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:04Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:04Z INFO [dns] ready
2025-01-15T21:48:05Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:05Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:05Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:05Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:05Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:06Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:06Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:06Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:07Z INFO [ip getter] Public IP address is 195.78.54.192 (Netherlands, North Holland, Amsterdam - source: ipinfo)
2025-01-15T21:48:07Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:07Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:07Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:07Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:08Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:08Z INFO [vpn] You are running on the bleeding edge of latest!
2025-01-15T21:48:08Z INFO [port forwarding] starting
2025-01-15T21:48:08Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:09Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:10Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:10Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:11Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:11Z INFO [port forwarding] Port forwarded data expires in 62 days
2025-01-15T21:48:11Z INFO [port forwarding] port forwarded is 50781
2025-01-15T21:48:11Z INFO [firewall] setting allowed input port 50781 through interface tun0...
2025-01-15T21:48:11Z INFO [port forwarding] writing port file /pia-shared/port.dat
2025-01-15T21:48:12Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:12Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:13Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:15Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:16Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:18Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:18Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:21Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:23Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:24Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:26Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:28Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312|EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:36Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:48:57Z INFO [healthcheck] healthy!
2025-01-15T21:49:14Z WARN [dns] exchanging over tls connection for request IN AAAA aarsen.me.: read tcp 10.33.110.200:49696->1.1.1.1:853: i/o timeout
2025-01-15T21:49:17Z WARN [dns] exchanging over tls connection for request IN AAAA 6ahddutb1ucc3cp.ru.: read tcp 10.33.110.200:49728->1.1.1.1:853: i/o timeout
2025-01-15T21:49:17Z WARN [dns] exchanging over tls connection for request IN A 6ahddutb1ucc3cp.ru.: read tcp 10.33.110.200:43546->1.0.0.1:853: i/o timeout
2025-01-15T21:49:21Z INFO [healthcheck] healthy!
2025-01-15T21:49:40Z WARN [dns] dialing tls server for request IN AAAA opentracker.io.: context deadline exceeded
2025-01-15T21:49:40Z WARN [dns] dialing tls server for request IN A opentracker.io.: context deadline exceeded
2025-01-15T21:49:44Z WARN [dns] exchanging over tls connection for request IN A opentracker.io.: read tcp 10.33.110.200:35954->1.0.0.1:853: i/o timeout
2025-01-15T21:49:44Z WARN [dns] exchanging over tls connection for request IN AAAA opentracker.io.: read tcp 10.33.110.200:50082->1.1.1.1:853: i/o timeout
2025-01-15T21:49:44Z INFO [healthcheck] healthy!
2025-01-15T21:49:47Z INFO [healthcheck] healthy!
2025-01-15T21:50:57Z INFO [healthcheck] healthy!
2025-01-15T21:51:05Z INFO [healthcheck] healthy!
2025-01-15T21:51:13Z INFO [healthcheck] program has been unhealthy for 6s: restarting VPN (healthcheck error: dialing: dial tcp4 104.16.133.229:443: i/o timeout)
2025-01-15T21:51:13Z INFO [healthcheck] 👉 See https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md
2025-01-15T21:51:13Z INFO [healthcheck] DO NOT OPEN AN ISSUE UNLESS YOU READ AND TRIED EACH POSSIBLE SOLUTION
2025-01-15T21:51:13Z INFO [vpn] stopping
2025-01-15T21:51:13Z INFO [port forwarding] stopping
2025-01-15T21:51:13Z INFO [firewall] removing allowed port 50781...
2025-01-15T21:51:13Z INFO [port forwarding] removing port file /pia-shared/port.dat
2025-01-15T21:51:13Z INFO [vpn] starting
2025-01-15T21:51:13Z INFO [firewall] allowing VPN connection...
2025-01-15T21:51:13Z INFO [openvpn] OpenVPN 2.6.11 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
2025-01-15T21:51:13Z INFO [openvpn] library versions: OpenSSL 3.3.2 3 Sep 2024, LZO 2.10
2025-01-15T21:51:13Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]143.244.41.218:1197
2025-01-15T21:51:13Z INFO [openvpn] UDPv4 link local: (not bound)
2025-01-15T21:51:13Z INFO [openvpn] UDPv4 link remote: [AF_INET]143.244.41.218:1197
2025-01-15T21:51:19Z WARN [dns] dialing tls server for request IN HTTPS cloudflare-dns.com.: dial tcp 1.0.0.1:853: i/o timeout
2025-01-15T21:51:19Z WARN [dns] dialing tls server for request IN A example.org.: dial tcp 1.1.1.1:853: i/o timeout
2025-01-15T21:51:19Z WARN [dns] dialing tls server for request IN A example.org.: dial tcp 1.0.0.1:853: i/o timeout
2025-01-15T21:51:19Z WARN [dns] dialing tls server for request IN A detectportal.firefox.com.: dial tcp 1.1.1.1:853: i/o timeout
2025-01-15T21:51:19Z WARN [dns] dialing tls server for request IN A detectportal.firefox.com.: dial tcp 1.0.0.1:853: i/o timeout
2025-01-15T21:51:19Z WARN [dns] dialing tls server for request IN A detectportal.firefox.com.: dial tcp 1.0.0.1:853: i/o timeout
2025-01-15T21:51:21Z INFO [openvpn] [amsterdam412] Peer Connection Initiated with [AF_INET]143.244.41.218:1197
2025-01-15T21:51:23Z INFO [openvpn] TUN/TAP device tun0 opened
2025-01-15T21:51:23Z INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500
2025-01-15T21:51:23Z INFO [openvpn] /sbin/ip link set dev tun0 up
2025-01-15T21:51:23Z INFO [openvpn] /sbin/ip addr add dev tun0 10.30.110.106/24
2025-01-15T21:51:23Z INFO [openvpn] UID set to nonrootuser
2025-01-15T21:51:23Z INFO [openvpn] Initialization Sequence Completed
2025-01-15T21:51:24Z WARN [dns] dialing tls server for request IN HTTPS cloudflare-dns.com.: dial tcp 1.1.1.1:853: i/o timeout
2025-01-15T21:51:24Z WARN [dns] dialing tls server for request IN A example.org.: dial tcp 1.0.0.1:853: i/o timeout
2025-01-15T21:51:24Z WARN [dns] dialing tls server for request IN A detectportal.firefox.com.: dial tcp 1.0.0.1:853: i/o timeout
2025-01-15T21:51:24Z WARN [dns] dialing tls server for request IN A example.org.: dial tcp 1.0.0.1:853: i/o timeout
2025-01-15T21:51:24Z WARN [dns] dialing tls server for request IN A detectportal.firefox.com.: dial tcp 1.1.1.1:853: i/o timeout
2025-01-15T21:51:24Z WARN [dns] dialing tls server for request IN A detectportal.firefox.com.: dial tcp 1.1.1.1:853: i/o timeout
2025-01-15T21:51:25Z INFO [healthcheck] program has been unhealthy for 11s: restarting VPN (healthcheck error: dialing: dial tcp4 104.16.133.229:443: i/o timeout)
2025-01-15T21:51:25Z INFO [healthcheck] 👉 See https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md
2025-01-15T21:51:25Z INFO [healthcheck] DO NOT OPEN AN ISSUE UNLESS YOU READ AND TRIED EACH POSSIBLE SOLUTION
2025-01-15T21:51:25Z INFO [vpn] stopping
2025-01-15T21:51:25Z ERROR [vpn] getting public IP address information: fetching information: Get "https://ipinfo.io/": context canceled
2025-01-15T21:51:25Z INFO [port forwarding] starting
2025-01-15T21:51:25Z ERROR [vpn] starting port forwarding service: getting VPN assigned IP address: network interface tun0 not found: route ip+net: no such network interface
2025-01-15T21:51:25Z INFO [vpn] starting
2025-01-15T21:51:25Z INFO [firewall] allowing VPN connection...
2025-01-15T21:51:25Z INFO [openvpn] OpenVPN 2.6.11 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
2025-01-15T21:51:25Z INFO [openvpn] library versions: OpenSSL 3.3.2 3 Sep 2024, LZO 2.10
2025-01-15T21:51:25Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]195.78.54.206:1197
2025-01-15T21:51:25Z INFO [openvpn] UDPv4 link local: (not bound)
2025-01-15T21:51:25Z INFO [openvpn] UDPv4 link remote: [AF_INET]195.78.54.206:1197
2025-01-15T21:51:27Z INFO [openvpn] [amsterdam429] Peer Connection Initiated with [AF_INET]195.78.54.206:1197
2025-01-15T21:51:27Z INFO [openvpn] TUN/TAP device tun0 opened
2025-01-15T21:51:27Z INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500
2025-01-15T21:51:27Z INFO [openvpn] /sbin/ip link set dev tun0 up
2025-01-15T21:51:27Z INFO [openvpn] /sbin/ip addr add dev tun0 10.47.110.28/24
2025-01-15T21:51:27Z INFO [openvpn] UID set to nonrootuser
2025-01-15T21:51:27Z INFO [openvpn] Initialization Sequence Completed
2025-01-15T21:51:28Z INFO [healthcheck] healthy!
2025-01-15T21:51:28Z WARN [dns] dialing tls server for request IN A ipinfo.io.: dial tcp 1.0.0.1:853: i/o timeout
2025-01-15T21:51:28Z WARN [dns] dialing tls server for request IN AAAA ipinfo.io.: dial tcp 1.0.0.1:853: i/o timeout
2025-01-15T21:51:29Z WARN [dns] dialing tls server for request IN AAAA ipv4only.arpa.: dial tcp 1.0.0.1:853: i/o timeout
2025-01-15T21:51:29Z WARN [dns] dialing tls server for request IN A example.org.: dial tcp 1.1.1.1:853: i/o timeout
2025-01-15T21:51:29Z WARN [dns] dialing tls server for request IN A example.org.: dial tcp 1.0.0.1:853: i/o timeout
2025-01-15T21:51:29Z WARN [dns] dialing tls server for request IN A detectportal.firefox.com.: dial tcp 1.0.0.1:853: i/o timeout
2025-01-15T21:51:29Z WARN [dns] dialing tls server for request IN A detectportal.firefox.com.: dial tcp 1.1.1.1:853: i/o timeout
2025-01-15T21:51:29Z WARN [dns] dialing tls server for request IN A detectportal.firefox.com.: dial tcp 1.0.0.1:853: i/o timeout
2025-01-15T21:51:31Z INFO [ip getter] Public IP address is 195.78.54.206 (Netherlands, North Holland, Amsterdam - source: ipinfo)
2025-01-15T21:51:31Z INFO [port forwarding] starting
2025-01-15T21:51:31Z INFO [port forwarding] Found saved forwarded port data for port 50781
2025-01-15T21:51:31Z INFO [port forwarding] Port forwarded data expires in 62 days
2025-01-15T21:51:32Z INFO [port forwarding] port forwarded is 50781
2025-01-15T21:51:32Z INFO [firewall] setting allowed input port 50781 through interface tun0...
2025-01-15T21:51:32Z INFO [port forwarding] writing port file /pia-shared/port.dat
2025-01-15T21:51:35Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:35Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:35Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:36Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:36Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:36Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:37Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:37Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:37Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:37Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:38Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:38Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:38Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:39Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:39Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:39Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:40Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:40Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:40Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:40Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:41Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:41Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:41Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:42Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:42Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:42Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:43Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:43Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:43Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:43Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:44Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:44Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:44Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:45Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:45Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:45Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:46Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:46Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:46Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:46Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:47Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:47Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:47Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:48Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:48Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:48Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:49Z INFO [healthcheck] healthy!
2025-01-15T21:51:49Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:49Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:49Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:49Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:50Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:50Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:50Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:51Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:51Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:51Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:52Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:52Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:52Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:52Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:53Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:53Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:53Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:54Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:54Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:54Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:55Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:55Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:55Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:55Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:56Z INFO [healthcheck] healthy!
2025-01-15T21:51:56Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:56Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:56Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:57Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:57Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:57Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:58Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:58Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:58Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:58Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:59Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:59Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:51:59Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:52:00Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:52:00Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:52:00Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:52:01Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:52:01Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:52:01Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:52:01Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:52:02Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:52:02Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:52:02Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:52:03Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:52:03Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:52:03Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:52:04Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:52:04Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:53:35Z INFO [healthcheck] healthy!
2025-01-15T21:54:04Z INFO [healthcheck] healthy!
2025-01-15T21:54:12Z INFO [healthcheck] program has been unhealthy for 6s: restarting VPN (healthcheck error: dialing: dial tcp4 104.16.133.229:443: i/o timeout)
2025-01-15T21:54:12Z INFO [healthcheck] 👉 See https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md
2025-01-15T21:54:12Z INFO [healthcheck] DO NOT OPEN AN ISSUE UNLESS YOU READ AND TRIED EACH POSSIBLE SOLUTION
2025-01-15T21:54:12Z INFO [vpn] stopping
2025-01-15T21:54:12Z INFO [port forwarding] stopping
2025-01-15T21:54:12Z INFO [firewall] removing allowed port 50781...
2025-01-15T21:54:12Z INFO [port forwarding] removing port file /pia-shared/port.dat
2025-01-15T21:54:12Z INFO [vpn] starting
2025-01-15T21:54:12Z INFO [firewall] allowing VPN connection...
2025-01-15T21:54:12Z INFO [openvpn] OpenVPN 2.6.11 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
2025-01-15T21:54:12Z INFO [openvpn] library versions: OpenSSL 3.3.2 3 Sep 2024, LZO 2.10
2025-01-15T21:54:12Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]212.102.35.97:1197
2025-01-15T21:54:12Z INFO [openvpn] UDPv4 link local: (not bound)
2025-01-15T21:54:12Z INFO [openvpn] UDPv4 link remote: [AF_INET]212.102.35.97:1197
2025-01-15T21:54:17Z INFO [openvpn] [amsterdam441] Peer Connection Initiated with [AF_INET]212.102.35.97:1197
2025-01-15T21:54:18Z WARN [dns] dialing tls server for request IN A example.org.: dial tcp 1.0.0.1:853: i/o timeout
2025-01-15T21:54:18Z WARN [dns] dialing tls server for request IN A example.org.: dial tcp 1.1.1.1:853: i/o timeout
2025-01-15T21:54:18Z WARN [dns] dialing tls server for request IN A detectportal.firefox.com.: dial tcp 1.0.0.1:853: i/o timeout
2025-01-15T21:54:18Z WARN [dns] dialing tls server for request IN A detectportal.firefox.com.: dial tcp 1.1.1.1:853: i/o timeout
2025-01-15T21:54:18Z WARN [dns] dialing tls server for request IN A detectportal.firefox.com.: dial tcp 1.0.0.1:853: i/o timeout
2025-01-15T21:54:19Z INFO [openvpn] TUN/TAP device tun0 opened
2025-01-15T21:54:19Z INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500
2025-01-15T21:54:19Z INFO [openvpn] /sbin/ip link set dev tun0 up
2025-01-15T21:54:19Z INFO [openvpn] /sbin/ip addr add dev tun0 10.15.110.25/24
2025-01-15T21:54:19Z INFO [openvpn] UID set to nonrootuser
2025-01-15T21:54:19Z INFO [openvpn] Initialization Sequence Completed
2025-01-15T21:54:23Z INFO [healthcheck] healthy!
2025-01-15T21:54:23Z WARN [dns] dialing tls server for request IN A example.org.: dial tcp 1.0.0.1:853: i/o timeout
2025-01-15T21:54:23Z WARN [dns] dialing tls server for request IN A detectportal.firefox.com.: dial tcp 1.1.1.1:853: i/o timeout
2025-01-15T21:54:23Z WARN [dns] dialing tls server for request IN A detectportal.firefox.com.: dial tcp 1.0.0.1:853: i/o timeout
2025-01-15T21:54:23Z WARN [dns] dialing tls server for request IN A example.org.: dial tcp 1.0.0.1:853: i/o timeout
2025-01-15T21:54:23Z WARN [dns] dialing tls server for request IN A detectportal.firefox.com.: dial tcp 1.1.1.1:853: i/o timeout
2025-01-15T21:54:24Z INFO [ip getter] Public IP address is 212.102.35.97 (Netherlands, North Holland, Amsterdam - source: ipinfo)
2025-01-15T21:54:24Z INFO [port forwarding] starting
2025-01-15T21:54:24Z INFO [port forwarding] Found saved forwarded port data for port 50781
2025-01-15T21:54:24Z INFO [port forwarding] Port forwarded data expires in 62 days
2025-01-15T21:54:27Z INFO [port forwarding] port forwarded is 50781
2025-01-15T21:54:27Z INFO [firewall] setting allowed input port 50781 through interface tun0...
2025-01-15T21:54:27Z INFO [port forwarding] writing port file /pia-shared/port.dat
2025-01-15T21:54:32Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:54:32Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:54:32Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:54:33Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:54:34Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:54:34Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:54:35Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:54:35Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:54:36Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:54:37Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:54:37Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:54:38Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:54:38Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:54:39Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:54:40Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:54:40Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:54:41Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:54:41Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:54:42Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:54:43Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:54:43Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:54:44Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:54:45Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:54:46Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:54:47Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:54:49Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:54:49Z INFO [healthcheck] program has been unhealthy for 6s: restarting VPN (healthcheck error: dialing: dial tcp4 104.16.133.229:443: i/o timeout)
2025-01-15T21:54:49Z INFO [healthcheck] 👉 See https://github.com/qdm12/gluetun-wiki/blob/main/faq/healthcheck.md
2025-01-15T21:54:49Z INFO [healthcheck] DO NOT OPEN AN ISSUE UNLESS YOU READ AND TRIED EACH POSSIBLE SOLUTION
2025-01-15T21:54:49Z INFO [vpn] stopping
2025-01-15T21:54:49Z INFO [port forwarding] stopping
2025-01-15T21:54:49Z INFO [firewall] removing allowed port 50781...
2025-01-15T21:54:49Z INFO [port forwarding] removing port file /pia-shared/port.dat
2025-01-15T21:54:49Z INFO [vpn] starting
2025-01-15T21:54:49Z INFO [firewall] allowing VPN connection...
2025-01-15T21:54:49Z INFO [openvpn] OpenVPN 2.6.11 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
2025-01-15T21:54:49Z INFO [openvpn] library versions: OpenSSL 3.3.2 3 Sep 2024, LZO 2.10
2025-01-15T21:54:49Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]212.102.35.100:1197
2025-01-15T21:54:49Z INFO [openvpn] UDPv4 link local: (not bound)
2025-01-15T21:54:49Z INFO [openvpn] UDPv4 link remote: [AF_INET]212.102.35.100:1197
2025-01-15T21:54:51Z INFO [openvpn] [amsterdam441] Peer Connection Initiated with [AF_INET]212.102.35.100:1197
2025-01-15T21:54:53Z INFO [openvpn] TUN/TAP device tun0 opened
2025-01-15T21:54:53Z INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500
2025-01-15T21:54:53Z INFO [openvpn] /sbin/ip link set dev tun0 up
2025-01-15T21:54:53Z INFO [openvpn] /sbin/ip addr add dev tun0 10.18.110.22/24
2025-01-15T21:54:53Z INFO [openvpn] UID set to nonrootuser
2025-01-15T21:54:53Z INFO [openvpn] Initialization Sequence Completed
2025-01-15T21:54:58Z WARN [dns] dialing tls server for request IN AAAA ipinfo.io.: context deadline exceeded
2025-01-15T21:54:58Z WARN [dns] dialing tls server for request IN A ipinfo.io.: context deadline exceeded
2025-01-15T21:54:59Z WARN [dns] dialing tls server for request IN A detectportal.firefox.com.: context deadline exceeded
2025-01-15T21:54:59Z WARN [dns] dialing tls server for request IN A detectportal.firefox.com.: context deadline exceeded
2025-01-15T21:54:59Z WARN [dns] dialing tls server for request IN AAAA ipv4only.arpa.: context deadline exceeded
2025-01-15T21:54:59Z WARN [dns] dialing tls server for request IN A detectportal.firefox.com.: context deadline exceeded
2025-01-15T21:55:00Z INFO [healthcheck] healthy!
2025-01-15T21:55:02Z INFO [ip getter] Public IP address is 212.102.35.100 (Netherlands, North Holland, Amsterdam - source: ipinfo)
2025-01-15T21:55:02Z INFO [port forwarding] starting
2025-01-15T21:55:02Z INFO [port forwarding] Found saved forwarded port data for port 50781
2025-01-15T21:55:02Z INFO [port forwarding] Port forwarded data expires in 62 days
2025-01-15T21:55:04Z INFO [port forwarding] port forwarded is 50781
2025-01-15T21:55:04Z INFO [firewall] setting allowed input port 50781 through interface tun0...
2025-01-15T21:55:04Z INFO [port forwarding] writing port file /pia-shared/port.dat
2025-01-15T21:55:12Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:12Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:13Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:13Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:13Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:14Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:14Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:14Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:15Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:15Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:15Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:15Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:16Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:16Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:16Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:17Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:17Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:17Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:18Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:18Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:18Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:18Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:19Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:19Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:19Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:20Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:20Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:20Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:21Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:21Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:21Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:21Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:22Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:22Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:22Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:23Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:23Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:23Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:24Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:24Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:24Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:24Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:25Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:25Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:25Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:26Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:26Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:26Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:27Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:27Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:27Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:27Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:28Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:28Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:28Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:29Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:29Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:29Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:30Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:30Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:30Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:30Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:31Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:31Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:31Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:32Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:32Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:32Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:33Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:33Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:33Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:33Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:34Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:34Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:34Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:35Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:35Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:35Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:36Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:36Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:36Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:36Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:37Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:37Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:37Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:38Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:38Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:38Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:38Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:39Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:39Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:39Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:40Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:40Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:40Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:41Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:41Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:41Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:41Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:42Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
2025-01-15T21:55:42Z INFO [openvpn] read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large (fd=3,code=90)
Is this urgent?
No
Host OS
Ubuntu 24.04.1 LTS / Docker: 27.4.1 (API: 1.47)
CPU arch
x86_64
VPN service provider
Private Internet Access
What are you using to run the container
Portainer
What is the version of Gluetun
Running version latest built on 2024-12-27T20:18:46.989Z (commit 61b053f)
What's the problem 🤔
I'm using Gluetun for OpenVPN with PIA, but my network MTU max is 1312. To address this I set the OPENVPN_MSSFIX environmental variable in docker_compose.yml and sometimes it works, but most the time I end up with a log full errors relating to my mtu (read UDPv4 [EMSGSIZE Path-MTU=1312]: Message too large).
Share your logs (at least 10 lines)
Share your configuration
The text was updated successfully, but these errors were encountered: