[plug] Dynamic DNS with DHCP - Help Requested.
Xander D Harkness
harkness at redhat.com
Tue Sep 14 23:14:33 WST 2004
Nathan Manzi wrote:
> Thanks for that info.
>
> For some self clarification, is the dhclient.conf file used by DHCPD
> at all?
>
>
the file /etc/dhclient.conf is used by the dhclient program that obtains
the leased IPs from the server.
To allow updates with dhcp in the options section at the top of the
/etc/dhcpd.conf put:
ddns-update-style interim;
Then in the /etc/named.conf zone that you want updated put:
zone "example.co.uk." {
type master;
allow-update { 192.168.10.0/24; 192.168.15.0/24; };
file "example.co.uk.zone";
};
Kind regards
Xander
More information about the plug
mailing list