[GH-ISSUE #61] Extend Management Service to distribute Peer configurations (Wireguard configurations) #163

Closed
opened 2026-08-05 00:37:29 -04:00 by saavagebueno · 0 comments
Owner

Originally created by @braginini on GitHub (Jul 21, 2021).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/61

Originally assigned to: @braginini on GitHub.

Depends on https://github.com/wiretrustee/wiretrustee/issues/18
Each peer has to receive an initial config to setup Wireguard and enable connections to other peers:

PeerManagement.Sync message should include:

  • Wiretrustee peer configuration (stun, turn, signal, etc)
  • Wireguard configuration (Wg IP, etc)
  • Peer configuration (public key, Wg allowed IPs, etc)
    Think of what is missing
Originally created by @braginini on GitHub (Jul 21, 2021). Original GitHub issue: https://github.com/netbirdio/netbird/issues/61 Originally assigned to: @braginini on GitHub. Depends on https://github.com/wiretrustee/wiretrustee/issues/18 Each peer has to receive an initial config to setup Wireguard and enable connections to other peers: PeerManagement.Sync message should include: - [x] Wiretrustee peer configuration (stun, turn, signal, etc) - [x] Wireguard configuration (Wg IP, etc) - [x] Peer configuration (public key, Wg allowed IPs, etc) Think of what is missing
saavagebueno added the enhancementpeer-managementserver labels 2026-08-05 00:37:29 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#163