I am running bind on my 14.04 droplet. I want the first nameserver to be 127.0.0.1, then 4.2.2.2 and 4.2.2.1 as backups in case bind is down.
I can edit the /etc/network/interfaces and change the line to
dns-nameservers 127.0.0.1 4.2.2.2 4.2.2.1
After reboot resolve.conf only shows the 127.0.0.1 entry.
I can put any other nameservers and it works just not localhost. For example dns-nameservers 4.2.2.2 8.8.8.8 209.244.0.3
gives me the correct lines resolve.conf nameserver 4.2.2.2 nameserver 8.8.8.8 nameserver 209.244.0.3
What am I doing wrong?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Because you likely have dnsmasq running locally which then connects to your external DNS servers, at least from what I can understand!
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.