Hi,
I have a KDE Plasma desktop using `NetworkManager` and `dnscrypt-proxy` behind the scenes, connected to a wireless network. Next to it I have a "server" PC with `systemd-networkd` which I wish to connect to the internet via the desktop with an ethernet cable. On the desktop side, I am unable to use the IPv4 method "shared to other computers" which throws the "IP configuration was unavailable" error. Someone online with a similar problem was missing `dnsmasq` - I tried installing it but could only run it with `port=0` because port 53 is already occupied by `dnscrypt-proxy`. This setup did not fix the IP configuration error. On the server side, I am not sure how to configure `systemd-networkd` DHCP/route settings to use the shared connection. I have set `net.ipv4.ip_forward=1` and have tried the esoteric iptables MASQUERADE approach but I'm just not sure how all of this ties together. Hoping for some advice!