Re: lock MAC addresses?
* RalfGesellensetter (rgx@gmx.de) [080521 17:48]:
> Hi,
>
> is there an easy & quick way to block a list of MAC addresses from
> - gaining IPs from dhcpd server;
> - gaining Network access at all;
>
> on tjener?
you can do it like this in dhcpd.conf:
group {
deny booting;
host ursula { hardware ethernet 00:16:5f:7d:7f:d6; }
host pia { hardware ethernet 00:1c:24:f0:75:5c; }
host mia { hardware ethernet 00:32:58:36:22:2a; }
host ida { hardware ethernet 00:33:58:36:22:2c; }
}
Reply to: