Tag: dns
-
DNS troubles with Ubuntu Server 12.04
Some customers have been having DNS issues after setting a static IP on Ubuntu 12.04.1 where the server is no longer picking up the DNS settings as it was before; this can be easily fixed by adding the following to /etc/network/interfaces after the eth0 entry: dns-nameservers [ip.of.your.router] e.g., for a modem/router that’s 10.1.1.1…