Allow Peer Peer connection #1549

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

Originally created by @uncle-tee on 5/1/2025

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 5/1/2025* 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
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1549