AZ-800 · Question #216
Your on-premises network has an IP address range of 10.0.0.0/23. You have an Azure virtual network named VNet1 that contains a virtual machine named VM1. VNet1 has an IP address range of…
The correct answer is C. Configure VNet1 to use the IP address range of 10.0.2.0/24. A Site-to-Site VPN requires that the address spaces on each side do not overlap. The on-premises network is 10.0.0.0/23, which covers the range 10.0.0.0–10.0.1.255. VNet1's current range of 10.0.1.0/24 (10.0.1.0–10.0.1.255) falls entirely within that on-premises range - a…
Question
Your on-premises network has an IP address range of 10.0.0.0/23. You have an Azure virtual network named VNet1 that contains a virtual machine named VM1. VNet1 has an IP address range of 10.0.1.0/24. You need to deploy a Site-to-Site (S2S) VPN to connect the on-premises network to VNet1. What should you do first?
Options
- ADeploy Azure Bastion to VNet1.
- BDeploy Azure Extended Network.
- CConfigure VNet1 to use the IP address range of 10.0.2.0/24.
- DConfigure VNet1 to use an IP address range of 10.0.1.128/25.
How the community answered
(65 responses)- A5% (3)
- B9% (6)
- C85% (55)
- D2% (1)
Explanation
A Site-to-Site VPN requires that the address spaces on each side do not overlap. The on-premises network is 10.0.0.0/23, which covers the range 10.0.0.0–10.0.1.255. VNet1's current range of 10.0.1.0/24 (10.0.1.0–10.0.1.255) falls entirely within that on-premises range - a direct overlap. Azure will not allow a VPN gateway to route between overlapping address spaces. Changing VNet1 to 10.0.2.0/24 eliminates the overlap and allows the S2S VPN to be established. Azure Bastion provides browser-based VM access and is unrelated. Azure Extended Network extends on-premises subnets to Azure, which would worsen the overlap.
Topics
Community Discussion
No community discussion yet for this question.