TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

WireGuard is in net-next

567 pointsby pilibertoover 5 years ago

26 comments

nikisweetingover 5 years ago
If anyone wants some more docs and examples for Wireguard usage, I made some here: <a href="https:&#x2F;&#x2F;github.com&#x2F;pirate&#x2F;wireguard-docs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;pirate&#x2F;wireguard-docs</a><p>- how it works internally<p>- how the routing works in different topologies<p>- a few complex and simple example setups<p>- performance expectations<p>- security model, key &amp; config distribution<p>- setting up wireguard for, or inside of docker<p>- GUI tools and other wireguard-related software<p>- links to other tutorials, references, guides
评论 #21746978 未加载
评论 #21759700 未加载
评论 #21751221 未加载
zx2c4over 5 years ago
Release announcements are here:<p><a href="https:&#x2F;&#x2F;lists.zx2c4.com&#x2F;pipermail&#x2F;wireguard&#x2F;2019-December&#x2F;004704.html" rel="nofollow">https:&#x2F;&#x2F;lists.zx2c4.com&#x2F;pipermail&#x2F;wireguard&#x2F;2019-December&#x2F;00...</a><p><a href="https:&#x2F;&#x2F;lists.zx2c4.com&#x2F;pipermail&#x2F;wireguard&#x2F;2019-December&#x2F;004711.html" rel="nofollow">https:&#x2F;&#x2F;lists.zx2c4.com&#x2F;pipermail&#x2F;wireguard&#x2F;2019-December&#x2F;00...</a><p><a href="https:&#x2F;&#x2F;lkml.org&#x2F;lkml&#x2F;2019&#x2F;12&#x2F;8&#x2F;257" rel="nofollow">https:&#x2F;&#x2F;lkml.org&#x2F;lkml&#x2F;2019&#x2F;12&#x2F;8&#x2F;257</a>
评论 #21743981 未加载
评论 #21744823 未加载
majewskyover 5 years ago
If I understand the kernel development process correctly, this means it&#x27;s on track to land in 5.6 (since 5.4 is the current stable and the merge window for 5.5 is already closed). Correct?
评论 #21741897 未加载
samgranieriover 5 years ago
This 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&#x27;s phone. It worked seamlessly.<p>Next up I&#x27;d like to see this be an easy config option in Unifi&#x27;s network managment tools
评论 #21743478 未加载
评论 #21742894 未加载
评论 #21747537 未加载
评论 #21746099 未加载
pedrocrover 5 years ago
I&#x27;ve been using tinc[1] as a way to get a mesh VPN on all my machines that works even if some of them are behind restrictive firewalls. It works really well and I&#x27;ve automated the setup with puppet so I just deploy it automatically any time I bring up a machine. Highly recommended.<p>Anyone know if there has been any recent work on making wireguard cover this use case? I&#x27;m not really worried about security as I treat this overlay network as just as insecure as any other (running ssh over it) and mitigate exploits by running the tinc daemon as a normal user. But it would still be nice to get more performance and security from an in-kernel quality solution like wireguard.<p>[1] <a href="https:&#x2F;&#x2F;tinc-vpn.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;tinc-vpn.org&#x2F;</a>
评论 #21747002 未加载
评论 #21745408 未加载
crawshawover 5 years ago
If you haven&#x27;t given WireGuard a try yet, now is a good time.<p>Securely and reliably connecting all my devices with WireGuard was a big reminder to me that there&#x27;s a much better internet hiding under the hub-and-spoke consumer services model. The internet can be so much more than our phones connecting to large data centers.
评论 #21742952 未加载
Havocover 5 years ago
Yes!<p>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!
评论 #21742391 未加载
评论 #21742769 未加载
F00Fbugover 5 years ago
This is a big step forward!<p>I&#x27;m hoping that the 1.0 release will prompt Netgate to consider inclusion in pfSense.
评论 #21744037 未加载
评论 #21744927 未加载
haywirezover 5 years ago
Great 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&#x27;ve only found this comment[1].<p>[1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=17847008" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=17847008</a>
评论 #21743557 未加载
评论 #21743374 未加载
loxiasover 5 years ago
I&#x27;m excited by this, but I&#x27;d really love a userspace C or C++ implementation. I know that context switching syscalls take time, but I&#x27;ve enjoyed the trend of the last 10 years towards more userspace services, not less. (I&#x27;m particularly thinking of filesystems in userspace and block devices in userspace)<p>Still, cool. cool, cool cool. I wonder how long until it&#x27;s in debian.
评论 #21743295 未加载
评论 #21743014 未加载
评论 #21744928 未加载
fffrantzover 5 years ago
Great news. They&#x27;ve been hard at work for a while and it&#x27;s finally come to fruition. Congrats
评论 #21741980 未加载
ralalaover 5 years ago
I&#x27;m running wireguard in production on ~50 VMs for over a year (centos). Zero problems yet.
评论 #21743158 未加载
hsivonenover 5 years ago
Does there exist an effort encapsulate WireGuard in HTTP&#x2F;3 or, when UDP is blocked, in HTTP&#x2F;2?
7ewisover 5 years ago
Does this mean WireGuard will be moving to stable?<p>My VPN provider has said they won&#x27;t support WireGuard until it hits 1.0
评论 #21742102 未加载
评论 #21742275 未加载
评论 #21743227 未加载
评论 #21742372 未加载
novokover 5 years ago
What is the timeline for making wireguard viable for commerical VPNs?<p>&quot;&quot;&quot;<p>There&#x27;s a few fundamental issues with wireguard that make it relatively unsuitable for commercial VPNs with many customers.<p>For a start, if you want to offer customers multiple concurrent devices, each device needs it&#x27;s own key, and all keys for all customers&#x27; devices need to be loaded into kernel memory and cross checked against every packet received, which as you might imagine gets incredibly unwieldy and could savagely impact the performance of PIA servers.<p>When wireguard has the ability to hook a userspace daemon when it receives a valid-looking packet with unrecognised encryption, it&#x27;ll be a lot closer to usable in commercial contexts, as the daemon could poke a database or cache to load the required keys on demand<p>&quot;&quot;&quot;<p><a href="https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;PrivateInternetAccess&#x2F;comments&#x2F;d1blo2&#x2F;wireguard_update&#x2F;ezk41ix&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.reddit.com&#x2F;r&#x2F;PrivateInternetAccess&#x2F;comments&#x2F;d1bl...</a>
评论 #21747348 未加载
doctobogganover 5 years ago
I recently started using OpenVPN (My router comes with it pre-installed).<p>Does anyone know how this compares with OpenVPN? Is is worth setting up my own wiregaurd machine?
评论 #21744636 未加载
评论 #21744520 未加载
评论 #21745371 未加载
finchiskoover 5 years ago
Sorry for off topic, but is there any way, how to setup wireguard (or any VPN) to be used for just single app (lets say Firefox) and not system wide on macOS? Something similar to <a href="https:&#x2F;&#x2F;github.com&#x2F;darkk&#x2F;redsocks" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;darkk&#x2F;redsocks</a> with ssh and setting up proxy in Firefox?
评论 #21749961 未加载
_verandaguyover 5 years ago
This is great news! I&#x27;ve been a wg user on an EdgeRouter for a little over a year now, and the experience is always just so _seamless_. The architecture of this thing&#x27;s a beaut.<p>That news aside, this is an outstanding commit message. The kernel never disappoints on those.
funkyshitover 5 years ago
what does this mean for users of wireguard? An explanation for linux noobs?
评论 #21742005 未加载
ikeboyover 5 years ago
Is there a simple way to tunnel specific apps only through wireguard?
评论 #21743088 未加载
评论 #21743076 未加载
评论 #21743138 未加载
评论 #21743079 未加载
rswailover 5 years ago
Awesome development!
tbrockover 5 years ago
When will we see support for this built into iOS?
评论 #21743856 未加载
评论 #21746566 未加载
评论 #21743816 未加载
baybal2over 5 years ago
How it fares against IPSec?
评论 #21743235 未加载
评论 #21742052 未加载
评论 #21742172 未加载
评论 #21742671 未加载
评论 #21742068 未加载
wyldfireover 5 years ago
Next stop: NT and XNU?
mangixover 5 years ago
About time
nif2eeover 5 years ago
This will mean a lot for the future of WireGuard and VPNs if it catches Ubuntu 20.04
评论 #21743030 未加载
评论 #21742289 未加载