DHCPD & DNS

Brian Johnson bjohnson at jecinc.on.ca
Tue Feb 11 19:55:46 UTC 2003


I have dhcp and bind running and dhcp is successfully updating the DNS entries for
the dynamic clients

For some reason, the clients that I have assigned a static address to (by MAC
address for ltsp) aren't getting entered into DNS at all (even though they are being
fed IP addresses by DHCPD)

Could someone shed some light on how I could get this to work

Here's a bit of my dhcpd.conf:
shared-network WORKSTATIONS {
    subnet 192.168.0.0 netmask 255.255.255.0 {
        range 192.168.0.50 192.168.0.99;

        group   {
                use-host-decl-names       on;
                option log-servers        192.168.0.1;
                option root-path          "192.168.0.1:/opt/ltsp/i386";

                # Kevin's computer
                host ws001 {
                        hardware ethernet     00:50:bf:51:01:f5;
                        fixed-address         192.168.0.21;
                        filename              "/lts/vmlinuz-2.4.9-ltsp-6";
                }
    }
}



More information about the bind-users mailing list