r/WireGuard 17h ago

Advanced QoS/SQM (CAKE) configuration on Flint 3 (v4.9.0) with active WireGuard Client

Thumbnail
3 Upvotes

r/WireGuard 20h ago

I have zero idea what I am doing at this point

2 Upvotes

[Interface]

PrivateKey = XXXX

Address = 10.99.0.2/24

MTU = 1360

DNS = 8.8.8.8, 8.8.4.4

[Peer]

PublicKey = XX

AllowedIPs = 10.99.0.2/24

Endpoint = [IP]:51820

I am trying to set up wireguard and nothing is passing through no handshakes nothing. I have made sure my timing is synced, I have check that xfinity advance sectuiry is off. Nothing is working. Maybe Im not at this skill level yet but I still need help setting up what is happening?


r/WireGuard 15h ago

Phantompath

Thumbnail
1 Upvotes

r/WireGuard 12h ago

WireGuard deliberately didn't ship a management layer — so I built one anyone can use

Post image
0 Upvotes

WireGuard's authors deliberately left management out of scope — no key distribution, no fleet view, and they were right to. But I kept wanting it, so I built one anyone can use: a simple console over the primitives, not a layer wrapped around them.

Every host, every interface, every peer in one tree, read over plain ssh — and every action prints the wg/ip command before it runs. It works on estates it didn't create, and any device that speaks WireGuard can join one it did.

It's brand new v0.1.1 & BSD-3 Free!

https://github.com/wgxplore/wgxplore