Connections between peers on 3 Windows LANs #563

Closed
opened 2025-11-20 05:13:53 -05:00 by saavagebueno · 2 comments
Owner

Originally created by @jscheeren on GitHub (Dec 28, 2023).

G'day,

  1. I have 6 PCs spread over 3 LANs that I have set up with NetBird. I am doing this because one of the LANs is set behind a CGnat and I want to transfer files to CGnat PC's. In attempts to discover the reason for only some peers being able to connect using NetBird IP address, I noticed that using Control Panel to view properties of NetBird adaptors, that 3 PCs had all blank entries for "Use Following IP Address" and "Use following DNS Server addresses" and three had a 100.x.x.x value for the DNS IP. I did a "network reset" on each PC with the value for the DNS server and afterwards they all now have zero entries in DNS, but same peers still could not connect to others.
  2. With Windows 11 Network and Internet Settings the adaptors for NetBird (wt0) are not visible, so had to use Control Panel, where it was noticed that the NetBird adaptor network profile was "Public". Suspecting this might be the problem, I wanted to set it to "Private" but could not see how to do that in Control Panel, and of course could not do it in the Network and Internet Settings, as it was not visible. Should the NetBird adaptor be visible and should it be set to private, and if so, how?

Thank you,
Jan

Originally created by @jscheeren on GitHub (Dec 28, 2023). G'day, 1. I have 6 PCs spread over 3 LANs that I have set up with NetBird. I am doing this because one of the LANs is set behind a CGnat and I want to transfer files to CGnat PC's. In attempts to discover the reason for only some peers being able to connect using NetBird IP address, I noticed that using Control Panel to view properties of NetBird adaptors, that 3 PCs had all blank entries for "Use Following IP Address" and "Use following DNS Server addresses" and three had a 100.x.x.x value for the DNS IP. I did a "network reset" on each PC with the value for the DNS server and afterwards they all now have zero entries in DNS, but same peers still could not connect to others. 2. With Windows 11 Network and Internet Settings the adaptors for NetBird (wt0) are not visible, so had to use Control Panel, where it was noticed that the NetBird adaptor network profile was "Public". Suspecting this might be the problem, I wanted to set it to "Private" but could not see how to do that in Control Panel, and of course could not do it in the Network and Internet Settings, as it was not visible. Should the NetBird adaptor be visible and should it be set to private, and if so, how? Thank you, Jan
Author
Owner

@jscheeren commented on GitHub (Dec 29, 2023):

If it is indeed better to have NetBird wt0 network adaptor set to private, then this command does work.

To change NetBird to private network adaptor in Windows 11 - Start, search powershell and then right click that to execute as administrator. Then copy complete following text to command line:

Get-NetConnectionProfile | Where-Object "InterfaceAlias" -like "wt0*" | Set-NetConnectionProfile -NetworkCategory Private

@jscheeren commented on GitHub (Dec 29, 2023): If it is indeed better to have NetBird wt0 network adaptor set to private, then this command does work. To change NetBird to private network adaptor in Windows 11 - Start, search powershell and then right click that to execute as administrator. Then copy complete following text to command line: Get-NetConnectionProfile | Where-Object "InterfaceAlias" -like "wt0*" | Set-NetConnectionProfile -NetworkCategory Private
Author
Owner

@nazarewk commented on GitHub (Apr 17, 2025):

seems like this was addressed at https://github.com/netbirdio/netbird/issues/438

@nazarewk commented on GitHub (Apr 17, 2025): seems like this was addressed at https://github.com/netbirdio/netbird/issues/438
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#563