You are here:

Home > Support > Technical Documents > Resolving DNS service

Print this page

Technical Documents

Resolving DNS service

“Resolving DNS” is the type of DNS service usually referred to when an internet provider talks to their customers about their “DNS servers”. It is a different type of DNS service to “content DNS”. You can read the difference between content and resolving DNS services on our how DNS works page.

DNS is the internet service that translates internet server names to numbers, and nearly every computer on the internet needs to know how to do this to function correctly. Although you can set your virtual machine to run its own resolving DNS server, this is probably not necessary. You can tell 99% of Linux applications which DNS servers to use by editing the file /etc/resolv.conf. By default we set machines up to use our own DNS servers which are located at these IP addresses:

80.68.80.24 80.68.80.25

So your /etc/resolv.conf should look like this:

search yourdomain.co.uk nameserver 80.68.80.24 nameserver 80.68.80.25

To test your resolving DNS service you should use the dig tool to ask for a name to be looked up with your system’s default DNS service, i.e.

# normal "A" record lookup
dig www.manchester.ac.uk 
# "MX" record lookup for mail delivery
dig mx manchester.ac.uk 
# "NS" record; who's authoratitive for this domain?
dig ns bytemark.co.uk 

If dig is timing out or taking too long, you can send a DNS query directly to a particular server to check that it is working. This ignores your system’s currently configured DNS settings:

# test Bytemark's name server
dig ns bytemark.co.uk @80.68.80.24
# test Manchester University's name server
dig ns bytemark.co.uk @130.88.13.7
Selected tags
  • Email [X]
  • Tutorial [X]
More tags (see all)

“Thank you so much for all your help with the server. We handled 6 times our normal traffic with absolutely no slowdown. I really appreciate all the help and advice you guys gave at such short notice and how quickly you got the new server going. Could have been a bit of a disaster without it! I'll most definitely be recommending you to anyone who's looking for hosting in the future.”

Nick Mason
Age Of Stupid

Built by handBuilt by hand

Because we build our servers by hand, you get high power, low cost, and excellent build quality.

Premium Dedicated Premium Dedicated

Our premium dedicated servers, built to order by HP, will deliver the highest possible uptime.

Managed HostingManaged Hosting

Get on with your business whilst we monitor, analyse and plan the future of your hosting.