TechnitiumSoftware / DnsServer

Technitium DNS Server
https://technitium.com/dns/
GNU General Public License v3.0
4.15k stars 409 forks source link

[Feature request] DHCP deny booting based off a mac address #964

Open superlent opened 2 months ago

superlent commented 2 months ago

Hello, thanks for the great work. There's quite a similar request to "Allow to exclude specific class from DHCP Pool". Seems like it's a shorter option that I'm in need of :

host "bad1" {
    hardware ethernet 00:01:02:03:04:05;
    ignore booting;
}

where "ignore" can be replaced with "deny" to generate a log message.

Regards

ShreyasZare commented 2 months ago

Thanks for the request. Will get that added along with other DHCP features.