What TCP dump filter would be best to verify that traffic is reaching the Linux Server eth0 interface?

A client computer at 10.10.7.4 is trying to access a Linux server (11.0.1.9) that is running a Tomcat Server application. What TCP dump filter would be best to verify that traffic is reaching the Linux Server eth0 interface?
A. tcpdump -i eth0host 10.10 7.4 and host 11.0.1 9 and port 8080
B. tcpdump -i eth0host 10.10.7.4 and 11.0.1.9
C. tcpdump -i eth0 dst 110 1.9 and dst port 8080
D. tcpdump -i eth0 src 10 10 7.4 and dst 11.0.1.9 and dst port 8080

cisco-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.