Every time I reboot Ubuntu, my DNS doesn't work. After running the following commands in sudo mode, everything is fine until I restart again.
Code:
rm /etc/resolv.conf
ln -s /run/resolvconf/resolv.conf /etc/resolv.conf
resolvconf -u
What can I do to solve this permanently?