WireGuard for Windows Reaches v1.0
lists.zx2c4.com
WireGuard for Windows Reaches v1.0
1–10 of 11 posts
Re: WireGuard for Windows Reaches v1.0
#2Re: WireGuard for Windows Reaches v1.0
#3I can see Raymond Chen’s eye twitching at some of those (clever and necessary!) undocumented workarounds though :D
Windows is just a different world I guess
Re: WireGuard for Windows Reaches v1.0
#4However, we have a lot of difficulty with macOS, seemingly with rather basic OS-level bugs that don't seem to be their fault: the big one is that a wireguard profile distributed by MDM for a system seems to work for the logged in user, but not for any other user. Seems to be a keychain issue.
While I don't expect any support, there does not seem to be a system to support getting pull requests reviewed and mainlined (including a PR that might address my need). Even tried IRC.
Re: WireGuard for Windows Reaches v1.0
#5The NSI filter-driver interception is the standout move in this release and it's worth not skimming past. When the documented API (NotifyIpInterfaceChange with MibParameterNotification) doesn't fire for MTU changes, Microsoft confirms the bug in 2021, and the fix never ships, you either live with a 3-second polling loop or you attach a filter driver to \Device\Nsi using IoAttachDeviceToDeviceStack, reverse engineer I…
Re: WireGuard for Windows Reaches v1.0
#6wireguard on windows and linux are extraordinarily solid at my org. However, we have a lot of difficulty with macOS, seemingly with rather basic OS-level bugs that don't seem to be their fault: the big one is that a wireguard profile distributed by MDM for a system seems to work for the logged in user, but not for any other user. Seems to be a keychain issue. While I don't expect any support, there does not seem to b…
Re: WireGuard for Windows Reaches v1.0
#7wireguard on windows and linux are extraordinarily solid at my org. However, we have a lot of difficulty with macOS, seemingly with rather basic OS-level bugs that don't seem to be their fault: the big one is that a wireguard profile distributed by MDM for a system seems to work for the logged in user, but not for any other user. Seems to be a keychain issue. While I don't expect any support, there does not seem to b…
Re: WireGuard for Windows Reaches v1.0
#8That said, I've been using it for quite a while and it's been surprisingly bug-free despite the lack of updates, which nowadays is quite impressive in its own right.
Re: WireGuard for Windows Reaches v1.0
#9The NSI filter-driver interception is the standout move in this release and it's worth not skimming past. When the documented API (NotifyIpInterfaceChange with MibParameterNotification) doesn't fire for MTU changes, Microsoft confirms the bug in 2021, and the fix never ships, you either live with a 3-second polling loop or you attach a filter driver to \Device\Nsi using IoAttachDeviceToDeviceStack, reverse engineer I…
Re: WireGuard for Windows Reaches v1.0
#10wireguard on windows and linux are extraordinarily solid at my org. However, we have a lot of difficulty with macOS, seemingly with rather basic OS-level bugs that don't seem to be their fault: the big one is that a wireguard profile distributed by MDM for a system seems to work for the logged in user, but not for any other user. Seems to be a keychain issue. While I don't expect any support, there does not seem to b…
Interestingly enough, Tailscale, that is build on top of Wireguard, work flawlessly on Mac.