I upgraded to Fedora 33 yesterday and am also encountering issues with the switch to systemd-resolved
. I was using it before, but not going through /etc/resolv.conf
means that my use of namespaced-openvpn
no longer works. I would like to continue with this pattern if at all possible. I understand that I could use resolvectl
to tell systemd-resolved
about the device, but it is in a separate namespace, so it can’t actually do anything about it. Can I instead configure things inside of the VPN network namespace to go back to using /etc/resolv.conf
or otherwise continue using the split networking setup?
Thanks.