I started using Wireguard two days ago to access my home LAN and love it, I can access everything with one command, as if I'm home. The only problem I have with it is the complete lack of documentation. The tutorial refers to a configuration file, but nowhere on the site does it tell you how to write one. It also took me days to set up what I think is a common use case, logging in to a server/router at home and acces…
I assume this is what you want? https://wiki.archlinux.org/index.php/WireGuard#Setup_a_VPN_s...
WireGuard is submitted for Linux kernel inclusion
71–80 of 189 posts
Re: WireGuard is submitted for Linux kernel inclusion
#72I started using Wireguard two days ago to access my home LAN and love it, I can access everything with one command, as if I'm home. The only problem I have with it is the complete lack of documentation. The tutorial refers to a configuration file, but nowhere on the site does it tell you how to write one. It also took me days to set up what I think is a common use case, logging in to a server/router at home and acces…
[1] https://www.flockport.com/guides/build-wireguard-networks.ht...
Re: WireGuard is submitted for Linux kernel inclusion
#73So, since lots of people here have experience with VPN, I'd like to ask theoretical project question: I have distant family memebers, and it'd be nice to have a simple way to get devices on the same network easily. My initial thought would be to setup a VPN server somewhere central and fast, and then distribute wireless routers with custom firmware that they could plugin to their network. Then anything they connect t…
Re: WireGuard is submitted for Linux kernel inclusion
#74Re: WireGuard is submitted for Linux kernel inclusion
#75Re: WireGuard is submitted for Linux kernel inclusion
#76Earlier quoted context omitted.
You really need to get that fixed, as you are severely handicapped without UDP. Apart from existing UDP usecases, the general progression is away from TCP and onto UDP. QUIC is an example of such progression. The reason Wireguard doesn't do TCP is that it is only a handicap for tunneling, and impedes Wireguard's connectionless features. Maybe Wireguard could add it as a compat option, but the experience will be worse…
Well, this is a network where only SSH and one or two more TCP ports are open, and it's not something I can "get fixed". Still, I do not have any practical reason for switching to Wireguard, as I do not really see any reduced speed - it is possible that the bandwidth limitation of this network's internet connection is low enough for that to be the bottleneck, instead of OpenVPN. :)
Are the other TCP ports, as well as UDP blocked by a force of nature? :)
> Still, I do not have any practical reason for switching to Wireguard, as I do not really see any reduced speed - it is possible that the bandwidth limitation of this network's internet connection is low enough for that to be the bottleneck, instead of OpenVPN. :)
At lower throughput networks, you don't need wireguard. It'll still mean fewer CPU resources used, much simpler configuration, and things OpenVPN and the likes just cannot do (such as maintain the connection despite both ends changing IP, as long as it doesn't happen simultaneously).
Re: WireGuard is submitted for Linux kernel inclusion
#77I started using Wireguard two days ago to access my home LAN and love it, I can access everything with one command, as if I'm home. The only problem I have with it is the complete lack of documentation. The tutorial refers to a configuration file, but nowhere on the site does it tell you how to write one. It also took me days to set up what I think is a common use case, logging in to a server/router at home and acces…
There is one feature that I want that should be trivial to add that I don't know how to voice it. There is an AllowIPs config directive, but not an ExcludeIPs directive.
Re: WireGuard is submitted for Linux kernel inclusion
#78Which of the popular VPN offer wireguard? Pia doesn't.
Re: WireGuard is submitted for Linux kernel inclusion
#79I can foresee a long, long and mostly pointless discussion/argument about code line length.
Re: WireGuard is submitted for Linux kernel inclusion
#80Earlier quoted context omitted.
Well, this is a network where only SSH and one or two more TCP ports are open, and it's not something I can "get fixed". Still, I do not have any practical reason for switching to Wireguard, as I do not really see any reduced speed - it is possible that the bandwidth limitation of this network's internet connection is low enough for that to be the bottleneck, instead of OpenVPN. :)
> Well, this is a network where only SSH and one or two more TCP ports are open, and it's not something I can "get fixed". Are the other TCP ports, as well as UDP blocked by a force of nature? :) > Still, I do not have any practical reason for switching to Wireguard, as I do not really see any reduced speed - it is possible that the bandwidth limitation of this network's internet connection is low enough for that to…
Yes; the force in question is usually spelled out as "auditors." :(