An administrator is configuring inbound internet access to an internal web server through an Azure Firewall. The administrator needs to allow HTTP traffic on port 80 to the web server while ensuring all other inbound traffic is blocked.
Which of the following configurations are required to meet these requirements? (Select two)
- Configure a Destination Network Address Translation (DNAT) rule to map the firewall's public IP address to the web server's private IP address.Cevap
- Associate at least one public IP address with the Azure Firewall to receive the incoming traffic.Cevap
- CCreate a Network rule in the firewall to explicitly allow inbound TCP port 80 traffic to the web server's private IP address.
- DAssociate a Network Security Group (NSG) to the AzureFirewallSubnet with an inbound allow rule for TCP port 80.
Cevap
To allow inbound HTTP traffic to the internal web server, the administrator must configure a Destination Network Address Translation (DNAT) rule mapping the firewall's public IP address to the web server's private IP, and associate at least one public IP address with the Azure Firewall.
Configuring a Destination Network Address Translation (DNAT) rule translates incoming traffic to the firewall's public IP into the web server's private IP, and associating at least one public IP address provides the necessary entry point for external traffic.
Adım Adım Çözüm
Anahtar Kavram
Azure Firewall inbound traffic configuration requires a public IP and a DNAT rule, which automatically creates an implicit allow rule.