mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-22 01:22:50 -05:00
Newt cant connect to server #452
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 @Joksa98 on GitHub (Jun 22, 2025).
Environment:
Problem Description
I've setup pangolin using automatic installer on a VPS and it works, but when i add new site and try to run and connect newt it cant ping server 100.89.128.1
Newt Client Log:
Configurations
I've replaces my domain with example.com but i use domain.duckdns.org.
1. Pangolin Server
docker-compose.yml(on VPS)2. Pangolin Server
config.yml(on VPS)3. Newt Client
docker-compose.yml(Local Machine)@oschwartz10612 commented on GitHub (Jun 22, 2025):
Not sure if duckdns is getting in the way here but this is almost always related to UDP port 51820 not being open on your VPS. Please make sure that it is not being blocked either in the VPS provider's website or on linux with ufw, iptables, or nftables.
@miloschwartz commented on GitHub (Jun 22, 2025):
Also make sure
pangolin.example.comresolves to the public IP of the VPS running Pangolin server. You could try settinguse_subdomain: falsefor Gerbil, and maybe temporarily disabling gluetun on Newt for the sake of debugging.@Joksa98 commented on GitHub (Jun 22, 2025):
Thank you very much for your help, i am using ionos VPS and it is by default allowing only esential ports from cloudpanel.
I've added 51820 to the ionos cloud control panel firewall list and it all works, thanks again, have a great day!