[GH-ISSUE #2217] Netbird resets network adapter at every reboot on Windows #4413

Open
opened 2026-08-05 00:57:35 -04:00 by saavagebueno · 0 comments
Owner

Originally created by @graphixillusion on GitHub (Jun 30, 2024).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/2217

Describe the problem
At every reboot the netbird's network adapter is reset:

  • the name of the interface will increase by one number at every reboot: (Name wt0 1, wt0 2, wt0 3, ...)
  • the alias of the interface is always the same (wt0)

A clear and concise description of what the problem is.

The problem is that if i set the connection to private, it resets to public at every os reboot.

To Reproduce

  1. set-netConnectionProfile -InterfaceAlias wt0 -NetworkCategory "Private"
  2. reboot the system
  3. network profile is reverted back to public becouse the name of the interface changes the name with a +1 while still keeping the same alias as described before.

Expected behavior

Netbird should keep the same interface name and keep the settings applied.

NetBird version

0.28.3 on Windows 11 23H2

Originally created by @graphixillusion on GitHub (Jun 30, 2024). Original GitHub issue: https://github.com/netbirdio/netbird/issues/2217 **Describe the problem** At every reboot the netbird's network adapter is reset: - the name of the interface will increase by one number at every reboot: (Name wt0 1, wt0 2, wt0 3, ...) - the alias of the interface is always the same (wt0) A clear and concise description of what the problem is. The problem is that if i set the connection to private, it resets to public at every os reboot. **To Reproduce** 1. set-netConnectionProfile -InterfaceAlias wt0 -NetworkCategory "Private" 2. reboot the system 3. network profile is reverted back to public becouse the name of the interface changes the name with a +1 while still keeping the same alias as described before. **Expected behavior** Netbird should keep the same interface name and keep the settings applied. **NetBird version** 0.28.3 on Windows 11 23H2
saavagebueno added the triage-needed label 2026-08-05 00:57:35 -04:00
Sign in to join this conversation.
No Label triage-needed
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#4413