On Sat, Feb 20, 2010 at 11:49:54AM +0100, Jean-Francois wrote: > Good morning, > > Is it possible to do filtering through pf or blocking traffic based of MAC > adress > recognition ? > > We want to identify the machines on the internal network based on their MAC > adress and filter. > > Can tools like pf fo this (not in my actual searches) ? another way ?
Although pf cannot filter on mac addresses, you can set up a bridge interface to add tags to packets, which pf can then act upon. > > Regards