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
DevOps | Software Automation | Continuous Integration
Ubuntu 18.04 Bionic has DNS bug where it is not able to resolved DNS.
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
© 2023 Chuan Chuan Law
Theme by Anders Noren — Up ↑
Leave a Reply