Earlier quoted context omitted.
Much faster, as it is UDP-based, it basically just keeps spraying network packets. I noticed that my SSH sessions are resumed after closing and reopening my laptop half an hour later.
IPsec, at least using IKEv2, also uses UDP in most deployments where you are not using IPsec directly without encapsulation (not that it makes a real difference). You may be confusing with OpenVPN, which can run over TCP. In terms of speed, they are comparable. The great benefit of WireGuard is simplicity on Linux compared to the configuration nightmare that is StrongSWAN, but implementing IPsec/IKEv2 on OpenBSD usin…
WireGuard is in net-next
71–80 of 208 posts
Re: WireGuard is in net-next
#72This is very welcome news! I had a seamless time using wireguard (via a streisand installation) on my honeymoon in Italy on my phone and more importantly, my wife's phone. It worked seamlessly. Next up I'd like to see this be an easy config option in Unifi's network managment tools
After switching to wireguard I've been really blown away at how much better the experience is on a phone than other VPN methods. It's always on on my phone as long as I'm not using my home wifi, and I just never need to think about it.
Thanks.
Re: WireGuard is in net-next
#73How it fares against IPSec?
way simpler (and thus, I would argue, way more secure). way faster. On the other hand: No built-in client in any of the mobile OSes, so a third-party client install is required.
Re: WireGuard is in net-next
#74Does this mean WireGuard will be moving to stable? My VPN provider has said they won't support WireGuard until it hits 1.0
AFAIK there are some major issues with wireguard that have to be resolved before it's practical for commercial VPNs.
https://old.reddit.com/r/PrivateInternetAccess/comments/d1bl...
Re: WireGuard is in net-next
#75How it fares against IPSec?
Re: WireGuard is in net-next
#76Yes! Hoping this will will have a pervasive effect like https in the networking world, esp for point to points that glue things together behind the scene. Encrypt all the things!
One would wish so! I recently had to start using PulseSecure. For authentication that damn thing loads a full blown webpage in the background, actually executes the JavaScript therein, fills some forms and submits that via POST. There's a PulseSecure module for openconnect, but it's unable to send the keepalive reauthentications, because it's unable to correctly associate the presented form inputs with the credential…
I've used it privately for a while and it is much better than anything else.
Re: WireGuard is in net-next
#77Re: WireGuard is in net-next
#78I'm excited by this, but I'd really love a userspace C or C++ implementation. I know that context switching syscalls take time, but I've enjoyed the trend of the last 10 years towards more userspace services, not less. (I'm particularly thinking of filesystems in userspace and block devices in userspace) Still, cool. cool, cool cool. I wonder how long until it's in debian.
Re: WireGuard is in net-next
#79That news aside, this is an outstanding commit message. The kernel never disappoints on those.
Re: WireGuard is in net-next
#80Great experience with WireGuard so far, but does anyone know a simpler way to use it over networks where UDP is blocked (e.g. university Wi-Fi)? I've only found this comment[1]. [1] https://news.ycombinator.com/item?id=17847008