A junior analyst is trying to use the tcpdump –i eth1
command on an Ubuntu system, but it is not working. What could be the problem?
- The
tcpdump
command requires root level privilege. - The
tcpdump
command requires the Ethernet adapter to be in non-promiscuous mode. - The
tcpdump
command–i
option used to specify the interface is an invalid option. - The
tcpdump
command used is missing some of the required options (such as –n and –v).
Explanation & Hint:
The most likely issue is that: The Running
The other options mentioned are not common reasons for the |