Urgent- How to exclude the arp rquests of the monitoring NIC
Hello Guys,
I really need ur urgen help.
I have Linux box that works as a gateway, eth0 is connected to the Internet and eth1 in connected to my LAN. I want to monitore all the arp requests issued by all the machines connected to my LAN and I want to execlude the arp requests issued by eth1 itself.
I need to capture only one arp request at a time and then save it inside a file.
I am using the following istruction, but the problme it captures the arp requests of the eth1 itself and I don't know how to exclude them.
tcpdump 'arp' -c 1 -e -i eth1 -n -p -t > arp_dump
Regards
Bassam
|