On 14 Nov 1999 [EMAIL PROTECTED] wrote:
>
> I have 2 interfaces on my linux system. They are modem and ethernet.
> When I use tcpdump to capture info, I cannot get any information
> from the ethernet interface. tcpdump just waits and waits.
>
> Here is how, I am invoking tcpdump
>
> $ tcpdump -a -v -l -S -i ppp0 <= works fine
> $ tcpdump -a -v -l -S -i eth0 <= No output of any type from my LAN
Just change this to
$ tcpdump -n -a -v -l -S -i eth0
-Chetan s
--------------------------------------------------------------------
The Linux India Mailing List Archives are now available. Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.