Pedantic: Linus’s
Lini?
WireGuard is now in Linus' tree
41–50 of 293 posts
Re: WireGuard is now in Linus' tree
#42AND! This part is critical: all of my interactions with the team and the community around it have been positive.
Brilliant!
Re: WireGuard is now in Linus' tree
#43Earlier quoted context omitted.
Your home has publicly accessible^1 IP address Or you are using a third party-controlled server with direct internet access to make home IP accessible 1. No ISP firewall blocking unsolicited incoming traffic Do you configure WG to use persistent keepalives
In the US for home connections (cable, fiber, DSL) everybody gets an accessible IP address pretty much -- the worst is that some ports are blocked like port 80 or 25. Phones don't get a dedicated IPv4.
Re: WireGuard is now in Linus' tree
#44Earlier quoted context omitted.
I don’t know what PPS is, but that is an inaccurate sentiment. Running as a kernel module allows you to achieve higher throughout and lower latency.
PPS means Packets Per Second. Here’s a press release from the FD.io project (“Fido”), take it as you will: https://fd.io/latest/singles/kubernetes/
The reason it's faster is because it's polling your hardware. You spend a lot of cpu time to buy the lower latency.
Re: WireGuard is now in Linus' tree
#45Earlier quoted context omitted.
So like IPSec? e: I mean that doesn’t suck
A major difference, besides WireGuard's simplicity, is that IPSec is a layer 4 protocol (ESP packets instead of TCP/UDP packets) whereas WireGuard is a layer 5 protocol (runs over UDP), so switches don't choke on it, and so a WireGuard peer doesn't need a public-routable IP address, but can be behind NAT.
Re: WireGuard is now in Linus' tree
#46Wrote a little post some time ago on how to set it up on linux and use it on android. Super simple. https://blog.oxplot.com/wireguard-vpn-on-android/
Nice! Any idea what the minimum system requirements are? I'm wondering how cheaply I could run this.
Re: WireGuard is now in Linus' tree
#47Wrote a little post some time ago on how to set it up on linux and use it on android. Super simple. https://blog.oxplot.com/wireguard-vpn-on-android/
Nice! Any idea what the minimum system requirements are? I'm wondering how cheaply I could run this.
Re: WireGuard is now in Linus' tree
#48Earlier quoted context omitted.
I have a public IP.
A previous thread about WG had some discussion about obtaining a publicly reachable^1 IP address. No doubt many readers are interested Can you tell us anything about how you obtained one 1. No ISP firewall blocking unsolicited incoming traffic
Re: WireGuard is now in Linus' tree
#49Re: WireGuard is now in Linus' tree
#50Earlier quoted context omitted.
A previous thread about WG had some discussion about obtaining a publicly reachable^1 IP address. No doubt many readers are interested Can you tell us anything about how you obtained one 1. No ISP firewall blocking unsolicited incoming traffic
I think it's pretty common in the US with the various providers. You get a public IP. I didn't do anything special for that.