David Coulson on 7 Jan 2012 08:44:41 -0800 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PLUG] Need Help with TCPDump |
You can do tcpdump -pni eth1 To enable promisc mode. That said, in this case you probably don't need it. Promiscuous mode is only required when the destination MAC is different to the recieving interface, and since this system is presumably the default gateway it should be receiving frames with the eth1 MAC as destination. That said, output of: arp -n route -n would be helpful. iptables rules are hit after the packet capture, so that's mostly irrelevant at this point. David On 1/7/12 11:14 AM, Bill East wrote:
|
___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug