To meet security compliance requirements, an organization decides to inspect all traffic moving between application tiers within a single virtual network. The deployment consists of a virtual network named `VNet-SecureHub` () with three subnets:
* `Subnet-App` ()
* `Subnet-Appliance` ()
* `Subnet-Data` ()
A firewall virtual machine named `FW1` is deployed in `Subnet-Appliance` and is assigned the private IP address .
You need to ensure that all traffic sent from `Subnet-App` to `Subnet-Data` is routed through `FW1` for inspection.
Which two configuration steps should you perform? (Select two.)
- In a route table associated with Subnet-App, configure a route for destination with the next hop type set to Virtual appliance and the next hop IP address set to .Cevap
- Enable IP forwarding on the network interface (NIC) of FW1.Cevap
- CIn a route table associated with Subnet-App, configure a route for destination with the next hop type set to Virtual Network Gateway.
- DIn a route table associated with Subnet-Appliance, configure a route for destination with the next hop type set to Virtual appliance and the next hop IP address set to .
Cevap
Configure a user-defined route in a route table associated with the application subnet pointing to the firewall's IP address as a Virtual appliance, and enable IP forwarding on the firewall's network interface.
Routing traffic through an NVA requires overriding system routes by associating a route table with the source subnet. The route must specify the destination IP prefix, use Virtual appliance as the next hop type, and specify the NVA's IP address. Additionally, the NVA's network interface must have IP forwarding enabled so that Azure does not drop packets destined for other IP addresses.
Adım Adım Çözüm
Anahtar Kavram
Routing subnet traffic through a Network Virtual Appliance (NVA) requires creating a User-Defined Route (UDR) with the Virtual appliance next hop type, associating it with the source subnet, and enabling IP forwarding on the NVA's network interface.