Netbird resets network adapter at every reboot on Windows #1031

Closed
opened 2025-11-20 05:22:39 -05:00 by saavagebueno · 9 comments
Owner

Originally created by @graphixillusion on GitHub (Jun 30, 2024).

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). **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 2025-11-20 05:22:39 -05:00
Author
Owner

@Marcus1Pierce commented on GitHub (Jul 11, 2024):

Same here on every windows connect to netbird

@Marcus1Pierce commented on GitHub (Jul 11, 2024): Same here on every windows connect to netbird
Author
Owner

@graphixillusion commented on GitHub (Jul 18, 2024):

Any news about this?

@graphixillusion commented on GitHub (Jul 18, 2024): Any news about this?
Author
Owner

@maikl88 commented on GitHub (Jul 28, 2024):

v0.25.6 the same thing on Windows 11 23H2

@maikl88 commented on GitHub (Jul 28, 2024): v0.25.6 the same thing on Windows 11 23H2
Author
Owner

@Svetloslav commented on GitHub (Aug 23, 2024):

Wow, we are at version 0.28.9 yet absolutely no one from development cares about such a huge bug. In another thread a guy proposed a solution of a few simple lines. What a sad shame.

@Svetloslav commented on GitHub (Aug 23, 2024): Wow, we are at version 0.28.9 yet absolutely no one from development cares about such a huge bug. In another thread a guy proposed a solution of a few simple lines. What a sad shame.
Author
Owner

@graphixillusion commented on GitHub (Aug 23, 2024):

Indeed. Is there any workaround? BTW, if you expand this key in the registry:

Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles

it's full of different GUID garbage all coming from netbird becouse at every reboot it will creates a new profile with a new GUID with a name/description = wt0. If this is already present the counter will increase every time...

@graphixillusion commented on GitHub (Aug 23, 2024): Indeed. Is there any workaround? BTW, if you expand this key in the registry: Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkList\Profiles it's full of different GUID garbage all coming from netbird becouse at every reboot it will creates a new profile with a new GUID with a name/description = wt0. If this is already present the counter will increase every time...
Author
Owner

@graphixillusion commented on GitHub (Sep 11, 2024):

It seems that since version 0.29.0 this issue is not happening anymore. I will report it back if something wrong will happen again...

@graphixillusion commented on GitHub (Sep 11, 2024): It seems that since version 0.29.0 this issue is not happening anymore. I will report it back if something wrong will happen again...
Author
Owner

@maikl88 commented on GitHub (Sep 11, 2024):

It seems that since version 0.29.0 this issue is not happening anymore. I will report it back if something wrong will happen again...

hm, windows 11 home 23H2 netbird 29.0.1 after reinstalling from a lower version, it seems to work fine. the wt interfaces do not change

@maikl88 commented on GitHub (Sep 11, 2024): > It seems that since version 0.29.0 this issue is not happening anymore. I will report it back if something wrong will happen again... hm, windows 11 home 23H2 netbird 29.0.1 after reinstalling from a lower version, it seems to work fine. the wt interfaces do not change
Author
Owner

@Marcus1Pierce commented on GitHub (Sep 12, 2024):

It seems that since version 0.29.0 this issue is not happening anymore. I will report it back if something wrong will happen again...

I can confirm after reset the networklist profiles in registry, my wt0 interface still wt0 without any number now. Looks like the update include this fix (maybe). And after update to 0.29.1 and now 0.29.2 the problem looks like really gone.

@Marcus1Pierce commented on GitHub (Sep 12, 2024): > It seems that since version 0.29.0 this issue is not happening anymore. I will report it back if something wrong will happen again... I can confirm after reset the networklist profiles in registry, my wt0 interface still wt0 without any number now. Looks like the update include this fix (maybe). And after update to 0.29.1 and now 0.29.2 the problem looks like really gone.
Author
Owner

@Marcus1Pierce commented on GitHub (Dec 9, 2024):

@graphixillusion Now it's version 0.34.1 and the issue no longer exists. Maybe this issue should be closed.

@Marcus1Pierce commented on GitHub (Dec 9, 2024): @graphixillusion Now it's version 0.34.1 and the issue no longer exists. Maybe this issue should be closed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#1031