Ubuntu 12.04, DNS, and Static IPs

Having stumbled on the new /etc/resolv.conf methods of Ubuntu 12.04 a number of times, I hope this is useful for you as well. The contents of /etc/resolv.conf in Ubuntu are now controlled by “dns-nameservers #.#.#.#” in your /etc/network/interfaces file, like this: # The primary network interfaceauto eth0iface eth0 inet static    address 10.0.191.100    netmask 255.255.255.0    network
-> Continue reading Ubuntu 12.04, DNS, and Static IPs