While running tcpdump without providing any interface
tcpdump -nS
,
I'm getting tcpdump: cannot use data link type PKTAP
error so I tried providing the Interface option in the command
tcpdump -i eth0
or even eth1
then I get the following error
tcpdump: eth1: No such device exists
(BIOCSETIF failed: Device not configured)
I even tried looking up on the Internet but i'm not getting any solution ...
Any help ??