Exclude one MAC Addrr from dhcp range

Glenn Satchell Glenn.Satchell at uniq.com.au
Sat Mar 7 14:09:32 UTC 2009


>From: "Jorge Bastos" <mysql.jorge at decimal.pt>
>To: "'Users of ISC DHCP'" <dhcp-users at lists.isc.org>
>Subject: RE: Exclude one MAC Addrr from dhcp range
>Date: Fri, 6 Mar 2009 19:10:04 -0000
>
>> No, what you want is the other host statement :
>> 
>> host bad-device-1 {
>>    hardware ethernet aa:bb:cc:dd:ee:ff ;
>>    deny booting ;
>> }
>> 
>> This says that if a device with this MAC address asks for a lease,
>> deny it. The server will simply ignore the device - but log the
>> request.
>> 
>> If you don't want it to appear in the logs, then replace "deny" with
>> "ignore".
>
>Great!
>I thinke'd that the booting mean something for dhcp boot. Thanks for the
>clarification.
>Thanks a lot.

Remember though that the device could be manually configured with any
valid IP address, so this won't keep it off your network.

regards,
-glenn




More information about the dhcp-users mailing list