Alwanza Home Extraordin-Air Team Final Project Linux Course Home
7/24/02

Task
16. Configure your team's machine to use the following DNS servers:
192.104.59.100
192.104.59.110

Steps:
su - rootpassword
cd /etc
cp -i resolv.conf resolv.conf.bak
vi resolv.conf


found:
search nesser.com
nameserver 192.104.59.110

inserted this line between the other after search line:

nameserver 192.104.59.100

:wq

/etc/init.d/named restart

rndc reload

> nslookup
Server: 192.104.59.100
Address: 192.104.59.100#53