June 2016
Intermediate to advanced
152 pages
3h 30m
English
In the previous chapter, we did some basic testing of your network connection by pinging other hosts by IP address directly. However, I'm sure you'd rather not visit web pages by requesting them by IP address, rather than by the domain name. This problem is solved using a recursive DNS server to resolve the hostnames into IP addresses, which your computer can then connect to.
Let's set up a DNS server to resolve the hostnames into IP addresses:
/etc/resolv.conf:nameserver 8.8.8.8
Read now
Unlock full access