An enterprise Azure environment is configured with a virtual network named `VNet1` () that contains the following subnets:
- `Subnet-Web` ()
- `Subnet-App` ()
- `Subnet-DB` ()
- `Subnet-Sec` ()
A Network Virtual Appliance (NVA) named `Sec-NVA` is deployed in `Subnet-Sec` with the private IP address .
You need to configure routing for `Subnet-Web` to meet the following requirements:
1. All traffic sent to `Subnet-App` must be routed through the NVA.
2. All traffic sent to the specific IP range within `Subnet-App` must bypass the NVA and route directly.
3. All other traffic to `VNet1` subnets must route directly via default routing.
4. All outbound traffic to the Internet must route through the NVA.
Which combination of route entries and network interface configurations on `Sec-NVA` will meet these requirements?
- Configure three routes in the route table associated with `Subnet-Web`:
- Destination: , Next hop type: Virtual appliance, Next hop IP:
- Destination: , Next hop type: Virtual appliance, Next hop IP:
- Destination: , Next hop type: Virtual network
And enable IP forwarding on the network interface of `Sec-NVA`.Cevap - BConfigure three routes in the route table associated with `Subnet-Web`:
- Destination: , Next hop type: Virtual Network Gateway, Next hop IP:
- Destination: , Next hop type: Virtual Network Gateway, Next hop IP:
- Destination: , Next hop type: Virtual network
And enable IP forwarding on the network interface of `Sec-NVA`. - CConfigure three routes in the route table associated with `Subnet-Web`:
- Destination: , Next hop type: Virtual appliance, Next hop IP:
- Destination: , Next hop type: Virtual appliance, Next hop IP:
- Destination: , Next hop type: Virtual network
And disable IP forwarding on the network interface of `Sec-NVA`. - DConfigure three routes in the route table associated with `Subnet-Web`:
- Destination: , Next hop type: Virtual appliance, Next hop IP:
- Destination: , Next hop type: Virtual appliance, Next hop IP:
- Destination: , Next hop type: Virtual appliance, Next hop IP:
And enable IP forwarding on the network interface of `Sec-NVA`.