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 ...
- 11-23-2010 #1Just 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.


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


Reply With Quote