Question from the Linux test

Capture all packets from 10.10.10.10's port 53 to host 172.16.0.1 on interface eth0.

Hard

Given below tcpdump command what statements are false?

tcpdump -i eth0 -nn -c 1000 -p '(host 10.10.10.10 and port 53) or (dst host 172.16.0.1 and not port 22)'

Author: Kevin LefevreStatus: PublishedQuestion passed 777 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!