mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 14:47:04 -05:00
[GH-ISSUE #2057] Loggin in with Pangolin CLI gives lots of Failed to forward handshake initiation... : write: destination address required errors
#29891
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hcwinsemius on GitHub (Dec 12, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2057
Describe the Bug
First, I love pangolin!
Second, I updated today from 1.9.4 to 1.13. I also updated all other dependencies as instructed. Looking at the server logs, once I log in with a machine client with olm, or pangolin CLI, I receive MANY of the messages as below. I have also done a complete install in a separate environment, made one site, made one pangolin CLI login and tested again. I do not see this issue in this case. I have checked and have not seen any BUG report so far that addresses this.
The first IP address is always 100.89.128.1, the second moves around the subnet 100.89.128.0, the last number is changing 24, 36, 40, 48. Port number varies widely.
I can however login to devices, resources, private and public. So from the outside everything seems to work.
Environment
To Reproduce
As soon as I login, the
ERRORmessages start to appear. When I logout, they stop.Expected Behavior
No
ERRORmessages in server.@oschwartz10612 commented on GitHub (Dec 12, 2025):
Hi! Thanks for trying the new feature!
So just so I understand correctly: you are seeing the log message print
a lot but you are still able to connect to resources just fine using olm
or the desktop clients?
@hcwinsemius commented on GitHub (Dec 12, 2025):
Yes! To clarify a bit more. I have a large number of field devices that communicate with a 4g modem and sim card. These log in with newt (1.7.0). On my desktop I then want to connect via ssh or vnc. I did this with olm before. I now use the new pangolin cli. Works fine as you say but I do see multiple of these ERROR messages come up each second.
Thanks for the hard work! Pangolin gives exactly what I need for these field devices.
@oschwartz10612 commented on GitHub (Dec 12, 2025):
Okay. I think this might be fine then. I think what is maybe happening
is some of the field devices are not responding to the Wireguard
messages and are generating that error.
I quieted up that error in the logs so it is not throwing a bunch of
errors for the next release. 5414d21dcd838df26e246204ca031626ad5ce7ce
@hcwinsemius commented on GitHub (Dec 13, 2025):
Thanks for the response. I had that feeling also. These devices are indeed also offline for most of the time. They are configured in a power cycle circuit to switch on once every 15 or 30 minutes, do a task and then switch off after about 5 minutes. So they are quiet for more than 80% of the time. Thanks for checking out. If there is anything I could do for you to test this further let me know.