netbird
netbird copied to clipboard
Connect your devices into a secure WireGuard®-based overlay network with SSO, MFA and granular access controls.
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...
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:  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  **Netbird** UI ![Screen...
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...
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:...
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...
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,...