On Tue, Jun 04, 2002 at 04:33:16PM +0900, Ishtiaq wrote:
> If I run to capture the atm interface eni155MF packets as
> tcpdump host 10.10.10.2 and 10.10.10.3>test.tdp&
> then the message displayed is that it is listening to eth0. This strange
> while atm0 interface is up and working fine.
The standard tcpdump, by default, listens on only one interface.
Some non-standard versions on Linux listen on all interfaces by default.
If you want the tcpdump.org version to listen on all interfaces, on
Linux, you must explicitly tell it to listen on the "any" interface:
tcpdump -i any host 10.10.10.2 and 10.10.10.3
-
This is the TCPDUMP workers list. It is archived at
http://www.tcpdump.org/lists/workers/index.html
To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe