systemctl disable --now systemd-resolved systemctl mask systemd-resolved
cp /etc/resolv.conf /etc/resolv.conf.backup unlink /etc/resolv.conf touch /etc/resolv.conf echo "nameserver 8.8.8.8" >> /etc/resolv.conf echo "nameserver 8.8.4.4" >> /etc/resolv.conf