-
Notifications
You must be signed in to change notification settings - Fork 977
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
🐛 BUG: nebula1 tunnel is not detected as a network interface in Windows 11 #1062
Comments
@tliu0c Can you provide Nebula config and logs from the Windows 11 box please, per the ticket form? |
@johnmaguire Hi John, here is the config. I haven't really changed much from the defualt config. I am not sure what is the log you are talking about. I don't see any log on my Windows PC. Can you please advise where I can find it? Thanks.
|
I think this could be a compatibility issue of the Wintun driver with win11? I have two win11 machines and both have this issue. But this does not occur on win10 and win7 machines. |
Hi @tliu0c - I have a Windows 11 box and I can see that the interface is registered on my machine as "Public" and I don't see any easy way to change it. I'm not sure that this is a compatibility issue, so much as Windows seems to have made it more difficult to change this setting. Running the following command in an Administrator Powershell has changed it to private for me:
For future reference, to fetch logs, please see this guide for how to collect logs on Windows. |
I think this ticket may be a dupe of #436 |
Right, should be the same issue. In theory, it should show up as a network interface in task manager, which also indicates the network activity. Just like the screen shots below on Win10 and Win7. |
What version of
nebula
are you using?1.8.2
What operating system are you using?
Windows 11
Describe the Bug
Hello,
I am using windows 11 pro 22h2 (build 22621.1848)
I started nebula using:
.\nebula.exe -service install -config c:\nebula-windows-amd64\config_win.yml
.\nebula.exe -service start
It starts up fine and I can connect to other devices in the network.
But for some reason windows 11 doesn't think "nebula1" is a valid network interface and it doesn't show up in network setting or task manager. And therefore I cannot change nebula1 from the default Public network to Private network(it is not in the list) and cannot monitor the network activity in task manager(it doesn't show up).
I have the exact same setup in Windows 7 and 10, they don't have this issue.
Logs from affected hosts
No response
Config files from affected hosts
No response
The text was updated successfully, but these errors were encountered: