host statement...

Eustace, Glen G.Eustace at massey.ac.nz
Sun Mar 1 20:02:06 UTC 2009


Hi Eric,

This is what we use.

If the device presents in the subnet for which a specific IP is appropriate, it gets that.  Otherwise is takes one from the pool.

   host it008027 {
      ddns-hostname "it008027";
      option host-name "it008027";
      hardware ethernet 00:50:3e:f4:a0:c0;
   }
   host it008027-fixed {
      ddns-hostname "it008027";
      option host-name "it008027";
      hardware ethernet 00:50:3e:f4:a0:c0;
      fixed-address 10.123.255.2;
   }



More information about the dhcp-users mailing list