mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 13:49:15 -05:00
[GH-ISSUE #631] Allow Peer Peer connection #6335
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 @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.
I want to ping worker-node-2 from worker-node
@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
@A4alli commented on GitHub (May 18, 2025):
@miloschwartz I think peer to peer will be a tailscale intregration feature?