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.

Virtual private networks with WireGuard

137 pointsby johnramsdenabout 7 years ago

7 comments

pstadlerabout 7 years ago
Good to see WireGuard getting some coverage. I‘ve been embracing it from the very beginning for small scale Kubernetes clusters running on virtually any cloud provider lacking isolated private networking[1]. It‘s been running stable in different environments for more than a year; set up and forget. Unlike similar software it‘s also dead simple to configure.<p>Apparently, Linus wants it in the Kernel[2].<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;hobby-kube&#x2F;guide&#x2F;blob&#x2F;master&#x2F;README.md" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;hobby-kube&#x2F;guide&#x2F;blob&#x2F;master&#x2F;README.md</a> [2] <a href="https:&#x2F;&#x2F;lkml.org&#x2F;lkml&#x2F;2018&#x2F;2&#x2F;13&#x2F;752" rel="nofollow">https:&#x2F;&#x2F;lkml.org&#x2F;lkml&#x2F;2018&#x2F;2&#x2F;13&#x2F;752</a>
rasenganabout 7 years ago
WireGuard is doing good things. PIA will be rolling out support shortly.
评论 #16567641 未加载
adynatosabout 7 years ago
can wireguard work over tcp? many captive portals i encounter daily block most ports and almost always allow only tcp. so i set up openvpn on port 443 over tcp, which got through everything so far.
评论 #16564609 未加载
评论 #16565454 未加载
评论 #16564976 未加载
评论 #16564598 未加载
johnramsdenabout 7 years ago
Includes a nice description of how WireGuard works on Linux, and how it&#x27;s different from other VPN implementations.
rhn_mk1about 7 years ago
Is WireGuard working as an IPv4 tunnel or can it transport arbitrary packets, like ipv6, becoming a tap interface?<p>Does it work as a link between two devices, or one-to-many? Does it support peer-to-peer connections within the group?
评论 #16565148 未加载
mycallabout 7 years ago
I&#x27;ve been an long time advocate of tinc. I&#x27;d love to see a comparison with WireGuard.
评论 #16566875 未加载
评论 #16566362 未加载
feelin_googleyabout 7 years ago
I use one of the many non-OpenVPN &quot;VPN&quot; alternatives. The one I chose has fewer lines&#x2F;words&#x2F;characters of code than Wireguard.<p>It does not require SSL&#x2F;TLS, it can use Curve25519 and it is faster than OpenVPN.<p>It is a userland daemon (using &#x2F;dev&#x2F;tap), so it may be slower than Wireguard.<p>However I think it is more portable than WireGuard. (That is an important feature to me.)<p>How portable is WireGuard to BSD, Minix, Plan9, etc?
评论 #16564871 未加载
评论 #16564910 未加载