netbird icon indicating copy to clipboard operation
netbird copied to clipboard

Connect your devices into a secure WireGuard®-based overlay network with SSO, MFA and granular access controls.

Results 848 netbird issues
Sort by recently updated
recently updated
newest added

To route traffic from a group of peers toward a specific gateway. For example, in the use case of exit nodes where traffic crosses to the public internet, each peer...

I sometimes have a machine on multiple networks at once. In wireguard, this is easy as I can just create a new config with a different interface name, and they...

documentation
enhancement
client
management-service
client-ui

I have selfhosted netbird v0.9.0 using Authentik as my identity provider. I am able to login using Authentik and I seee the following error in the UI: ![image](https://user-images.githubusercontent.com/4748680/188726341-3a945afa-db53-4416-926a-b79a3a87a027.png) I see...

I would like to make a point for reconsidering the choice of API for the communication between the agent and the management service, which uses gRPC currently. It would be...

For some reason keycloak users info is not being pulled properly when displayed in the netbird ui **Keycloak** UI ![Screen Shot 2022-09-13 at 9 16 49 AM](https://user-images.githubusercontent.com/4070974/189911278-15a81fb9-0af7-48b8-90a9-c94c57490c49.png) **Netbird** UI ![Screen...

enhancement
management-service
integrations

Wireguard itself won't be FIPS validated as the encryption algorithms aren't approved for FIPs validation, but other crypto in use, for example the netbird ssh connections could be FIPS validated...

enhancement
agent

Steps to reproduce. 1. Enroll a peer 2. Make sure it is connected to the management service 3. Remove peer from the management service 4. run `netbird status` command Output:...

bug
agent

On Windows Device the Network created by the NetApp is labeled as a Public network. Workaround for now: ``` PowerShell: Set-NetConnectionProfile -InterfaceAlias 'wt0' -NetworkCategory 'Private' ``` or : ``` Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows...

enhancement
client
windows

In wireguard you can specify a network **table** for the interface. This allows you to do policy based routing for more advanced use cases. Along with the ability to specify...

The netbird-ui_0.9.0_linux_amd64.rpm depends on libappindicator3-dev The development package is probably needed only to compile the application, not to run it. Additionally, on the OpenSUSE distribution the package is called libappindicator3-devel,...