Setting up DNS with bind

I'm sure most of you are familiar with the purpose of a Domain Name System (DNS) server. Its simplest definition is that it's a service that's responsible for matching an IP address to a domain or hostname. When you connect to the internet, name-to-IP matching happens constantly as you browse. After all, it's much easier to connect to https://www.google.com/ with its domain name, than it is to remember its IP address. When you connect to the internet, your workstation or server will connect to an external DNS server in order to figure out the IP addresses for the websites you attempt to visit.

It's also very common to run a local DNS server internally in your organization. The benefit is that you'll be able to resolve ...

Get Mastering Ubuntu Server - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.