Appendix C. Installing Bind: Getting a Server to talk DNS

Every good network professional needs a good DNS server.
And the most commonly used DNS server on the Internet is BIND. Installing BIND is fairly simple, but just in case you need some extra reassurance, here are some handy instructions on how to do it.
#1 Installing BIND on Windows (XP, 2000, Vista)
Download the installer from
https://www.isc.org/downloadables/11Unzip the file.
Run the
BINDInstall.exeprogram located in the unzip directory.Enter a password for your service and hit the Install Button.

Create a directory
C:\named\zonesCreate the file called
named.conf(see an example below).Create the file called
db.yourdomain.com(see an example below).
Start it up!
#2 Installing BIND Mac OS X Server
BIND is already installed on Mac OS X Server; just turn it on in Server Manager.
Use Server Manager to configure your domain.
#3 Installing BIND Mac OS X Client & Linux
Download the installer from
https://www.isc.org/downloadables/11Unzip the file.
Open a Terminal window.
Switch to the directory where the bind file unzipped.
Type
./configureType
makeType
sudo makeinstall.Edit the
named.confand create thedb.yourdomain.comfiles. They should be ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access