Introduction

Ubuntu 18.04 Bionic has DNS bug where it is not able to resolved DNS.

Solution

We can do the following hack to solve it:

sudo rm -f /etc/resolv.conf
sudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf
reboot