Multiple exit nodes issue? #1454

Closed
opened 2026-04-05 19:28:41 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @RichyHBM on 5/24/2025

Hello, I recently changed my VPS and as a result I moved pangolin by copying the db.sqlite, on the new server I had issues connecting and created (and setup) a new newt config.

The logs showed pangolin/gerbal giving itself the ip 100.89.130.1/24, however the logs for newt showed the config returning 100.89.128.1/24, and subsequently caused the ping to fail, presumably because the wireguard connection was never fully made.

Eventually I removed the old db, and recreated pangolin which fixed the issue, but I looked at the sql data out of curiosity and found the following in the exitNodes table:

exitNoideId       name                                  address
1                          Exit Node XHuz1LpS        100.89.128.1/24
2                          Exit Node aXvLf78h         100.89.129.1/24
3                          Exit Node 3Yjr1IJA            100.89.130.1/24

Which makes me think something is collecting the wrong exit node data, pressumably its the pangolin server?

*Originally created by @RichyHBM on 5/24/2025* Hello, I recently changed my VPS and as a result I moved pangolin by copying the db.sqlite, on the new server I had issues connecting and created (and setup) a new newt config. The logs showed pangolin/gerbal giving itself the ip `100.89.130.1/24`, however the logs for newt showed the config returning `100.89.128.1/24`, and subsequently caused the ping to fail, presumably because the wireguard connection was never fully made. Eventually I removed the old db, and recreated pangolin which fixed the issue, but I looked at the sql data out of curiosity and found the following in the exitNodes table: ``` exitNoideId name address 1 Exit Node XHuz1LpS 100.89.128.1/24 2 Exit Node aXvLf78h 100.89.129.1/24 3 Exit Node 3Yjr1IJA 100.89.130.1/24 ``` Which makes me think something is collecting the wrong exit node data, pressumably its the pangolin server?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1454