Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-testing > by-pkgid > d66025ce56624bec44a5336810550ff1 > files > 29

dhcp-doc-4.1.0-5.4mdv2009.1.x86_64.rpm

1. You might need to synchronise the two servers: dhcp and bind

check the /var/log/messages
 
if you get someting like

> Jun 19 21:52:30 moonlight ntpd[15912]: time error -21852 over 1000 seconds; set clock manually

then the clocks aren't synchronized as the line above states. ntpd can't adjust
time if the difference is greater than 1,000 sec.

install ntp,
stop ntpd, ntpdate your boxes, start ntpd again and run hwclock --systohc --utc

2. create the dns key using the new_key.pl silly script or using a command like
dnssec-keygen -a HMAC-MD5 -b 128 -n USER mykey

3. use these examples or other sources