WireGuardNT, a high-performance WireGuard implementation for the Windows kernel
1–10 of 187 posts
Re: WireGuardNT, a high-performance WireGuard implementation for the Windows kernel
#2Re: WireGuardNT, a high-performance WireGuard implementation for the Windows kernel
#3I would like to see 2FA (app or security key) support built into WireGuard. Otherwise, it is perfect as compared to the OpenVPN mess.
Re: WireGuardNT, a high-performance WireGuard implementation for the Windows kernel
#4> While performance is quite good right now (~7.5Gbps TX on my small test box), not a lot of effort has yet been spent on optimizing it
> Jonathan Tooker reported to me that, on his system with an Intel AC9560 WiFi card, he gets ~600Mbps without WireGuard, ~600Mbps with wireguard-go/Wintun over Ethernet, ~95Mbps with wireguard-go/Wintun over WiFi, and ~600Mbps with WireGuardNT over WiFi.
Congratulations to Simon and Jason! Very happy WireGuard user here.
Re: WireGuardNT, a high-performance WireGuard implementation for the Windows kernel
#5I would like to see 2FA (app or security key) support built into WireGuard. Otherwise, it is perfect as compared to the OpenVPN mess.
Re: WireGuardNT, a high-performance WireGuard implementation for the Windows kernel
#6* In ordinary conditions. Test-sign mode does exist.
¤ ... for example, these Red Hat versions: https://www.catalog.update.microsoft.com/Search.aspx?q=Red%2...
Re: WireGuardNT, a high-performance WireGuard implementation for the Windows kernel
#7I would like to see 2FA (app or security key) support built into WireGuard. Otherwise, it is perfect as compared to the OpenVPN mess.
To achieve true MFA, it would need either a password, TOTP, or SMS in addition to the stored keys.
Re: WireGuardNT, a high-performance WireGuard implementation for the Windows kernel
#8I would like to see 2FA (app or security key) support built into WireGuard. Otherwise, it is perfect as compared to the OpenVPN mess.
If the wireguard core included any kind of timed partial delegation of authority through key signatures (similar to what SSH allows now with cert-authority/CertificateFile), that'd be enough to build SMS/HOTP/TOTP 2FA, security keys, and much more on top of it.
Re: WireGuardNT, a high-performance WireGuard implementation for the Windows kernel
#9I would like to see 2FA (app or security key) support built into WireGuard. Otherwise, it is perfect as compared to the OpenVPN mess.
WireGuard is not MFA, but the user's private key could probably be stored in a smart-card instead of on disk. Software changes would need to be made so the key is read from the card instead of specified in the wgx.conf file. To achieve true MFA, it would need either a password, TOTP, or SMS in addition to the stored keys.