Tootfinder

Opt-in global Mastodon full text search. Join the index!

@frankstohl@mastodon.social
2026-04-09 17:38:15

Macht Microsoft WireGuard kaputt? #vpn #wireguard #security #windows

@kubikpixel@chaos.social
2026-04-15 14:05:07

«WireGuard — Update für Windows-Client nach vier Jahren:
Nachdem Probleme mit der Treibersignierung durch Blockade von Microsoft gelöst wurden, ist nun WireGuard 0.6.1 für Windows erschienen.»
Weshalb auch immer auf Windows aber cool das es nun WireGuard VPN es nun auch (wider) für Windows gibt.
🌐

@heiseonline@social.heise.de
2026-04-10 15:45:42

Einige der zuletzt hier besonders häufig geteilten #News:
VeraCrypt und WireGuard: Trubel bezüglich Treibersignierung, Lösung in Sicht

@nebucatnetzer@social.linux.pizza
2026-05-02 13:01:10

I really like my #wireguard setup.
I'm moving more and more services behind it and don't expose them anymore.
In addition I've setup #pihole again and move as much as possible from my #pfsense

@chiraag@mastodon.online
2026-03-29 17:33:50

I had a little mini-project to convert WireGuard configs to native systemd units (.netdev, .network). After a bunch of troubleshooting, some help from kind folks on here, and digging into wg-quick...I did it! It's probably still rusty around the edges and _absolutely_ still experimental, but it works for my use-case.

@fanf@mendeddrum.org
2026-04-13 17:42:03

from my link log —
gutd: eBPF WireGuard traffic obfuscator.
github.com/sh0rch/gutd
saved 2026-04-13 dotat.at/:/QXU1F.html

@chiraag@mastodon.online
2026-04-03 01:27:56

I know systemd hate is in vogue right now (and I'm concerned about LLM integration), but having declarative configs is _really_ useful. For example, wg-quick sets up routing rules and a firewall which is invisible in the WireGuard config file. The equivalent .netdev and .network files incorporate the routing rules _in the config file_, meaning it's clear at a glance what will happen.

@guerda@ruhr.social
2026-04-14 17:03:16

Dear #AskFedi
I use #WireGuard with my #FritzBox and their myfritz.net domain. It works smoothly but from different wifis, the host name is not resolvable.
Is this a common problem? Any idea how to f…

@rasterweb@mastodon.social
2026-03-20 20:50:27

With a name like that, do we trust them or *not* trust them?
1984.hosting/

@nebucatnetzer@social.linux.pizza
2026-04-13 19:33:27

Well that was fun.
I managed to lock myself out of my fileserver (QNAP NAS) after I misconfigured the #Wireguard client.
Luckily there is a short window after reboot where the client isn't connected and I was able to SSH into the server and remove the broken config.
Took me three attempts however.

@chiraag@mastodon.online
2026-03-28 16:12:00

Has anyone gotten a WireGuard VPN setup to work using systemd's netdev and network files (rather than wg-quick@ template units)?
#AskFedi #Linux #Systemd

@kubikpixel@chaos.social
2026-02-13 06:05:18

EasyTier - A Simple, Secure, Decentralized SD-WAN Solution
A simple, decentralized mesh VPN with WireGuard support.
#dezentral

@almad@fosstodon.org
2026-04-11 20:32:59

Can we call Windows abandonware now?
mastodon.social/@nixCraft/1163

@chiraag@mastodon.online
2026-04-12 13:59:28

My WireGuard -> systemd script has grown quite a bit since I first wrote it. It now auto-converts all files in the input directory, writes files to the output directory, and sets appropriate permissions (all configurable). It also now has an optional argument to define a certain interface as 'default' (meaning it will have ActivationPolicy = up). I used it to setup Proton VPN on my Framework laptop and it worked seamlessly.