Posts Tagged ‘arptables’

arptables-save – Save ARP Tables
USAGE
arptables-save [-c] [-t table]

DESCRIPTION
arptables-save is used to dump the contents of an ARP Table in easily
parseable format to STDOUT. Use I/O-redirection provided by your shell
[...]

Wednesday, August 26th, 2009 at 02:25 | Comments Off
Categories: A

arptables-restore – Restore ARP Tables
USAGE
arptables-restore [-c] [-n]

DESCRIPTION
arptables-restore is used to restore ARP Tables from data specified on
STDIN. Use I/O redirection provided by your shell to read from a file

[...]

Wednesday, August 26th, 2009 at 02:24 | Comments Off
Categories: A

arptables – administration tool for arp packet filtering
USAGE
arptables [-t table] -[AD] chain rule-specification [options]
arptables [-t table] -I chain [rulenum] rule-specification [options]
arptables [-t table] -R chain rulenum rule-specification [options]
[...]

Wednesday, August 26th, 2009 at 02:24 | Comments Off
Categories: A
TOP