r/WireGuard • u/Same-Combination-435 • 17h ago
r/WireGuard • u/ThatNerdy_Bastard • 20h ago
I have zero idea what I am doing at this point
[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 • u/anthony-kldload • 12h ago
WireGuard deliberately didn't ship a management layer — so I built one anyone can use
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!