On comp.os.linux.networking, in
<(E-Mail Removed) .com>,
"Ohmster" wrote:
Hello Ohmster,
> (Note: I did post this to alt.os.linux but now realize that
> this is a more appropriate newsgroup. Please forgive the
> multiposting.)
I was going to crosspost my pitiful response here.
>
> Please give me a break on using google,
This is the sort of thing it should _only_ be used for, but
you really should put a name in your From header.
> comcast has limited
> newsgroup access to 2Gb a month,
Holy Bandwidth, Batman! You trying to mirror the Usenet?
> I did not know and burned it
> all up the first night because it was so fast. Wow. Now no
> access till the month is over and I need Linux help.
>
<snip>
Never done anything but PPP, but it looks Andrew Schulman has you
covered. I'm just being a student on this thread.
But if you _really_ want to see the unfiltered and complete
details of what's going through the interface, use tethereal
(textmode). Run as root. Happens too fast to read realtime, so
save to a file.
(Use -p to keep it out of promiscuous mode so that it will
only capture traffic to and from your interface. If you run in
promiscuous mode, be sure to close tethereal before you shut down
the interface.)
# tethereal -p -i eth0 -w file
To read it for a quick look:
# tethereal -r file | less
For all the details (tree display of packets):
# tethereal -V -r file | less
This is also interesting:
# strings file | less
Good luck,
Alan
--
If you replied to an article of mine and are wondering
why I didn't respond to you, the fact is that I didn't
even download your article. For an explanation, see:
http://home.earthlink.net/~alanconnor/newsfilter.html