Data Networking/Fall 2014/Priya/Configuration the Slave server
Step 1: Check for hosts
sudo nano /etc/hosts
is used to edit the hosts file with following commands
Step 2: Local File Configuration
Sudo nano /etc/bind/named.conf.local
is used to open the named.conf.local file and edit as shown
Step 3: Configure forward zone file
Sudo nano /etc/bind/zones/db.neunetworks.com
is used for editing the db.neunetworks.com as shown
Step 4: Configure Reverse zone file
Sudo nano /etc/bind/zones/db.192.168.3.54
is used for editing the file db.192.168.3.54 as shown
Verify the Forward and Reverse lookup :
By Using
nslookup
with following