Is it possible in dhcpd.conf to ignore requests from a set of MAC addresses?
Something like this:
host vminstances {
hardware ethernet d0:0d:*;
ignore booting;
}
|
Is it possible in dhcpd.conf to ignore requests from a set of MAC addresses? Something like this:
| ||||
|
feedback
|
This question came from our site for computer enthusiasts and power users.
|
You can use something like:
| |||
|
feedback
|