mirror of
https://github.com/fosrl/newt.git
synced 2026-03-09 07:12:28 -05:00
Newt intermittently loses connection to Pangolin server and reconnects automatically #28
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 @ApfelQrown on GitHub (May 28, 2025).
Setup
In the logs, Newt periodically disconnects from the Pangolin server. It does automatically reconnect shortly after. Here's a sample from the logs showing this behavior.
Is this expected? Could this indicate a network or configuration issue on my end?
Newt Docker Compose file:
Newt Logs:
@oschwartz10612 commented on GitHub (May 29, 2025):
Hi!
While it always could be the code I have not see existing reports of this unless something external happens like the VPS goes down or something. I would be thinking about your network and the connectivity to the VPS or the VPS itself. Maybe you could set up a ping test or something manually to ping the VPS and see if connectivity lapses during these outage events? If not, let me know!
@ApfelQrown commented on GitHub (Jun 3, 2025):
Hi,
Thank you for the reply.
I found my problem. I have pretty severe packet loss within my home network. Atleast the ping command has arround 10% - 20% packet loss. When I use speed tests like this: https://speed.cloudflare.com/ I have a reported packet loss of 0%...
I have a WLAN bridge between the server and my router. With a temporary Ethernet Cable I do not have the packet loss problem.
I will investigate it further, but that has nothing to do with newt.
Sorry for the "false" report.