On 8/1/12 3:24 PM, Bill Shirley wrote:
> If I understand this correctly, some device on your LAN is sending 
> packets with a source address of 127.0.0.1.  I would want to see those 
> packets with tcpdump:
> 
> tcpdump -n -i eth1 host 127.0.0.1
> 

I would also want to see the ethernet header on the offending packets,
so I would add the -e option:

tcpdump -nei eth1 host 127.0.0.1

-Tom
-- 
Tom Eastep        \ When I die, I want to go like my Grandfather who
Shoreline,         \ died peacefully in his sleep. Not screaming like
Washington, USA     \ all of the passengers in his car
http://shorewall.net \________________________________________________

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Shorewall-users mailing list
Shorewall-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to