Question 325 of 730 from exam SY0-601: CompTIA Security+

Question 325 of 730 from exam SY0-601: CompTIA Security+

Prev Question Next Question

Question

A network administrator adds an ACL to allow only HTTPS connections form host 192.168.2.3 to web server 192.168.5.2

After applying the rule, the host is unable to access the server.

The network administrator runs the output and notices the configuration below:

accesslist 102 permit tcp host 192.1668.2.6 eq 3389 host 192.168.5.2
accesslist 102 deny ip any any log
accesslist 102 permit tcp host 192.1682.3 eq 443 host 192.168.5.2

Which of the following rules would be BEST to resolve the issue? A.

accesslist 102 permit tcp host 192.1608.2.3 host 192.168.5.2 eq 443
accesslist 102 permit tep host 192.168.2.6 host 192.168.5.2 eq 3389
accesslist 102 deny ip any any log

B.

accesslist 102 permit tcp host 192.168.2.6 host 192.168.5.2 eq 3389
accesslist 102 deny ip any any log
accesslist 102 permit tep host 192.168.2.3 host 192.168.5.2 eq 443

C.

accesslist 102 permit tcp host 192.168.2.3 eq 443 host 192.168.5.2
accesslist 102 deny ip any any log
accesslist 102 permit tcp host 192.168.2.6 eq 3389 host 192.168.5.2

D.

accesslist 102 permit tcp host 192.168.2.3 host 192.168.5.2
accesslist 102 permit tcp host 192.168.2.6 eq 3389 host 192.168.5.2
accesslist 102 deny ip any any log

Explanations

A.