mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 06:08:33 -05:00
[GH-ISSUE #248] Newt does not connect to Pangolin #14246
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 @elbiozard on GitHub (Feb 27, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/248
Hello!
The installation of Pangolin on my VPS was successful!
The problem is on my home server with proxmox, inside an LXC with docker, I run the docker compose of Newt with the correct parameters, but it does not connect and in the docker newt log it says that it fails to ping the ip 100.x.x.x. I checked and tried several times and it is still the same.
One more thing, my ISP provider gives me an IPv6 behind a cgnat, I don't know if this could be damaging.
@elbiozard commented on GitHub (Feb 28, 2025):
I've solved it!
I made a mistake when opening the ports on my VPS. On port 51820 I had only TCP and no UDP. So I added UDP and now it's online!
I hope it helps someone!
@oschwartz10612 commented on GitHub (Feb 28, 2025):
Glad you solved it!