-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows Adapter/Interface Name Issue? #892
Comments
Refer to #659 as it sounds like we're looking for a solution to the same problem |
Pretty sure this is a Windows problem, just like the other issue describes. |
I too would like to see this fixed. I've discovered that if you rename the adapter (simply right click on the adapter and choose rename) the names sync up. Maybe one solution would be to have ZT create the adapter with a generic name & then after it adds it, rename it to the desired name. |
Just fixed this in the Dug deep into windows API hell to figure out how to get it done, because naturally, Windows has 2 different places in the Registry where these values are set. One of which can't even be read from/written to by mere mortals (or even applications running as Administrator). Example
Should be in next release |
Describe the bug
I scriptomatically manage my ZeroTier connection status in Windows 10 x64. An issue I found or am having is that the name of the ZeroTier adapter/interface name as windows see's it internally does not match with what I see visually in Windows. For example. If I look in the Network Connection GUI in windows it shows the Adapter name as "ZeroTier One [1234567890123456]" for example, but if I do ipconfig in windows it shows ""Ethernet 6" (the 6 is dynamic and differs from PC to PC) for example. Windows seems to ignore the name "ZeroTier One [1234567890123456]" internally and instead only reference it by the name "Ethernet 6" for example. This makes using windows to manage the connection status (ie. release/renew the IP etc..) very difficult. Im not sure if this is a bug or an undocumented feature or what.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The name of the Adapter or Interface should be the same?
Screenshots
If applicable, add screenshots or console output to help explain your problem.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: