[GH-ISSUE #3041] Client connections and LAN resource unavailability after updates #27917

Closed
opened 2026-06-10 23:30:24 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @GisaLab on GitHub (May 9, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/3041

Describe the Bug

Hello
After upgrading the Pangolin server to v1.18 and Newt to v1.12.5, several client machines remain disconnected (including one machine upgraded to pangolin-cli 0.8.0 and then recreated as 0.8.1), and the LAN site sometimes becomes unavailable (disconnections observed lasting 7 and 23 minutes). Since the Newt update to v1.12.5, the site indicates it is connected, but no site resources are accessible.

Environment

  • OS Type & Version: Ubuntu 24.04.4 LTS
  • Pangolin Version: v1.18.3
  • Gerbil Version: 1.4.0
  • Traefik Version: v3.6.16
  • Newt Version: v1.12.5
  • Olm Version: 1.5.0

To Reproduce

  1. Prerequisites
    • Pangolin server in v1.18.3.
    • Client(s) using pangolin-cli (e.g. 0.8.0 then 0.8.1).
    • Newt installed on gateway LAN (updated to v1.12.5).
    • Olm in 1.5.0 (or 1.4.4 for regression testing).
  2. Steps
    1. Update the Pangolin server to v1.18.3.
    2. Update (or install) pangolin-cli on a client machine (e.g. 0.8.0), observe the status in the interface.
    3. If the machine remains disconnected, delete and then recreate the machine in pangolin-cli 0.8.1.
    4. Update Newt on the LAN gateway to v1.12.5.
    5. Check access to LAN site resources (pages, services exposed via Traefik / Newt).
  3. Observed Behavior
    • Client machine remains in disconnected status despite Olm CLI v1.5.0 or v1.4.4.
    • After updating Newt → v1.12.5, the site displays connected status but no resources are accessible.
    • Newt logs show repeated ICMP ping failures and loss of connection to the server (extracts below).
  4. Relevant log excerpts
Newt:
May 09 16:26:10 newt-gateway-lan systemd[1]: Started newt.service - Newt.
May 09 16:26:10 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:10 Newt version 1.12.5
May 09 16:26:11 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:11 Loading config from: /root/.config/newt-client/config.json
May 09 16:26:11 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:11 Server version: 1.18.3
May 09 16:26:11 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:11 Websocket connected
May 09 16:26:11 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:11 Connecting to endpoint: pangolin.domain.com
May 09 16:26:43 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:43 SendMessageInterval timed out after 16 attempts for message type: newt/wg/get-config
May 09 16:26:52 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:26:52 Initial reliable ping failed, but continuing: all 5 ping attempts failed, last error: failed to read ICMP packet: i/o timeout
May 09 16:26:59 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:26:59 Ping attempt 1 failed: failed to read ICMP packet: i/o timeout
May 09 16:26:59 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:59 Starting monitoring for target 7 (192.168.1.7:80)
May 09 16:26:59 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:59 Starting monitoring for target 12 (192.168.1.13:3000)
May 09 16:26:59 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:59 Started tcp proxy to 192.168.1.5:11000
May 09 16:26:59 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:59 Started tcp proxy to 192.168.1.6:8020
May 09 16:26:59 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:59 Started tcp proxy to 192.168.1.234:3000
May 09 16:26:59 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:59 Started tcp proxy to 192.168.1.7:80
May 09 16:26:59 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:59 Started tcp proxy to 192.168.1.5:3478
May 09 16:26:59 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:59 Started tcp proxy to 192.168.1.13:3000
May 09 16:26:59 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:59 Started udp proxy to 192.168.1.5:3478
May 09 16:26:59 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:59 Starting health check monitoring for target 7 (192.168.1.7:80)
May 09 16:26:59 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:59 Starting health check monitoring for target 12 (192.168.1.13:3000)
May 09 16:26:59 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:59 Target 12 initial status: healthy
May 09 16:26:59 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:59 Target 7 initial status: healthy
May 09 16:27:06 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:27:06 Ping attempt 2 failed: failed to read ICMP packet: i/o timeout
May 09 16:27:15 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:27:15 Ping attempt 3 failed: failed to read ICMP packet: i/o timeout
May 09 16:27:24 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:27:24 Ping attempt 4 failed: failed to read ICMP packet: i/o timeout
May 09 16:27:33 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:27:33 Ping attempt 5 failed: failed to read ICMP packet: i/o timeout
May 09 16:27:33 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:27:33 Increasing ping retry delay to 3s
May 09 16:27:43 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:27:43 Ping attempt 6 failed: failed to read ICMP packet: i/o timeout
May 09 16:27:53 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:27:53 Ping attempt 7 failed: failed to read ICMP packet: i/o timeout
May 09 16:27:59 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:27:59 Periodic ping failed (2 consecutive failures): all 2 ping attempts failed, last error: failed to read ICMP packet: i/o timeout
May 09 16:28:03 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:28:03 Ping attempt 8 failed: failed to read ICMP packet: i/o timeout
May 09 16:28:13 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:28:13 Ping attempt 9 failed: failed to read ICMP packet: i/o timeout
May 09 16:28:23 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:28:23 Ping attempt 10 failed: failed to read ICMP packet: i/o timeout
May 09 16:28:23 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:28:23 Increasing ping retry delay to 4.5s
May 09 16:28:30 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:28:30 Periodic ping failed (3 consecutive failures): all 2 ping attempts failed, last error: failed to read ICMP packet: i/o timeout
May 09 16:28:34 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:28:34 Ping attempt 11 failed: failed to read ICMP packet: i/o timeout
May 09 16:28:46 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:28:46 Ping attempt 12 failed: failed to read ICMP packet: i/o timeout
May 09 16:28:57 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:28:57 Ping attempt 13 failed: failed to read ICMP packet: i/o timeout
May 09 16:29:01 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:29:01 Periodic ping failed (4 consecutive failures): all 2 ping attempts failed, last error: failed to read ICMP packet: i/o timeout
May 09 16:29:01 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:29:01 Connection to server lost after 4 failures. Continuous reconnection attempts will be made.
May 09 16:29:01 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:01 Connecting to endpoint: pangolin.domain.com
May 09 16:29:01 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:29:01 Failed to start hole punch: hole punch already running
May 09 16:29:01 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:29:01 Periodic ping failed (5 consecutive failures): all 2 ping attempts failed, last error: failed to create ICMP socket: ping connect: no route to host
May 09 16:29:01 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:01 Stopping ping check
May 09 16:29:42 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:29:42 Initial reliable ping failed, but continuing: all 5 ping attempts failed, last error: failed to read ICMP packet: i/o timeout
May 09 16:29:49 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:29:49 Ping attempt 1 failed: failed to read ICMP packet: i/o timeout
May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Replacing existing target with ID 7
May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Starting monitoring for target 7 (192.168.1.7:80)
May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Replacing existing target with ID 12
May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Starting monitoring for target 12 (192.168.1.13:3000)
May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Replacing existing target with ID 27
May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Started tcp proxy to 192.168.1.7:80
May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Started tcp proxy to 192.168.1.5:3478
May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Started tcp proxy to 192.168.1.13:3000
May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Starting health check monitoring for target 7 (192.168.1.7:80)
May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Stopping health check monitoring for target 12
May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Starting health check monitoring for target 12 (192.168.1.13:3000)
May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Stopping health check monitoring for target 7
May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Started tcp proxy to 192.168.1.5:11000
May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Started tcp proxy to 192.168.1.6:8020
May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Started tcp proxy to 192.168.1.234:3000
May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Started udp proxy to 192.168.1.5:3478
May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Target 12 initial status: healthy
May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Target 7 initial status: healthy
May 09 16:29:56 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:29:56 Ping attempt 2 failed: failed to read ICMP packet: i/o timeout
May 09 16:30:05 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:30:05 Ping attempt 3 failed: failed to read ICMP packet: i/o timeout
May 09 16:30:14 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:30:14 Ping attempt 4 failed: failed to read ICMP packet: i/o timeout
May 09 16:30:23 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:30:23 Ping attempt 5 failed: failed to read ICMP packet: i/o timeout
May 09 16:30:23 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:30:23 Increasing ping retry delay to 3s
May 09 16:30:33 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:30:33 Ping attempt 6 failed: failed to read ICMP packet: i/o timeout
May 09 16:30:43 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:30:43 Ping attempt 7 failed: failed to read ICMP packet: i/o timeout
May 09 16:30:49 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:30:49 Periodic ping failed (2 consecutive failures): all 2 ping attempts failed, last error: failed to read ICMP packet: i/o timeout
May 09 16:30:53 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:30:53 Ping attempt 8 failed: failed to read ICMP packet: i/o timeout
May 09 16:31:03 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:31:03 Ping attempt 9 failed: failed to read ICMP packet: i/o timeout
May 09 16:31:13 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:31:13 Ping attempt 10 failed: failed to read ICMP packet: i/o timeout
May 09 16:31:13 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:31:13 Increasing ping retry delay to 4.5s
May 09 16:31:20 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:31:20 Periodic ping failed (3 consecutive failures): all 2 ping attempts failed, last error: failed to read ICMP packet: i/o timeout
May 09 16:31:24 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:31:24 Ping attempt 11 failed: failed to read ICMP packet: i/o timeout
May 09 16:31:36 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:31:36 Ping attempt 12 failed: failed to read ICMP packet: i/o timeout
May 09 16:31:47 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:31:47 Ping attempt 13 failed: failed to read ICMP packet: i/o timeout
May 09 16:31:51 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:31:51 Periodic ping failed (4 consecutive failures): all 2 ping attempts failed, last error: failed to read ICMP packet: i/o timeout
May 09 16:31:51 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:31:51 Connection to server lost after 4 failures. Continuous reconnection attempts will be made.
May 09 16:31:51 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:31:51 Connecting to endpoint: pangolin.domain.com
May 09 16:31:51 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:31:51 Failed to start hole punch: hole punch already running
May 09 16:31:51 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:31:51 Periodic ping failed (5 consecutive failures): all 2 ping attempts failed, last error: failed to create ICMP socket: ping connect: no route to host
May 09 16:31:51 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:31:51 Stopping ping check
May 09 16:32:32 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:32:32 Initial reliable ping failed, but continuing: all 5 ping attempts failed, last error: failed to read ICMP packet: i/o timeout
Olm:
May 09 15:04:55 vps-2fd86c3c systemd[1]: Started olm.service - Olm.
May 09 15:04:55 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:04:55 Olm version 1.5.0
May 09 15:04:55 vps-2fd86c3c olm[4161501]: DEBUG: 2026/05/09 15:04:55 Saved full olm config with all options
May 09 15:04:55 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:04:55 Starting pprof server on :4444
May 09 15:04:55 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:04:55 Starting HTTP server on socket /var/run/olm.sock
May 09 15:04:55 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:04:55 Created shared UDP socket on port 63034 (refcount: 2)
May 09 15:04:56 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:04:56 Starting hole punch for 1 exit nodes
May 09 15:04:57 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:04:57 Websocket Connected
May 09 15:05:38 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:05:38 websocket: SendMessageInterval timed out after 20 attempts for message type: olm/wg/register
May 09 15:07:42 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:07:42 Websocket Connected
May 09 15:09:47 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:09:47 Websocket Connected
May 09 15:11:53 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:11:53 Websocket Connected
May 09 15:13:59 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:13:59 Websocket Connected
May 09 15:16:05 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:16:05 Websocket Connected
May 09 15:18:11 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:18:11 Websocket Connected
May 09 15:20:17 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:20:17 Websocket Connected
May 09 15:22:23 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:22:23 Websocket Connected
May 09 15:24:29 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:24:29 Websocket Connected
May 09 15:26:35 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:26:35 Websocket Connected
May 09 15:28:40 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:28:40 Websocket Connected
May 09 15:30:46 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:30:46 Websocket Connected
May 09 15:32:52 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:32:52 Websocket Connected
May 09 15:34:58 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:34:58 Websocket Connected
May 09 15:37:04 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:37:04 Websocket Connected
May 09 15:39:10 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:39:10 Websocket Connected
May 09 15:41:16 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:41:16 Websocket Connected
May 09 15:43:22 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:43:22 Websocket Connected
May 09 15:45:28 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:45:28 Websocket Connected
May 09 15:47:33 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:47:33 Websocket Connected
May 09 15:49:39 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:49:39 Websocket Connected
May 09 15:51:45 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:51:45 Websocket Connected
May 09 15:53:51 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:53:51 Websocket Connected
May 09 15:55:57 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:55:57 Websocket Connected
May 09 15:58:03 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:58:03 Websocket Connected
May 09 16:00:09 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:00:09 Websocket Connected
May 09 16:02:15 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:02:15 Websocket Connected
May 09 16:04:21 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:04:21 Websocket Connected
May 09 16:06:26 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:06:26 Websocket Connected
May 09 16:08:32 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:08:32 Websocket Connected
May 09 16:10:38 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:10:38 Websocket Connected
May 09 16:12:44 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:12:44 Websocket Connected
May 09 16:14:50 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:14:50 Websocket Connected
May 09 16:16:56 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:16:56 Websocket Connected
May 09 16:19:02 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:19:02 Websocket Connected
May 09 16:21:08 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:21:08 Websocket Connected
May 09 16:23:13 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:23:13 Websocket Connected
May 09 16:25:24 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:25:24 Websocket Connected
May 09 16:27:30 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:27:30 Websocket Connected
May 09 16:29:36 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:29:36 Websocket Connected
May 09 16:31:42 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:31:42 Websocket Connected
May 09 16:33:47 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:33:47 Websocket Connected
May 09 16:35:53 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:35:53 Websocket Connected
traefik:

2026-05-08T23:12:07Z 2026-05-08T23:12:07Z ERR 2026-05-08T23:12:07Z 2026-05-08T23:12:07Z ERR 2026-05-08T23:12:07Z 2026-05-08T23:12:07Z ERR 2026-05-08T23:12:07Z 2026-05-08T23:12:07Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "about.php") | 2026-05-08T23:12:07Z 2026-05-08T23:12:07Z ERR 2026-05-08T23:12:07Z 2026-05-08T23:12:07Z ERR 2026-05-08T23:12:07Z 2026-05-08T23:12:07Z ERR 2026-05-08T23:12:07Z 2026-05-08T23:12:07Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "about.php") | providerName=acme
2026-05-08T23:12:12Z 2026-05-08T23:12:12Z ERR 2026-05-08T23:12:12Z 2026-05-08T23:12:12Z ERR 2026-05-08T23:12:12Z 2026-05-08T23:12:12Z ERR 2026-05-08T23:12:12Z 2026-05-08T23:12:12Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "index.php") | 2026-05-08T23:12:12Z 2026-05-08T23:12:12Z ERR 2026-05-08T23:12:12Z 2026-05-08T23:12:12Z ERR 2026-05-08T23:12:12Z 2026-05-08T23:12:12Z ERR 2026-05-08T23:12:12Z 2026-05-08T23:12:12Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "index.php") | providerName=acme
2026-05-08T23:12:26Z 2026-05-08T23:12:26Z ERR 2026-05-08T23:12:26Z 2026-05-08T23:12:26Z ERR 2026-05-08T23:12:26Z 2026-05-08T23:12:26Z ERR 2026-05-08T23:12:26Z 2026-05-08T23:12:26Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "iR7SzrsOUEP.php") | 2026-05-08T23:12:26Z 2026-05-08T23:12:26Z ERR 2026-05-08T23:12:26Z 2026-05-08T23:12:26Z ERR 2026-05-08T23:12:26Z 2026-05-08T23:12:26Z ERR 2026-05-08T23:12:26Z 2026-05-08T23:12:26Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "iR7SzrsOUEP.php") | providerName=acme
2026-05-08T23:12:35Z 2026-05-08T23:12:35Z ERR 2026-05-08T23:12:35Z 2026-05-08T23:12:35Z ERR 2026-05-08T23:12:35Z 2026-05-08T23:12:35Z ERR 2026-05-08T23:12:35Z 2026-05-08T23:12:35Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "wp-load.php") | 2026-05-08T23:12:35Z 2026-05-08T23:12:35Z ERR 2026-05-08T23:12:35Z 2026-05-08T23:12:35Z ERR 2026-05-08T23:12:35Z 2026-05-08T23:12:35Z ERR 2026-05-08T23:12:35Z 2026-05-08T23:12:35Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "wp-load.php") | providerName=acme
2026-05-08T23:14:21Z 2026-05-08T23:14:21Z ERR 2026-05-08T23:14:21Z 2026-05-08T23:14:21Z ERR 2026-05-08T23:14:21Z 2026-05-08T23:14:21Z ERR 2026-05-08T23:14:21Z 2026-05-08T23:14:21Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "wp-login.php") | 2026-05-08T23:14:21Z 2026-05-08T23:14:21Z ERR 2026-05-08T23:14:21Z 2026-05-08T23:14:21Z ERR 2026-05-08T23:14:21Z 2026-05-08T23:14:21Z ERR 2026-05-08T23:14:21Z 2026-05-08T23:14:21Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "wp-login.php") | providerName=acme
2026-05-08T23:14:31Z 2026-05-08T23:14:31Z ERR 2026-05-08T23:14:31Z 2026-05-08T23:14:31Z ERR 2026-05-08T23:14:31Z 2026-05-08T23:14:31Z ERR 2026-05-08T23:14:31Z 2026-05-08T23:14:31Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "gecko-old.php") | 2026-05-08T23:14:31Z 2026-05-08T23:14:31Z ERR 2026-05-08T23:14:31Z 2026-05-08T23:14:31Z ERR 2026-05-08T23:14:31Z 2026-05-08T23:14:31Z ERR 2026-05-08T23:14:31Z 2026-05-08T23:14:31Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "gecko-old.php") | providerName=acme
2026-05-08T23:15:47Z 2026-05-08T23:15:47Z ERR 2026-05-08T23:15:47Z 2026-05-08T23:15:47Z ERR 2026-05-08T23:15:47Z 2026-05-08T23:15:47Z ERR 2026-05-08T23:15:47Z 2026-05-08T23:15:47Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "mah.php") | 2026-05-08T23:15:47Z 2026-05-08T23:15:47Z ERR 2026-05-08T23:15:47Z 2026-05-08T23:15:47Z ERR 2026-05-08T23:15:47Z 2026-05-08T23:15:47Z ERR 2026-05-08T23:15:47Z 2026-05-08T23:15:47Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "mah.php") | providerName=acme
2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR Unable to get token | 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR Unable to get token | providerName=acme 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR Unable to get token | 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR Unable to get token | providerName=acme error=missing token
2026-05-09T00:51:41Z 2026-05-09T00:51:41Z ERR 2026-05-09T00:51:41Z 2026-05-09T00:51:41Z ERR 2026-05-09T00:51:41Z 2026-05-09T00:51:41Z ERR 2026-05-09T00:51:41Z 2026-05-09T00:51:41Z ERR Cannot retrieve the ACME challenge for portainer.resolvevision.com (token "index.php") | 2026-05-09T00:51:41Z 2026-05-09T00:51:41Z ERR 2026-05-09T00:51:41Z 2026-05-09T00:51:41Z ERR 2026-05-09T00:51:41Z 2026-05-09T00:51:41Z ERR 2026-05-09T00:51:41Z 2026-05-09T00:51:41Z ERR Cannot retrieve the ACME challenge for portainer.resolvevision.com (token "index.php") | providerName=acme
2026-05-09T01:16:41Z 2026-05-09T01:16:41Z ERR 2026-05-09T01:16:41Z 2026-05-09T01:16:41Z ERR 2026-05-09T01:16:41Z 2026-05-09T01:16:41Z ERR 2026-05-09T01:16:41Z 2026-05-09T01:16:41Z ERR Cannot retrieve the ACME challenge for portainer.resolvevision.com (token "index.php") | 2026-05-09T01:16:41Z 2026-05-09T01:16:41Z ERR 2026-05-09T01:16:41Z 2026-05-09T01:16:41Z ERR 2026-05-09T01:16:41Z 2026-05-09T01:16:41Z ERR 2026-05-09T01:16:41Z 2026-05-09T01:16:41Z ERR Cannot retrieve the ACME challenge for portainer.resolvevision.com (token "index.php") | providerName=acme
2026-05-09T01:34:58Z 2026-05-09T01:34:58Z WRN 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z WRN 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z WRN 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z WRN A new release of Traefik has been found: 3.7.0. Please consider updating. 
2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF Testing certificate renew... | 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF Testing certificate renew... | providerName=letsencrypt.acme 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF Testing certificate renew... | 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF Testing certificate renew... | providerName=letsencrypt.acme acmeCA=https://acme-v02.api.letsencrypt.org/directory
2026-05-09T09:24:04Z 2026-05-09T09:24:04Z ERR 2026-05-09T09:24:04Z 2026-05-09T09:24:04Z ERR 2026-05-09T09:24:04Z 2026-05-09T09:24:04Z ERR 2026-05-09T09:24:04Z 2026-05-09T09:24:04Z ERR Cannot retrieve the ACME challenge for wildcard.salvationarmyyouth.nl (token "index.php") | 2026-05-09T09:24:04Z 2026-05-09T09:24:04Z ERR 2026-05-09T09:24:04Z 2026-05-09T09:24:04Z ERR 2026-05-09T09:24:04Z 2026-05-09T09:24:04Z ERR 2026-05-09T09:24:04Z 2026-05-09T09:24:04Z ERR Cannot retrieve the ACME challenge for wildcard.salvationarmyyouth.nl (token "index.php") | providerName=acme
2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR Cannot retrieve the ACME challenge for 51.195.91.180 (token "*") | 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR Cannot retrieve the ACME challenge for 51.195.91.180 (token "*") | providerName=acme
2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR Unable to get token | 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR Unable to get token | providerName=acme 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR Unable to get token | 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR Unable to get token | providerName=acme error=missing token
2026-05-09T10:42:36Z 2026-05-09T10:42:36Z ERR 2026-05-09T10:42:36Z 2026-05-09T10:42:36Z ERR 2026-05-09T10:42:36Z 2026-05-09T10:42:36Z ERR 2026-05-09T10:42:36Z 2026-05-09T10:42:36Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "about.php") | 2026-05-09T10:42:36Z 2026-05-09T10:42:36Z ERR 2026-05-09T10:42:36Z 2026-05-09T10:42:36Z ERR 2026-05-09T10:42:36Z 2026-05-09T10:42:36Z ERR 2026-05-09T10:42:36Z 2026-05-09T10:42:36Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "about.php") | providerName=acme
2026-05-09T11:52:49Z 2026-05-09T11:52:49Z ERR 2026-05-09T11:52:49Z 2026-05-09T11:52:49Z ERR 2026-05-09T11:52:49Z 2026-05-09T11:52:49Z ERR 2026-05-09T11:52:49Z 2026-05-09T11:52:49Z ERR Cannot retrieve the ACME challenge for mail.maikelstuivenberg.nl (token "index.php") | 2026-05-09T11:52:49Z 2026-05-09T11:52:49Z ERR 2026-05-09T11:52:49Z 2026-05-09T11:52:49Z ERR 2026-05-09T11:52:49Z 2026-05-09T11:52:49Z ERR 2026-05-09T11:52:49Z 2026-05-09T11:52:49Z ERR Cannot retrieve the ACME challenge for mail.maikelstuivenberg.nl (token "index.php") | providerName=acme
2026-05-09T13:39:32Z 2026-05-09T13:39:32Z ERR 2026-05-09T13:39:32Z 2026-05-09T13:39:32Z ERR 2026-05-09T13:39:32Z 2026-05-09T13:39:32Z ERR 2026-05-09T13:39:32Z 2026-05-09T13:39:32Z ERR Error while handling UDP stream | 2026-05-09T13:39:32Z 2026-05-09T13:39:32Z ERR 2026-05-09T13:39:32Z 2026-05-09T13:39:32Z ERR 2026-05-09T13:39:32Z 2026-05-09T13:39:32Z ERR 2026-05-09T13:39:32Z 2026-05-09T13:39:32Z ERR Error while handling UDP stream | error=write udp 100.89.128.1:40525->100.89.128.4:60096: write: destination address required
2026-05-09T13:46:31Z 2026-05-09T13:46:31Z ERR 2026-05-09T13:46:31Z 2026-05-09T13:46:31Z ERR 2026-05-09T13:46:31Z 2026-05-09T13:46:31Z ERR 2026-05-09T13:46:31Z 2026-05-09T13:46:31Z ERR Cannot retrieve the ACME challenge for boundlessworship.nl (token "about.php") | 2026-05-09T13:46:31Z 2026-05-09T13:46:31Z ERR 2026-05-09T13:46:31Z 2026-05-09T13:46:31Z ERR 2026-05-09T13:46:31Z 2026-05-09T13:46:31Z ERR 2026-05-09T13:46:31Z 2026-05-09T13:46:31Z ERR Cannot retrieve the ACME challenge for boundlessworship.nl (token "about.php") | providerName=acme
2026-05-09T15:32:47Z 2026-05-09T15:32:47Z ERR 2026-05-09T15:32:47Z 2026-05-09T15:32:47Z ERR 2026-05-09T15:32:47Z 2026-05-09T15:32:47Z ERR 2026-05-09T15:32:47Z 2026-05-09T15:32:47Z ERR Error while handling UDP stream | 2026-05-09T15:32:47Z 2026-05-09T15:32:47Z ERR 2026-05-09T15:32:47Z 2026-05-09T15:32:47Z ERR 2026-05-09T15:32:47Z 2026-05-09T15:32:47Z ERR 2026-05-09T15:32:47Z 2026-05-09T15:32:47Z ERR Error while handling UDP stream | error=write udp 100.89.128.1:38179->100.89.128.4:60096: write: destination address required
2026-05-09T15:33:22Z 2026-05-09T15:33:22Z ERR 2026-05-09T15:33:22Z 2026-05-09T15:33:22Z ERR 2026-05-09T15:33:22Z 2026-05-09T15:33:22Z ERR 2026-05-09T15:33:22Z 2026-05-09T15:33:22Z ERR Error while handling UDP stream | 2026-05-09T15:33:22Z 2026-05-09T15:33:22Z ERR 2026-05-09T15:33:22Z 2026-05-09T15:33:22Z ERR 2026-05-09T15:33:22Z 2026-05-09T15:33:22Z ERR 2026-05-09T15:33:22Z 2026-05-09T15:33:22Z ERR Error while handling UDP stream | error=write udp 100.89.128.1:52958->100.89.128.4:60096: write: destination address required
2026-05-09T15:33:44Z 2026-05-09T15:33:44Z ERR 2026-05-09T15:33:44Z 2026-05-09T15:33:44Z ERR 2026-05-09T15:33:44Z 2026-05-09T15:33:44Z ERR 2026-05-09T15:33:44Z 2026-05-09T15:33:44Z ERR Error while handling UDP stream | 2026-05-09T15:33:44Z 2026-05-09T15:33:44Z ERR 2026-05-09T15:33:44Z 2026-05-09T15:33:44Z ERR 2026-05-09T15:33:44Z 2026-05-09T15:33:44Z ERR 2026-05-09T15:33:44Z 2026-05-09T15:33:44Z ERR Error while handling UDP stream | error=write udp 100.89.128.1:55709->100.89.128.4:60096: write: destination address required

Expected Behavior

  • Client machines switch to connected status after installation/configuration of pangolin-cli (or after recreation), and remain reachable via Olm.
  • After updating Newt → v1.12.5, the LAN site should remain accessible and the resources exposed via Traefik/Newt should respond normally (no inconsistency between the "connected" status and the inaccessibility of resources).
  • ICMP pings and websocket exchanges with pangolin.domain.com must succeed without repeated errors of type i/o timeout or no route to host.

Screenshots / Logs

  • Newt Logs and Olm Logs provided above.
  • screenshots of the interface showing the status of the machines and the LAN site.
Image Image

Additional Context

  • Impact: Affects access to LAN resources and client connectivity; high impact in production (LAN site inaccessible despite connected status).
  • Recent changes: Switched from Pangolin → v1.18.3, Newt → v1.12.5, attempted to use pangolin-cli 0.8.0 then recreated in 0.8.1.
  • Checks already carried out:
    • Manual check of dynamic_config.yml and traefik_config.yml: no obvious changes detected.
    • Attempts with Olm CLI v1.5.0 and v1.4.4 were unsuccessful in restoring the client connection.
  • Hypotheses:
    • Problem related to the handling of ICMP pings / sockets (errors failed to read ICMP packet: i/o timeout and failed to create ICMP socket: ping connect: no route to host).
    • Potential regression in the WireGuard / hole punch registration sequence after update (timeouts SendMessageInterval for newt/wg/get-config and olm/wg/register).
  • Priority: High — blocks access to LAN resources.
Originally created by @GisaLab on GitHub (May 9, 2026). Original GitHub issue: https://github.com/fosrl/pangolin/issues/3041 ### Describe the Bug Hello After upgrading the Pangolin server to v1.18 and Newt to v1.12.5, several client machines remain disconnected (including one machine upgraded to pangolin-cli 0.8.0 and then recreated as 0.8.1), and the LAN site sometimes becomes unavailable (disconnections observed lasting 7 and 23 minutes). Since the Newt update to v1.12.5, the site indicates it is connected, but no site resources are accessible. ### Environment - OS Type & Version: Ubuntu 24.04.4 LTS - Pangolin Version: v1.18.3 - Gerbil Version: 1.4.0 - Traefik Version: v3.6.16 - Newt Version: v1.12.5 - Olm Version: 1.5.0 ### To Reproduce 1. **Prerequisites** - Pangolin server in `v1.18.3`. - Client(s) using `pangolin-cli` (e.g. `0.8.0` then `0.8.1`). - Newt installed on gateway LAN (updated to `v1.12.5`). - Olm in `1.5.0` (or `1.4.4` for regression testing). 2. **Steps** 1. Update the Pangolin server to `v1.18.3`. 2. Update (or install) `pangolin-cli` on a client machine (e.g. `0.8.0`), observe the status in the interface. 3. If the machine remains disconnected, delete and then recreate the machine in `pangolin-cli 0.8.1`. 4. Update Newt on the LAN gateway to `v1.12.5`. 5. Check access to LAN site resources (pages, services exposed via Traefik / Newt). 3. **Observed Behavior** - Client machine remains in **disconnected status** despite Olm CLI `v1.5.0` or `v1.4.4`. - After updating Newt → `v1.12.5`, the site displays **connected status** but **no resources are accessible**. - Newt logs show repeated ICMP ping failures and loss of connection to the server (extracts below). 4. **Relevant log excerpts** ```text Newt: May 09 16:26:10 newt-gateway-lan systemd[1]: Started newt.service - Newt. May 09 16:26:10 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:10 Newt version 1.12.5 May 09 16:26:11 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:11 Loading config from: /root/.config/newt-client/config.json May 09 16:26:11 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:11 Server version: 1.18.3 May 09 16:26:11 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:11 Websocket connected May 09 16:26:11 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:11 Connecting to endpoint: pangolin.domain.com May 09 16:26:43 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:43 SendMessageInterval timed out after 16 attempts for message type: newt/wg/get-config May 09 16:26:52 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:26:52 Initial reliable ping failed, but continuing: all 5 ping attempts failed, last error: failed to read ICMP packet: i/o timeout May 09 16:26:59 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:26:59 Ping attempt 1 failed: failed to read ICMP packet: i/o timeout May 09 16:26:59 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:59 Starting monitoring for target 7 (192.168.1.7:80) May 09 16:26:59 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:59 Starting monitoring for target 12 (192.168.1.13:3000) May 09 16:26:59 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:59 Started tcp proxy to 192.168.1.5:11000 May 09 16:26:59 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:59 Started tcp proxy to 192.168.1.6:8020 May 09 16:26:59 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:59 Started tcp proxy to 192.168.1.234:3000 May 09 16:26:59 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:59 Started tcp proxy to 192.168.1.7:80 May 09 16:26:59 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:59 Started tcp proxy to 192.168.1.5:3478 May 09 16:26:59 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:59 Started tcp proxy to 192.168.1.13:3000 May 09 16:26:59 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:59 Started udp proxy to 192.168.1.5:3478 May 09 16:26:59 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:59 Starting health check monitoring for target 7 (192.168.1.7:80) May 09 16:26:59 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:59 Starting health check monitoring for target 12 (192.168.1.13:3000) May 09 16:26:59 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:59 Target 12 initial status: healthy May 09 16:26:59 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:26:59 Target 7 initial status: healthy May 09 16:27:06 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:27:06 Ping attempt 2 failed: failed to read ICMP packet: i/o timeout May 09 16:27:15 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:27:15 Ping attempt 3 failed: failed to read ICMP packet: i/o timeout May 09 16:27:24 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:27:24 Ping attempt 4 failed: failed to read ICMP packet: i/o timeout May 09 16:27:33 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:27:33 Ping attempt 5 failed: failed to read ICMP packet: i/o timeout May 09 16:27:33 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:27:33 Increasing ping retry delay to 3s May 09 16:27:43 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:27:43 Ping attempt 6 failed: failed to read ICMP packet: i/o timeout May 09 16:27:53 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:27:53 Ping attempt 7 failed: failed to read ICMP packet: i/o timeout May 09 16:27:59 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:27:59 Periodic ping failed (2 consecutive failures): all 2 ping attempts failed, last error: failed to read ICMP packet: i/o timeout May 09 16:28:03 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:28:03 Ping attempt 8 failed: failed to read ICMP packet: i/o timeout May 09 16:28:13 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:28:13 Ping attempt 9 failed: failed to read ICMP packet: i/o timeout May 09 16:28:23 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:28:23 Ping attempt 10 failed: failed to read ICMP packet: i/o timeout May 09 16:28:23 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:28:23 Increasing ping retry delay to 4.5s May 09 16:28:30 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:28:30 Periodic ping failed (3 consecutive failures): all 2 ping attempts failed, last error: failed to read ICMP packet: i/o timeout May 09 16:28:34 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:28:34 Ping attempt 11 failed: failed to read ICMP packet: i/o timeout May 09 16:28:46 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:28:46 Ping attempt 12 failed: failed to read ICMP packet: i/o timeout May 09 16:28:57 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:28:57 Ping attempt 13 failed: failed to read ICMP packet: i/o timeout May 09 16:29:01 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:29:01 Periodic ping failed (4 consecutive failures): all 2 ping attempts failed, last error: failed to read ICMP packet: i/o timeout May 09 16:29:01 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:29:01 Connection to server lost after 4 failures. Continuous reconnection attempts will be made. May 09 16:29:01 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:01 Connecting to endpoint: pangolin.domain.com May 09 16:29:01 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:29:01 Failed to start hole punch: hole punch already running May 09 16:29:01 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:29:01 Periodic ping failed (5 consecutive failures): all 2 ping attempts failed, last error: failed to create ICMP socket: ping connect: no route to host May 09 16:29:01 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:01 Stopping ping check May 09 16:29:42 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:29:42 Initial reliable ping failed, but continuing: all 5 ping attempts failed, last error: failed to read ICMP packet: i/o timeout May 09 16:29:49 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:29:49 Ping attempt 1 failed: failed to read ICMP packet: i/o timeout May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Replacing existing target with ID 7 May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Starting monitoring for target 7 (192.168.1.7:80) May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Replacing existing target with ID 12 May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Starting monitoring for target 12 (192.168.1.13:3000) May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Replacing existing target with ID 27 May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Started tcp proxy to 192.168.1.7:80 May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Started tcp proxy to 192.168.1.5:3478 May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Started tcp proxy to 192.168.1.13:3000 May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Starting health check monitoring for target 7 (192.168.1.7:80) May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Stopping health check monitoring for target 12 May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Starting health check monitoring for target 12 (192.168.1.13:3000) May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Stopping health check monitoring for target 7 May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Started tcp proxy to 192.168.1.5:11000 May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Started tcp proxy to 192.168.1.6:8020 May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Started tcp proxy to 192.168.1.234:3000 May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Started udp proxy to 192.168.1.5:3478 May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Target 12 initial status: healthy May 09 16:29:49 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:29:49 Target 7 initial status: healthy May 09 16:29:56 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:29:56 Ping attempt 2 failed: failed to read ICMP packet: i/o timeout May 09 16:30:05 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:30:05 Ping attempt 3 failed: failed to read ICMP packet: i/o timeout May 09 16:30:14 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:30:14 Ping attempt 4 failed: failed to read ICMP packet: i/o timeout May 09 16:30:23 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:30:23 Ping attempt 5 failed: failed to read ICMP packet: i/o timeout May 09 16:30:23 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:30:23 Increasing ping retry delay to 3s May 09 16:30:33 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:30:33 Ping attempt 6 failed: failed to read ICMP packet: i/o timeout May 09 16:30:43 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:30:43 Ping attempt 7 failed: failed to read ICMP packet: i/o timeout May 09 16:30:49 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:30:49 Periodic ping failed (2 consecutive failures): all 2 ping attempts failed, last error: failed to read ICMP packet: i/o timeout May 09 16:30:53 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:30:53 Ping attempt 8 failed: failed to read ICMP packet: i/o timeout May 09 16:31:03 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:31:03 Ping attempt 9 failed: failed to read ICMP packet: i/o timeout May 09 16:31:13 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:31:13 Ping attempt 10 failed: failed to read ICMP packet: i/o timeout May 09 16:31:13 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:31:13 Increasing ping retry delay to 4.5s May 09 16:31:20 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:31:20 Periodic ping failed (3 consecutive failures): all 2 ping attempts failed, last error: failed to read ICMP packet: i/o timeout May 09 16:31:24 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:31:24 Ping attempt 11 failed: failed to read ICMP packet: i/o timeout May 09 16:31:36 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:31:36 Ping attempt 12 failed: failed to read ICMP packet: i/o timeout May 09 16:31:47 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:31:47 Ping attempt 13 failed: failed to read ICMP packet: i/o timeout May 09 16:31:51 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:31:51 Periodic ping failed (4 consecutive failures): all 2 ping attempts failed, last error: failed to read ICMP packet: i/o timeout May 09 16:31:51 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:31:51 Connection to server lost after 4 failures. Continuous reconnection attempts will be made. May 09 16:31:51 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:31:51 Connecting to endpoint: pangolin.domain.com May 09 16:31:51 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:31:51 Failed to start hole punch: hole punch already running May 09 16:31:51 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:31:51 Periodic ping failed (5 consecutive failures): all 2 ping attempts failed, last error: failed to create ICMP socket: ping connect: no route to host May 09 16:31:51 newt-gateway-lan newt[234]: INFO: 2026/05/09 16:31:51 Stopping ping check May 09 16:32:32 newt-gateway-lan newt[234]: WARN: 2026/05/09 16:32:32 Initial reliable ping failed, but continuing: all 5 ping attempts failed, last error: failed to read ICMP packet: i/o timeout ``` ```text Olm: May 09 15:04:55 vps-2fd86c3c systemd[1]: Started olm.service - Olm. May 09 15:04:55 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:04:55 Olm version 1.5.0 May 09 15:04:55 vps-2fd86c3c olm[4161501]: DEBUG: 2026/05/09 15:04:55 Saved full olm config with all options May 09 15:04:55 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:04:55 Starting pprof server on :4444 May 09 15:04:55 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:04:55 Starting HTTP server on socket /var/run/olm.sock May 09 15:04:55 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:04:55 Created shared UDP socket on port 63034 (refcount: 2) May 09 15:04:56 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:04:56 Starting hole punch for 1 exit nodes May 09 15:04:57 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:04:57 Websocket Connected May 09 15:05:38 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:05:38 websocket: SendMessageInterval timed out after 20 attempts for message type: olm/wg/register May 09 15:07:42 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:07:42 Websocket Connected May 09 15:09:47 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:09:47 Websocket Connected May 09 15:11:53 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:11:53 Websocket Connected May 09 15:13:59 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:13:59 Websocket Connected May 09 15:16:05 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:16:05 Websocket Connected May 09 15:18:11 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:18:11 Websocket Connected May 09 15:20:17 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:20:17 Websocket Connected May 09 15:22:23 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:22:23 Websocket Connected May 09 15:24:29 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:24:29 Websocket Connected May 09 15:26:35 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:26:35 Websocket Connected May 09 15:28:40 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:28:40 Websocket Connected May 09 15:30:46 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:30:46 Websocket Connected May 09 15:32:52 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:32:52 Websocket Connected May 09 15:34:58 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:34:58 Websocket Connected May 09 15:37:04 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:37:04 Websocket Connected May 09 15:39:10 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:39:10 Websocket Connected May 09 15:41:16 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:41:16 Websocket Connected May 09 15:43:22 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:43:22 Websocket Connected May 09 15:45:28 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:45:28 Websocket Connected May 09 15:47:33 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:47:33 Websocket Connected May 09 15:49:39 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:49:39 Websocket Connected May 09 15:51:45 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:51:45 Websocket Connected May 09 15:53:51 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:53:51 Websocket Connected May 09 15:55:57 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:55:57 Websocket Connected May 09 15:58:03 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 15:58:03 Websocket Connected May 09 16:00:09 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:00:09 Websocket Connected May 09 16:02:15 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:02:15 Websocket Connected May 09 16:04:21 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:04:21 Websocket Connected May 09 16:06:26 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:06:26 Websocket Connected May 09 16:08:32 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:08:32 Websocket Connected May 09 16:10:38 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:10:38 Websocket Connected May 09 16:12:44 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:12:44 Websocket Connected May 09 16:14:50 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:14:50 Websocket Connected May 09 16:16:56 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:16:56 Websocket Connected May 09 16:19:02 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:19:02 Websocket Connected May 09 16:21:08 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:21:08 Websocket Connected May 09 16:23:13 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:23:13 Websocket Connected May 09 16:25:24 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:25:24 Websocket Connected May 09 16:27:30 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:27:30 Websocket Connected May 09 16:29:36 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:29:36 Websocket Connected May 09 16:31:42 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:31:42 Websocket Connected May 09 16:33:47 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:33:47 Websocket Connected May 09 16:35:53 vps-2fd86c3c olm[4161501]: INFO: 2026/05/09 16:35:53 Websocket Connected ``` ``` traefik: 2026-05-08T23:12:07Z 2026-05-08T23:12:07Z ERR 2026-05-08T23:12:07Z 2026-05-08T23:12:07Z ERR 2026-05-08T23:12:07Z 2026-05-08T23:12:07Z ERR 2026-05-08T23:12:07Z 2026-05-08T23:12:07Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "about.php") | 2026-05-08T23:12:07Z 2026-05-08T23:12:07Z ERR 2026-05-08T23:12:07Z 2026-05-08T23:12:07Z ERR 2026-05-08T23:12:07Z 2026-05-08T23:12:07Z ERR 2026-05-08T23:12:07Z 2026-05-08T23:12:07Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "about.php") | providerName=acme 2026-05-08T23:12:12Z 2026-05-08T23:12:12Z ERR 2026-05-08T23:12:12Z 2026-05-08T23:12:12Z ERR 2026-05-08T23:12:12Z 2026-05-08T23:12:12Z ERR 2026-05-08T23:12:12Z 2026-05-08T23:12:12Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "index.php") | 2026-05-08T23:12:12Z 2026-05-08T23:12:12Z ERR 2026-05-08T23:12:12Z 2026-05-08T23:12:12Z ERR 2026-05-08T23:12:12Z 2026-05-08T23:12:12Z ERR 2026-05-08T23:12:12Z 2026-05-08T23:12:12Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "index.php") | providerName=acme 2026-05-08T23:12:26Z 2026-05-08T23:12:26Z ERR 2026-05-08T23:12:26Z 2026-05-08T23:12:26Z ERR 2026-05-08T23:12:26Z 2026-05-08T23:12:26Z ERR 2026-05-08T23:12:26Z 2026-05-08T23:12:26Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "iR7SzrsOUEP.php") | 2026-05-08T23:12:26Z 2026-05-08T23:12:26Z ERR 2026-05-08T23:12:26Z 2026-05-08T23:12:26Z ERR 2026-05-08T23:12:26Z 2026-05-08T23:12:26Z ERR 2026-05-08T23:12:26Z 2026-05-08T23:12:26Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "iR7SzrsOUEP.php") | providerName=acme 2026-05-08T23:12:35Z 2026-05-08T23:12:35Z ERR 2026-05-08T23:12:35Z 2026-05-08T23:12:35Z ERR 2026-05-08T23:12:35Z 2026-05-08T23:12:35Z ERR 2026-05-08T23:12:35Z 2026-05-08T23:12:35Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "wp-load.php") | 2026-05-08T23:12:35Z 2026-05-08T23:12:35Z ERR 2026-05-08T23:12:35Z 2026-05-08T23:12:35Z ERR 2026-05-08T23:12:35Z 2026-05-08T23:12:35Z ERR 2026-05-08T23:12:35Z 2026-05-08T23:12:35Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "wp-load.php") | providerName=acme 2026-05-08T23:14:21Z 2026-05-08T23:14:21Z ERR 2026-05-08T23:14:21Z 2026-05-08T23:14:21Z ERR 2026-05-08T23:14:21Z 2026-05-08T23:14:21Z ERR 2026-05-08T23:14:21Z 2026-05-08T23:14:21Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "wp-login.php") | 2026-05-08T23:14:21Z 2026-05-08T23:14:21Z ERR 2026-05-08T23:14:21Z 2026-05-08T23:14:21Z ERR 2026-05-08T23:14:21Z 2026-05-08T23:14:21Z ERR 2026-05-08T23:14:21Z 2026-05-08T23:14:21Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "wp-login.php") | providerName=acme 2026-05-08T23:14:31Z 2026-05-08T23:14:31Z ERR 2026-05-08T23:14:31Z 2026-05-08T23:14:31Z ERR 2026-05-08T23:14:31Z 2026-05-08T23:14:31Z ERR 2026-05-08T23:14:31Z 2026-05-08T23:14:31Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "gecko-old.php") | 2026-05-08T23:14:31Z 2026-05-08T23:14:31Z ERR 2026-05-08T23:14:31Z 2026-05-08T23:14:31Z ERR 2026-05-08T23:14:31Z 2026-05-08T23:14:31Z ERR 2026-05-08T23:14:31Z 2026-05-08T23:14:31Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "gecko-old.php") | providerName=acme 2026-05-08T23:15:47Z 2026-05-08T23:15:47Z ERR 2026-05-08T23:15:47Z 2026-05-08T23:15:47Z ERR 2026-05-08T23:15:47Z 2026-05-08T23:15:47Z ERR 2026-05-08T23:15:47Z 2026-05-08T23:15:47Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "mah.php") | 2026-05-08T23:15:47Z 2026-05-08T23:15:47Z ERR 2026-05-08T23:15:47Z 2026-05-08T23:15:47Z ERR 2026-05-08T23:15:47Z 2026-05-08T23:15:47Z ERR 2026-05-08T23:15:47Z 2026-05-08T23:15:47Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "mah.php") | providerName=acme 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR Unable to get token | 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR Unable to get token | providerName=acme 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR Unable to get token | 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR 2026-05-08T23:18:00Z 2026-05-08T23:18:00Z ERR Unable to get token | providerName=acme error=missing token 2026-05-09T00:51:41Z 2026-05-09T00:51:41Z ERR 2026-05-09T00:51:41Z 2026-05-09T00:51:41Z ERR 2026-05-09T00:51:41Z 2026-05-09T00:51:41Z ERR 2026-05-09T00:51:41Z 2026-05-09T00:51:41Z ERR Cannot retrieve the ACME challenge for portainer.resolvevision.com (token "index.php") | 2026-05-09T00:51:41Z 2026-05-09T00:51:41Z ERR 2026-05-09T00:51:41Z 2026-05-09T00:51:41Z ERR 2026-05-09T00:51:41Z 2026-05-09T00:51:41Z ERR 2026-05-09T00:51:41Z 2026-05-09T00:51:41Z ERR Cannot retrieve the ACME challenge for portainer.resolvevision.com (token "index.php") | providerName=acme 2026-05-09T01:16:41Z 2026-05-09T01:16:41Z ERR 2026-05-09T01:16:41Z 2026-05-09T01:16:41Z ERR 2026-05-09T01:16:41Z 2026-05-09T01:16:41Z ERR 2026-05-09T01:16:41Z 2026-05-09T01:16:41Z ERR Cannot retrieve the ACME challenge for portainer.resolvevision.com (token "index.php") | 2026-05-09T01:16:41Z 2026-05-09T01:16:41Z ERR 2026-05-09T01:16:41Z 2026-05-09T01:16:41Z ERR 2026-05-09T01:16:41Z 2026-05-09T01:16:41Z ERR 2026-05-09T01:16:41Z 2026-05-09T01:16:41Z ERR Cannot retrieve the ACME challenge for portainer.resolvevision.com (token "index.php") | providerName=acme 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z WRN 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z WRN 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z WRN 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z WRN A new release of Traefik has been found: 3.7.0. Please consider updating. 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF Testing certificate renew... | 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF Testing certificate renew... | providerName=letsencrypt.acme 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF Testing certificate renew... | 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF 2026-05-09T01:34:58Z 2026-05-09T01:34:58Z INF Testing certificate renew... | providerName=letsencrypt.acme acmeCA=https://acme-v02.api.letsencrypt.org/directory 2026-05-09T09:24:04Z 2026-05-09T09:24:04Z ERR 2026-05-09T09:24:04Z 2026-05-09T09:24:04Z ERR 2026-05-09T09:24:04Z 2026-05-09T09:24:04Z ERR 2026-05-09T09:24:04Z 2026-05-09T09:24:04Z ERR Cannot retrieve the ACME challenge for wildcard.salvationarmyyouth.nl (token "index.php") | 2026-05-09T09:24:04Z 2026-05-09T09:24:04Z ERR 2026-05-09T09:24:04Z 2026-05-09T09:24:04Z ERR 2026-05-09T09:24:04Z 2026-05-09T09:24:04Z ERR 2026-05-09T09:24:04Z 2026-05-09T09:24:04Z ERR Cannot retrieve the ACME challenge for wildcard.salvationarmyyouth.nl (token "index.php") | providerName=acme 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR Cannot retrieve the ACME challenge for 51.195.91.180 (token "*") | 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR Cannot retrieve the ACME challenge for 51.195.91.180 (token "*") | providerName=acme 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR Unable to get token | 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR Unable to get token | providerName=acme 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR Unable to get token | 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR 2026-05-09T09:58:57Z 2026-05-09T09:58:57Z ERR Unable to get token | providerName=acme error=missing token 2026-05-09T10:42:36Z 2026-05-09T10:42:36Z ERR 2026-05-09T10:42:36Z 2026-05-09T10:42:36Z ERR 2026-05-09T10:42:36Z 2026-05-09T10:42:36Z ERR 2026-05-09T10:42:36Z 2026-05-09T10:42:36Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "about.php") | 2026-05-09T10:42:36Z 2026-05-09T10:42:36Z ERR 2026-05-09T10:42:36Z 2026-05-09T10:42:36Z ERR 2026-05-09T10:42:36Z 2026-05-09T10:42:36Z ERR 2026-05-09T10:42:36Z 2026-05-09T10:42:36Z ERR Cannot retrieve the ACME challenge for api.salvationarmyyouth.nl (token "about.php") | providerName=acme 2026-05-09T11:52:49Z 2026-05-09T11:52:49Z ERR 2026-05-09T11:52:49Z 2026-05-09T11:52:49Z ERR 2026-05-09T11:52:49Z 2026-05-09T11:52:49Z ERR 2026-05-09T11:52:49Z 2026-05-09T11:52:49Z ERR Cannot retrieve the ACME challenge for mail.maikelstuivenberg.nl (token "index.php") | 2026-05-09T11:52:49Z 2026-05-09T11:52:49Z ERR 2026-05-09T11:52:49Z 2026-05-09T11:52:49Z ERR 2026-05-09T11:52:49Z 2026-05-09T11:52:49Z ERR 2026-05-09T11:52:49Z 2026-05-09T11:52:49Z ERR Cannot retrieve the ACME challenge for mail.maikelstuivenberg.nl (token "index.php") | providerName=acme 2026-05-09T13:39:32Z 2026-05-09T13:39:32Z ERR 2026-05-09T13:39:32Z 2026-05-09T13:39:32Z ERR 2026-05-09T13:39:32Z 2026-05-09T13:39:32Z ERR 2026-05-09T13:39:32Z 2026-05-09T13:39:32Z ERR Error while handling UDP stream | 2026-05-09T13:39:32Z 2026-05-09T13:39:32Z ERR 2026-05-09T13:39:32Z 2026-05-09T13:39:32Z ERR 2026-05-09T13:39:32Z 2026-05-09T13:39:32Z ERR 2026-05-09T13:39:32Z 2026-05-09T13:39:32Z ERR Error while handling UDP stream | error=write udp 100.89.128.1:40525->100.89.128.4:60096: write: destination address required 2026-05-09T13:46:31Z 2026-05-09T13:46:31Z ERR 2026-05-09T13:46:31Z 2026-05-09T13:46:31Z ERR 2026-05-09T13:46:31Z 2026-05-09T13:46:31Z ERR 2026-05-09T13:46:31Z 2026-05-09T13:46:31Z ERR Cannot retrieve the ACME challenge for boundlessworship.nl (token "about.php") | 2026-05-09T13:46:31Z 2026-05-09T13:46:31Z ERR 2026-05-09T13:46:31Z 2026-05-09T13:46:31Z ERR 2026-05-09T13:46:31Z 2026-05-09T13:46:31Z ERR 2026-05-09T13:46:31Z 2026-05-09T13:46:31Z ERR Cannot retrieve the ACME challenge for boundlessworship.nl (token "about.php") | providerName=acme 2026-05-09T15:32:47Z 2026-05-09T15:32:47Z ERR 2026-05-09T15:32:47Z 2026-05-09T15:32:47Z ERR 2026-05-09T15:32:47Z 2026-05-09T15:32:47Z ERR 2026-05-09T15:32:47Z 2026-05-09T15:32:47Z ERR Error while handling UDP stream | 2026-05-09T15:32:47Z 2026-05-09T15:32:47Z ERR 2026-05-09T15:32:47Z 2026-05-09T15:32:47Z ERR 2026-05-09T15:32:47Z 2026-05-09T15:32:47Z ERR 2026-05-09T15:32:47Z 2026-05-09T15:32:47Z ERR Error while handling UDP stream | error=write udp 100.89.128.1:38179->100.89.128.4:60096: write: destination address required 2026-05-09T15:33:22Z 2026-05-09T15:33:22Z ERR 2026-05-09T15:33:22Z 2026-05-09T15:33:22Z ERR 2026-05-09T15:33:22Z 2026-05-09T15:33:22Z ERR 2026-05-09T15:33:22Z 2026-05-09T15:33:22Z ERR Error while handling UDP stream | 2026-05-09T15:33:22Z 2026-05-09T15:33:22Z ERR 2026-05-09T15:33:22Z 2026-05-09T15:33:22Z ERR 2026-05-09T15:33:22Z 2026-05-09T15:33:22Z ERR 2026-05-09T15:33:22Z 2026-05-09T15:33:22Z ERR Error while handling UDP stream | error=write udp 100.89.128.1:52958->100.89.128.4:60096: write: destination address required 2026-05-09T15:33:44Z 2026-05-09T15:33:44Z ERR 2026-05-09T15:33:44Z 2026-05-09T15:33:44Z ERR 2026-05-09T15:33:44Z 2026-05-09T15:33:44Z ERR 2026-05-09T15:33:44Z 2026-05-09T15:33:44Z ERR Error while handling UDP stream | 2026-05-09T15:33:44Z 2026-05-09T15:33:44Z ERR 2026-05-09T15:33:44Z 2026-05-09T15:33:44Z ERR 2026-05-09T15:33:44Z 2026-05-09T15:33:44Z ERR 2026-05-09T15:33:44Z 2026-05-09T15:33:44Z ERR Error while handling UDP stream | error=write udp 100.89.128.1:55709->100.89.128.4:60096: write: destination address required ``` ### Expected Behavior - Client machines switch to **connected status** after installation/configuration of `pangolin-cli` (or after recreation), and remain reachable via Olm. - After updating Newt → `v1.12.5`, the LAN site should remain accessible and the resources exposed via Traefik/Newt should respond normally (no inconsistency between the "connected" status and the inaccessibility of resources). - ICMP pings and websocket exchanges with `pangolin.domain.com` must succeed without repeated errors of type `i/o timeout` or `no route to host`. --- ### Screenshots / Logs - **Newt Logs** and **Olm Logs** provided above. - screenshots of the interface showing the status of the machines and the LAN site. <img width="1298" height="329" alt="Image" src="https://github.com/user-attachments/assets/80dfe08e-d8cb-4d6a-8de6-47dea40269e2" /> <img width="1147" height="561" alt="Image" src="https://github.com/user-attachments/assets/ee958138-1f50-4cd9-a961-42d91bcc52c9" /> --- ### Additional Context - **Impact**: Affects access to LAN resources and client connectivity; **high impact** in production (LAN site inaccessible despite connected status). - **Recent changes**: Switched from Pangolin → `v1.18.3`, Newt → `v1.12.5`, attempted to use `pangolin-cli 0.8.0` then recreated in `0.8.1`. - **Checks already carried out**: - Manual check of `dynamic_config.yml` and `traefik_config.yml`: no obvious changes detected. - Attempts with Olm CLI `v1.5.0` and `v1.4.4` were unsuccessful in restoring the client connection. - **Hypotheses**: - Problem related to the handling of ICMP pings / sockets (errors `failed to read ICMP packet: i/o timeout` and `failed to create ICMP socket: ping connect: no route to host`). - Potential regression in the WireGuard / hole punch registration sequence after update (timeouts `SendMessageInterval` for `newt/wg/get-config` and `olm/wg/register`). - **Priority**: High — blocks access to LAN resources.
Author
Owner

@GisaLab commented on GitHub (May 10, 2026):

Finally the problem came from the transfer of my domain name to cloudflare I did not know that it required a specific configuration I had not come across the discussion threads that talked about it before posting.

<!-- gh-comment-id:4416642194 --> @GisaLab commented on GitHub (May 10, 2026): Finally the problem came from the transfer of my domain name to cloudflare I did not know that it required a [specific configuration](https://docs.pangolin.net/self-host/advanced/cloudflare-proxy) I had not come across the discussion threads that talked about it before posting.
Author
Owner

@LaurenceJJones commented on GitHub (May 11, 2026):

ahh thats make sense, apologies for the lack of reply on our end. Yes when changing over to cloudflare and enabling the proxy on the dns entry pings cannot complete anymore due to the fact that cloudflare blocks them and since you cannot connect anymore to the real ip of gerbil.

Will class as complete 👍🏻

<!-- gh-comment-id:4418881126 --> @LaurenceJJones commented on GitHub (May 11, 2026): ahh thats make sense, apologies for the lack of reply on our end. Yes when changing over to cloudflare _and_ enabling the proxy on the dns entry pings cannot complete anymore due to the fact that cloudflare blocks them _and_ since you cannot connect anymore to the real ip of gerbil. Will class as complete 👍🏻
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#27917