An administrator is configuring routing in an Azure hub-and-spoke virtual network topology. The hub virtual network contains a VPN gateway and a Network Virtual Appliance (NVA) at IP address . A spoke virtual network contains a subnet named `Workload-Subnet` ().
A route table named `RT-Workload` is associated with `Workload-Subnet`, and gateway route propagation is enabled. The VPN gateway propagates two routes learned via BGP from an on-premises network:
- with the next hop pointing to the VPN gateway
- with the next hop pointing to the VPN gateway
To route traffic through the NVA, the administrator adds the following User-Defined Routes (UDRs) to `RT-Workload`:
- Route A: Prefix , Next Hop: Virtual Appliance ()
- Route B: Prefix , Next Hop: Virtual Appliance ()
A virtual machine in `Workload-Subnet` attempts to transmit packets to a database server at and a web server at .
Which next hops will Azure use to route the traffic, and what configuration is required on the NVA to ensure packets are not dropped?
- Database server: VPN gateway; Web server: Virtual Appliance (). Additionally, IP forwarding must be enabled on the NVA's network interface.Cevap
- BDatabase server: Virtual Appliance (); Web server: Virtual Appliance (). Additionally, IP forwarding must be enabled on the NVA's network interface.
- CDatabase server: VPN gateway; Web server: VPN gateway. Additionally, IP forwarding must be disabled on the NVA's network interface.
- DDatabase server: Virtual Appliance (); Web server: VPN gateway. Additionally, IP forwarding must be enabled on the VPN gateway's network interface.