I'm a bit baffled by WireGuard. From 10 000 feet, the protocol is similar to IPSec - encrypt packets, and send them over the internet using a connectionless protocol. So why is it so much better? Is it because it's a new and simpler implementation than what we have for IPSec? Is it because the protocol, being newer, is simpler and cleaner than IPSec? Is it because, being newer, it can use a modern ciphersuite? Are th…
WireGuard 1.0 for Linux 5.6
191–200 of 214 posts
Re: WireGuard 1.0 for Linux 5.6
#192Earlier quoted context omitted.
I wish people would stop automatically recommending Algo, for instance it doesn't support Arch. It's the best if your platform is supported. Otherwise, it's easier to just manually set up everything.
So they shouldn't recommend a project that works for a bunch of popular platforms out of the box because it doesn't support one niche OS?
"Niche" is a bad way to describe Arch.
It's probably more likely that a person interested in setting up WireGuard and their own VPN are running Arch or a derivative than any other distro.
Re: WireGuard 1.0 for Linux 5.6
#193Earlier quoted context omitted.
Just be careful when setting up Algo VPN. Its secure defaults will probably block all other services you're running on your server and render them inaccessible. You might even end up not being able to ssh to your server if you choose not to let Algo set up ssh configurations (because you have your own). I would say install Algo on a dedicated droplet or backup your VPS before setting it up.
This is the intended behavior/deployment model of Algo (as a dedicated VPN server on a dedicated VM). If you are running other co-resident services and need more lenient firewall rules / system configuration, you should consider another option.
Re: WireGuard 1.0 for Linux 5.6
#194One thing I wish for wireguard: the ability to look up keys/ips in an external system like LDAP. I moved an entire call center [50+ people] fully remote last week. We're using wireguard. Key management stinks, and that is my only complaint! It is an incredible piece of software and I'm very thankful for it.
(Tailscale co-founder here.) Building on what katnegermis said, this is what we're trying to help with. We integrate with identity management systems and handle the key management (and NAT traversal) on top of WireGuard, making it easier to deploy and manage. If you're interested, a colleague of mine wrote up a blog post on how things work: https://tailscale.com/blog/how-tailscale-works/
It is extremely refreshing to not have to deal with key/certificate management, and to have all my VPN traffic be directly client to client instead of via a slow (or expensive) and likely remote VPN server.
Great product and I can't wait for some time to play around with it further!
Re: WireGuard 1.0 for Linux 5.6
#195Re: WireGuard 1.0 for Linux 5.6
#196Does anyone know of a decent bash-script (or even self-hosted page) that one could use to administer wireguard? Could go very far with trivial functionality, such as listing, adding, removing users and download a config file/qr-code.
Re: WireGuard 1.0 for Linux 5.6
#197Very exciting! Does anyone know a good howto or a tutorial about it?
Re: WireGuard 1.0 for Linux 5.6
#198Earlier quoted context omitted.
Algo vpn is the best way to set up wireguard.
In my experience Wireguard is nearly trivial to setup so I don't see the point of algo
Re: WireGuard 1.0 for Linux 5.6
#199Earlier quoted context omitted.
So they shouldn't recommend a project that works for a bunch of popular platforms out of the box because it doesn't support one niche OS?
Three of the top 20 list on distrowatch are Arch or Arch derivatives, including the number 2 spot. Its wiki is widely recommended as well for users of any distro. "Niche" is a bad way to describe Arch. It's probably more likely that a person interested in setting up WireGuard and their own VPN are running Arch or a derivative than any other distro.
Re: WireGuard 1.0 for Linux 5.6
#200Earlier quoted context omitted.
It was merged in 5.6, which was tagged less than 24 hours ago.
Ah, I remember reading about it like a month ago or so but I though it had already been released