-
Linux के लिए WireGuard को Windows NT kernel और NDIS (Windows networking stack) API का उपयोग करने के लिए port किया गया
-
Windows 7, 9, 8.1, 10 तथा AMD64, x86, ARM64 support
-
मौजूदा Wintun-आधारित wireguard-go userspace में चलता है, लेकिन WireGuardNT Linux/BSD पर चलने की तरह networking stack के साथ गहराई से integrated होकर चलता है
-
छोटे test device पर भी ~7.5Gbps TX हासिल किया गया। हालांकि, अभी और optimization संभव है
→ Windows उपयोगकर्ताओं के Ethernet connection आम तौर पर 1Gbps तक भी नहीं पहुंचते, इसलिए पहले का धीमा wireguard-go भी बड़ा मुद्दा नहीं था, लेकिन WiFi पर performance अच्छी नहीं थी
~~600Mbps without WireGuard,
~~600Mbps with wireguard-go/Wintun over Ethernet,
~~95Mbps with wireguard-go/Wintun over WiFi,
~~600Mbps with WireGuardNT over WiFi
→ Windows Server उपयोगकर्ताओं के लिए यह मददगार होगा
2 टिप्पणियां
Windows का Linuxकरण? :P
WireGuard net-next में commit किया गया https://hi.news.hada.io/topic?id=1047
WireGuard आखिरकार Linus tree में शामिल हुआ https://hi.news.hada.io/topic?id=1404
WireGuard के निर्माता Jason A. Donenfeld का Reddit AMA जारी है https://hi.news.hada.io/topic?id=2555
iOS / macOS के लिए WireGuardKit रिलीज़ https://hi.news.hada.io/topic?id=3407
ऊपर की खबर पर ssssut जी की टिप्पणी यहाँ लाया हूँ.
"WireGuard एक software और protocol है जो सुरक्षित P2P connection के जरिए VPN configure करने में मदद करता है. इसका core हिस्सा C और Go में लिखा गया है, यह कई architectures/platforms को support करता है, और मार्च 2020 में Linux kernel में भी शामिल किया गया था. OpenVPN जैसी solutions मौजूद हैं, लेकिन दूसरी solutions की तुलना में इसका configuration (setup) भी आसान है, connection cost भी कम है, और speed भी कहीं ज्यादा तेज है, इसलिए यह समय के साथ तेजी से उभरता हुआ VPN protocol बन रहा है. (+ OpenVPN की तुलना में China के GFW द्वारा block कम होने की भी चर्चा है..)"