When I don't have any internet conncetion and I want to capture network between local computers, tcpdump acts like this:
1.I start tcpdump using following command:
tcpdump -ixenbr0
2.After I run it, tcpdump gets in freeze mode for about 1-2 minutes, after that it captures some packets and again freezes, and again capture some and same happen over and over.
I can't even quit tcpdump with ctrl+c or even kill the tcpdump process using killall tcpdump
command.
I have this issue on all computers in the network, no just one.
But when I connect network to internet, tcpdump works just fine. Everything is okay with internet connection. Seems very strange to me.
I also tried -l , but no luck.
I'm using Ubuntu 14.04. Tcpdump version is 4.5.1.
Anyone has any idea what's wrong ?