I have a client in my network, who ask me to prevent him from getting ip address via dhcp.
He has a strange software, and can't switch off dhcp-client, but this dhcp client do something bad after it get ip.
In same vlan I have clients who needs dhcp to work.
I tryed that for isc-dhcp41-server-4.1.e,2:
host client_disable {
hardware ethernet aa:bb:cc:dd:rr:ff;
fixed-address 0.0.0.0;
}
Its seems like doesn't works.
I am trying to google that, but looks like its pretty strange scenarios, and I can't find anything appropriate.
Please, point me to right solution.