// why would you want such a host on your network? if you run a isp of some // sort and it's a customer who wants to steal static IP's. Why not give // him one and charge extra? Or design the network better?
I'd say there are plenty of cases where you need to deny access by MAC rather than by IP. An example: we are a learning institution, students have their own laptop (some of them at least). When they abuse the usage policy, we want to block them by MAC because the IP is dynamic and so does not reflect one specific machine. (OK they will change the MAC too, but that kind of think will get them denied of internet access for good). Olivier _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw To unsubscribe, send any mail to "[EMAIL PROTECTED]"
