Exclude one MAC Addrr from dhcp range

Jorge Bastos mysql.jorge at decimal.pt
Fri Mar 6 18:23:12 UTC 2009


Hi people,

I'm a user of DHCPD for almost 10 years, and never had the need of:

 

Exclude 2 MAC Addrr's from the rage, is this possible? If so how?

I've tried to check the manual but didn't saw what I need, maybe didn't saw
it correctly.

 

Dhcpd 3.0.x, and my conf is:

 

server-identifier 192.168.1.1;

 

#ddns-update-style ad-hoc;

subnet 192.168.1.0 netmask 255.255.255.0 {

  range 192.168.1.100 192.168.1.200;

  default-lease-time 60000;

  max-lease-time 72000;

  option subnet-mask 255.255.255.0;

  option broadcast-address 192.168.1.255; # ddns-update-style ad-hoc; #
option netbios-name-servers 192.168.1.1, 192.168.1.1; #  option
netbios-dd-server 192.168.1.1;

  option domain-name "int.pt";

  option domain-name-servers 192.168.1.254 ; #  option domain-name-servers
192.168.1.1;

  option netbios-node-type 8;

#  option static-routes 0.0.0.0 192.168.1.1;

  option routers 192.168.1.254;

}

 

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20090306/a3c5f3bb/attachment.html>


More information about the dhcp-users mailing list