[GH-ISSUE #631] Allow Peer Peer connection #8303

Closed
opened 2026-04-30 03:54:31 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @uncle-tee on GitHub (May 1, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/631

I have two nodes(sites as Pangolin will call them), one is connected via Newt and the other via WireGuard, however, I am not able to create a connection between both nodes. I tried to ping Node B from Node A, but nothing happened.

Some tweaks I did to the gerbil docker.

interface: wg0
  public key: vps-node-key
  private key: (hidden)
  listening port: 51820

peer: worker-node-key
  endpoint:xxx:14839
  allowed ips: 100.89.128.4/30
  latest handshake: 4 seconds ago
  transfer: 96.97 KiB received, 34.98 KiB sent

peer: worker-node-2-key
  endpoint: xxxx:14622
  allowed ips: 100.89.128.8/32

I want to ping worker-node-2 from worker-node

Originally created by @uncle-tee on GitHub (May 1, 2025). Original GitHub issue: https://github.com/fosrl/pangolin/issues/631 I have two nodes(sites as Pangolin will call them), one is connected via Newt and the other via WireGuard, however, I am not able to create a connection between both nodes. I tried to ping Node B from Node A, but nothing happened. Some tweaks I did to the gerbil docker. ``` interface: wg0 public key: vps-node-key private key: (hidden) listening port: 51820 peer: worker-node-key endpoint:xxx:14839 allowed ips: 100.89.128.4/30 latest handshake: 4 seconds ago transfer: 96.97 KiB received, 34.98 KiB sent peer: worker-node-2-key endpoint: xxxx:14622 allowed ips: 100.89.128.8/32 ``` I want to ping worker-node-2 from worker-node
Author
Owner

@miloschwartz commented on GitHub (May 2, 2025):

Yes this is not currently how Pangolin works. Pangolin is an exit node not a mesh network -- "tunneled reverse proxy". We are working on a peer to peer (more hub and spoke) system but proxies are currently our priority. You can see the open issue/feature request here: #345

<!-- gh-comment-id:2846197222 --> @miloschwartz commented on GitHub (May 2, 2025): Yes this is not currently how Pangolin works. Pangolin is an exit node not a mesh network -- "tunneled reverse proxy". We are working on a peer to peer (more hub and spoke) system but proxies are currently our priority. You can see the open issue/feature request here: #345
Author
Owner

@A4alli commented on GitHub (May 18, 2025):

@miloschwartz I think peer to peer will be a tailscale intregration feature?

<!-- gh-comment-id:2889157240 --> @A4alli commented on GitHub (May 18, 2025): @miloschwartz I think peer to peer will be a tailscale intregration feature?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#8303