Skip to content

Instantly share code, notes, and snippets.

@haroldcris
Last active January 12, 2021 00:00
Show Gist options
  • Select an option

  • Save haroldcris/f433a4ba46e8627d7c46d39dabe30a3a to your computer and use it in GitHub Desktop.

Select an option

Save haroldcris/f433a4ba46e8627d7c46d39dabe30a3a to your computer and use it in GitHub Desktop.
Ubuntu 20 DNS Problem on reboot
https://itsfoss.com/resolvconf-permanent-ubuntu/
edit file
/etc/dhcp/dhclient.conf
remove comment
#prepend domain-name-servers 127.0.0.1;
# enable the service on reboot
sudo systemctl enable systemd-resolved.service
@haroldcris
Copy link
Author

Manual setting of Ip: /etc/network/interfaces

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment