"Mukul" <m.dhankhar RemoveThis @gmail.com> wrote in message
news:1189609956.130163.289080@y42g2000hsy.googlegroups.com...
> - I could probably use 'Iptables' for this, but that would block all
> requests to the linux machine( e.g. ssh).
you can specify rules to only apply to specific ports -
iptables -I INPUT -m mac --mac-source <mac address> -p tcp --dport 80 -j
REJECT
>> Stay informed about: mac address filtering