Iptables
From Sysadmin
Iptables is the command line utility to access the Netfilter firewall system within Linux. The entire Netfilter subsystem is often erroneously called iptables.
Examples
Filter on MAC address
iptables -A INPUT -m mac --mac-source AA:BB:CC:DD:EE:FF -j DROP
This page is a stub. Robert will add additional information to the page later.
