So I have two sites: my home network and my cloud VPSs. I have setup a FreeIPA
domain that I would like to use for all my machines, local and remote. While I
wait for Linode/Akamai to add their new VPC feature, I want to create Wireguard
tunnels from each VPS to my home network with my UDMP as the router. I tried to
set it up through the UI, however I can’t ping to/from the server wireguard
interface when connected. So I tried to set it up with wg-quick but alas that
isn’t working either. I have the firewall port for wireguard open with both
Internet In and Internet Local. I’m not even trying to get LAN access yet
because I can’t even ping over the tunnel. This has seriously frustrated me and
I need to see if I’m just majorly fucking up or if I’m sane afterall and the
UDMP just isn’t good for Wireguard. Server conf: [Interface] Address =
192.168.84.1/24 ListenPort = 51820 PrivateKey = [Peer] PublicKey = AllowedIps =
192.168.84.20/32 Client conf: [Interface] Address = 192.168.84.20/24 PrivateKey
= [Peer] PublicKey = AllowedIPs = 192.168.84.1/32 I had PostUp and PostDown
rules set, but they didn’t seem to make a difference. It seems they’re mostly
for configuring routing with iptables. Can I please get a sanity check here?