Hi guys, I would just like to know what I need to do to make my DNS server resolve external websites, I connect directly to my DNS server from my PC and my DNS can resolve all of the records hosted in it but if, for example I try to go to google.com then it won’t resolve.
I’m using BIND on an Ubuntu 12.04 x64 Droplet.
Thanks in advance, Francis
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!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
search ow (This is because I host my own tld off of it) <br>nameserver 162.243.28.202 <br>nameserver 8.8.8.8 <br>nameserver 8.8.4.4 <br> <br>Thanks for replying!
It’s working fine for me: <br> <br><pre>$ dig google.com @162.243.28.202 <br> <br>[…] <br> <br>;; QUESTION SECTION: <br>;google.com. IN A <br> <br>;; ANSWER SECTION: <br>google.com. 84 IN A 62.0.54.109 <br>google.com. 84 IN A 62.0.54.88 <br>google.com. 84 IN A 62.0.54.114 <br>google.com. 84 IN A 62.0.54.103 <br>[…]</pre>
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.
Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.
