Live data from Hacker News

WireGuard 1.0 for Linux 5.6

lists.zx2c4.com

91–100 of 214 posts

Re: WireGuard 1.0 for Linux 5.6

#91
This is really good news.

I've used a ton of VPN over the years, even some I wrote myself, and I've never seen anything that comes close to wireguard in terms of: ease of use, speed, cleanliness of code.

The world just got a whole lot secure and flexible.

Re: WireGuard 1.0 for Linux 5.6

#92
post #25

I really hope WireGuard becomes a standard and get's included in the macOS/iOS and Windows kernels as well. Key management and and other fancy features could be left to userspace applications but having the basic wg capability in the kernel would be great.

This is a good guide to getting a WireGuard server working on macOS: https://barrowclift.me/post/wireguard-server-on-macos

Re: WireGuard 1.0 for Linux 5.6

#94
post #83
post #25

I really hope WireGuard becomes a standard and get's included in the macOS/iOS and Windows kernels as well. Key management and and other fancy features could be left to userspace applications but having the basic wg capability in the kernel would be great.

Seems like a very long shot to make it into Apple products both because of the license and the fact it wasn’t invented in Cupertino. FWIW the userspace implementations are quite good, and still out performs IPSec.

I don't think there license would be a problem, as it's GPLv2, not v3.

But the 'not invented here' syndrome is very real.

Re: WireGuard 1.0 for Linux 5.6

#95
post #21

Earlier quoted context omitted.

If you're subject to state level actors attacking you, a VPS is probably the least of your worries. If you're just trying to make sure some kiddiot in a coffee shop isn't doing mass collections, a VPS is perfectly secure.

Linode has been compromised how many times now? I don't think considering a VPS insecure is really that far fetched.

A couple times, nearly a decade ago. https://en.wikipedia.org/wiki/Linode#Security_incidents

If you dont want to trust them now, in 2020, don't - they aren't the only provider of VMs. I'd imagine the big cloud providers (AWS/GCP/Azure) have fairly significant security teams - has there ever been a disclosure of customer VMs being compromised on any of them?

Re: WireGuard 1.0 for Linux 5.6

#98
post #52

Earlier quoted context omitted.

WG is much faster in our tests than OpenVPN, and a bit faster than IPSec depending on the system. OpenVPN uses UDP too but OpenVPN is kind of slow.

Or much slower on systems with AES-NI, but relatively slow CPU. Like are used in some hi-end SOHO routers. I did not test IPSec vs WireGuard, but scp from/to my home router/NAS is about three times faster with AES (used by IPSec) than with Chacha20 (used by WG).

Good point. AES hardware acceleration makes a massive difference. It's why ZeroTier 2.x will use AES. Tiny boxes that lack HW acceleration are generally not used in cases where they're pushing enough bandwidth to matter anyway.

Re: WireGuard 1.0 for Linux 5.6

#99
post #93

still no good tutorial for complete beginners

Yeah, the documentation on the webpage isn't great - there isn't actually an example that you can follow step by step to get a usable tunnel. That's unfortunate, because it isn't actually that hard.

Much better documentation is here: https://github.com/pirate/wireguard-docs

Re: WireGuard 1.0 for Linux 5.6

#100
post #41

Earlier quoted context omitted.

ISPs or countries ?

In some cases, countries. In the country I'm thinking of (name omitted on purpose), you have an effective choice of two ISPs, both government-controlled.

Do they actually block/throttle all UDP?

What about encrypted TCP? Do they block/throttle everything but web and recognized traffic? If that's the case wrapping WG or ZeroTier or whatever in TCP would do nothing since it would still look like a weird unrecognized protocol with a max entropy (encrypted) data stream.

Post reply on HN