Find the answer to your Linux question:
Results 1 to 2 of 2
If I am sniffing with TCPDUMP or tshark, I have an issue. If I specify a host to watch, I get no packets back, but if I don't specify a ...
  1. #1
    Just Joined!
    Join Date
    Nov 2010
    Posts
    2

    Sniffing problems

    If I am sniffing with TCPDUMP or tshark, I have an issue.

    If I specify a host to watch, I get no packets back, but if I don't specify a host, I get all traffic, including the host traffic I was filtering for the first time. ??

    IE:

    If I: tcpdump -vnnXs 1514 -i bond0 I see all traffic and traffic to x.x.x.x

    But if I: tcpdump -vnnXs 1514 -i bond0 host x.x.x.x I see no traffic.

  2. #2
    Just Joined!
    Join Date
    Nov 2010
    Posts
    2
    FYI, it only happens on the Bonded interface.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...