An administrator is configuring inbound access from the internet to a web server named Server1 (private IP address 10.1.1.4) using Azure Firewall. The firewall is deployed in the same virtual network and has a public IP address of 40.121.20.15 and a private IP address of 10.1.0.4. The administrator wants internet clients to access Server1 by sending requests to http://40.121.20.15:8080. Which IP address must the administrator specify as the Destination Address in the DNAT rule to ensure traffic is correctly forwarded to Server1 on port 80?
- A10.1.1.4
- B10.1.0.4
- 40.121.20.15Answer
- D0.0.0.0/0
Answer
40.121.20.15
To configure inbound DNAT (Destination Network Address Translation) on an Azure Firewall, the Destination Address field in the rule must contain the firewall's public IP address (40.121.20.15). When internet traffic arrives at this IP on port 8080, the DNAT rule translates the destination to the internal web server's private IP (10.1.1.4) on port 80, allowing the connection to succeed.
Step-by-Step Solution
Key Concept
Azure Firewall Destination NAT (DNAT) rule configuration
Estimated Time:1m 30s