WireGuard is in net-next
61–70 of 208 posts
Re: WireGuard is in net-next
#62How it fares against IPSec?
A simple websearch yields following: https://www.wireguard.com/performance/ https://an.undulating.space/post/181227-er_alternate_firmwar... ...and more. Put some minimum effort in yourself, man!
It's reasonable to ask the community for opinions/analysis. I'm fine with telling people to do their own research for simple facts/processes, but "how do these things compare" is potentially subjective, depends on experience, and IMO is a suboptimal fit for websearching.
Re: WireGuard is in net-next
#63Is there a simple way to tunnel specific apps only through wireguard?
Re: WireGuard is in net-next
#64Is there a simple way to tunnel specific apps only through wireguard?
Re: WireGuard is in net-next
#65Is there a simple way to tunnel specific apps only through wireguard?
Network Namespaces and VRFs are the correct way to approach this I think: https://www.kernel.org/doc/Documentation/networking/vrf.txt
Re: WireGuard is in net-next
#66Earlier quoted context omitted.
One would wish so! I recently had to start using PulseSecure. For authentication that damn thing loads a full blown webpage in the background, actually executes the JavaScript therein, fills some forms and submits that via POST. There's a PulseSecure module for openconnect, but it's unable to send the keepalive reauthentications, because it's unable to correctly associate the presented form inputs with the credential…
WireGuard is actually pretty awful from an IT security org perspective. There are no logs when someone connects or is trying to connect, so auditing or troubleshooting becomes extremely difficult short of packet captures. Additionally, there is no concept of two step auth, so if your key is compromised, anyone can connect without anyone knowing about the compromise. If security companies adopt WireGuard, expect thing…
I'm wondering if this would be a use case for eBPF
Re: WireGuard is in net-next
#67If you haven't given WireGuard a try yet, now is a good time. Securely and reliably connecting all my devices with WireGuard was a big reminder to me that there'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.
Can you give us an illuminating example of the fulfillment you’ve gained from ... ip-over-udp tunneling? It doesn’t really sound that revelatory?
Re: WireGuard is in net-next
#68Yes! 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!
One would wish so! I recently had to start using PulseSecure. For authentication that damn thing loads a full blown webpage in the background, actually executes the JavaScript therein, fills some forms and submits that via POST. There's a PulseSecure module for openconnect, but it's unable to send the keepalive reauthentications, because it's unable to correctly associate the presented form inputs with the credential…
This might quite literally be F5’s reasoning behind their BIG-IP Edge VPN client. :)
Re: WireGuard is in net-next
#69Is there a simple way to tunnel specific apps only through wireguard?
Re: WireGuard is in net-next
#70I'm running wireguard in production on ~50 VMs for over a year (centos). Zero problems yet.