You have a server that runs Windows Server. The server is configured to encrypt all incoming traffic by using a connection security rule.
You need to ensure that Server1 can respond to the unencrypted tracert commands initiated from computers on the same network.
What should you do from Windows Defender Firewall with Advanced Security?
Click on the arrows to vote for the correct answer
A. B. C. D.D
The correct answer to the question is B. Create a new custom outbound rule that allows ICMPv4 protocol connections for all profiles.
Explanation: The scenario described in the question involves a server that has been configured to encrypt all incoming traffic using a connection security rule. This means that any incoming traffic to the server, including tracert commands, will be encrypted. However, the question requires that the server should be able to respond to unencrypted tracert commands initiated from computers on the same network.
To enable the server to respond to unencrypted tracert commands, we need to create an outbound rule that allows the ICMPv4 protocol connections. ICMP is the protocol used by tracert commands to send and receive packets.
To create a new custom outbound rule that allows ICMPv4 protocol connections, we can follow the steps below:
This will create a new custom outbound rule that allows the ICMPv4 protocol connections for all profiles. With this rule in place, the server should be able to respond to unencrypted tracert commands initiated from computers on the same network.