-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Dear all,
I setup a slave name server in the domain. It gets zone transfer from the 
master. I also use dhcp that dynamically update the zone in the master 
server.

The question is:
Should I mention the slave server in clients option in dhcpd.conf? So that 
clients would know to which name server in case the master is down?

This is my dhcpd.conf:
authoritative;
ddns-update-style interim;

key DHCP_UPDATER {
 algorithm HMAC-MD5.SIG-ALG.REG.INT;
 secret BjFnHGfSoUs1RUVnhaqJPg==;
};

zone sistek.kom. {
 primary 192.168.0.250;
 key DHCP_UPDATER;
}

zone 0.168.192.in-addr.arpa. {
 primary 192.168.0.250;
 key DHCP_UPDATER;
}

subnet 192.168.0.0 netmask 255.255.255.0 {
   ddns-updates on;
   option routers 192.168.0.250;
   option subnet-mask 255.255.255.0;
   option domain-name "sistek.kom";
   option domain-name-servers 192.168.0.250;
   range 192.168.0.1 192.168.0.150;
   default-lease-time 21600;
   max-lease-time 43200;
   host dhcp {
              hardware ethernet 00:d0:b7:a8:6f:0e;
              fixed-address 192.168.0.250;
                   }
}

Many thanks,
- -- 
Fajar http://linux.arinet.org
Linux mdk91.sistek.kom 2.4.21-0.13mdk GNU/Linux
17:14:20 up 56 min, 9 users, load average: 0.51, 0.45, 0.39
Quote of the day:
Windows 95 is crash compatible with Windows 1.0, 2.x, and 3.x.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/zwo7Mai9kCFqACoRAgXgAKCVk2SkzY6YRhT3h5u4BuXht1cvtQCgq34w
wDjuSA4B18llSS4dCHoINqo=
=jQWy
-----END PGP SIGNATURE-----


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to