[NTLUG:Discuss] Hosts.deny working?
richard witt
imageek72 at gmail.com
Fri Apr 10 12:39:04 CDT 2009
On Fri, Apr 10, 2009 at 11:36 AM, David Simmons <dave at dgnal.net> wrote:
>
>
>>> tcpdump -i eth#
>>
>> hmmm...ok, so maybe
> this:
>>
>> tcpdump -i eth0 | grep 217
>
> or better
> yet: tcpdump -i eth0 | grep 217-
>
> (due to the
> way tcpdump shows IP addresses)
How about just
tcpdump -nvvi eth0 src net 217
and then if you want to see more of the packet you can use the -XX to
dump it out to hex and ascii and the -s switch to specify what size
packets you want to capture
More information about the Discuss
mailing list