exam questions

Exam AZ-300 All Questions

View all questions & answers for the AZ-300 exam

Exam AZ-300 topic 2 question 9 discussion

Actual exam question from Microsoft's AZ-300
Question #: 9
Topic #: 2
[All AZ-300 Questions]

You have an Azure subscription named Subscription1 that contains two Azure networks named VNet1 and VNet2. VNet1 contains a VPN gateway named
VPNGW1 that uses static routing. There is a site-to-site VPN connection between your on-premises network and VNet1.
On a computer named Client1 that runs Windows 10, you configure a point-to-site VPN connection to VNet1.
You configure virtual network peering between VNet1 and VNet2. You verify that you can connect to VNet2 from the on-premises network. Client1 is unable to connect to VNet2.
You need to ensure that you can connect Client1 to VNet2.
What should you do?

  • A. Select Allow gateway transit on VNet1.
  • B. Download and re-install the VPN client configuration package on Client1.
  • C. Enable BGP on VPNGW1.
  • D. Select Allow gateway transit on VNet2.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
References:
https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-point-to-site-routing

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Benkyoujin
Highly Voted 5 years, 5 months ago
Question implies the config of azure networks changed, so B. Other device works so gateway transit already is on.
upvoted 33 times
[Removed]
5 years, 5 months ago
Agree Clients using Windows can access directly peered VNets, but the VPN client must be downloaded again if any changes are made to VNet peering or the network topology. Non-Windows clients can access directly peered VNets. Access is not transitive and is limited to only directly peered VNets.
upvoted 9 times
...
...
Abbas
Highly Voted 5 years, 5 months ago
Answer is B. SSTP is only supported on Windows. If you make a change to the topology of your network and have Windows VPN clients, the VPN client package for Windows clients must be downloaded and installed again in order for the changes to be applied to the client.
upvoted 11 times
...
wfrf92
Most Recent 4 years, 6 months ago
Windows clients can access VNet1, VNet2, and VNet4, but the VPN client must be downloaded again for any topology changes to take effect.
upvoted 1 times
...
Gluckos
4 years, 7 months ago
tricky question. For me the correct order is the follow: 1) Configure VPN gateway transit 2) Enable BGP on vpngtw1 3) download and reinstall the point-to-site package so that the point-to-site clients get the updated routes to the spoke virtual network. Second and third can swap (depends on p2s protocol) IKEv2 => second and third can swap (there is no order) SSTP => (like above) you *must* download and reinstall the p2s package after enabled BGP https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-point-to-site-routing In the question seems my first and second point it's already done because the sentence wants point up the changes in network topology, so the given answer is correct
upvoted 1 times
...
a_Ri
4 years, 9 months ago
Already confirmed the connectivity between on-perm network and VNET2. If "Allow gateway transit" is misconfigured, then on-perm and VNET2 won't work either.
upvoted 1 times
...
hybridpro
4 years, 9 months ago
Answer should be C. Point-to-Site doesn't really work without route-based/dynamic(BGP) type of VNet Gateway. Although B would be the next step here...
upvoted 1 times
...
nick_name
4 years, 10 months ago
I would go for C reason: You verify that you can connect to VNET2. So i assume that allow gateway transit is already configured. Going to C: If there are no routes, that can route traffic fromp client to vnet 2. then there is the issue.
upvoted 2 times
...
ajayy
4 years, 10 months ago
B is correct. Check the referenced site. Mentioned below. 'If you make a change to the topology of your network and have Windows VPN clients, the VPN client package for Windows clients must be downloaded and installed again in order for the changes to be applied to the client.'
upvoted 3 times
...
Harkonnen
4 years, 11 months ago
Answer is CORRECT. Look at the order of the steps described in the question. If you number them you get the following: 1. There is a site-to-site VPN connection between your on-premises network and VNet1. 2. On a computer named Client1 that runs Windows 10, you configure a point-to-site VPN connection to VNet1. 3. You configure virtual network peering between VNet1 and VNet2. 4. You verify that you can connect to VNet2 from the on-premises network. 5. Client1 is unable to connect to VNet2. It is clear that there was a change on the topology of your network (step 3) and therefore you have to reinstall the VPN client for the point2site connection. In fact, the objective of the question is check if you are aware of that limitation.
upvoted 8 times
azurecert2021
4 years, 5 months ago
this seems to be most reasonable justification with clear steps where change in topology.
upvoted 1 times
...
...
Ausias18
4 years, 11 months ago
This question appeared me in AZ-104 exam
upvoted 1 times
...
Rooh
4 years, 11 months ago
The answer is correct. Since You made P2S first then you configured peering of vnet1 and vnet2 therefore, you need to re-download the P2S client and instal it to get access vnet 2
upvoted 2 times
...
gboyega
4 years, 11 months ago
Given answer is correct
upvoted 6 times
...
basak
4 years, 11 months ago
The answer is correct. Since You made P2S first then you configured peering of vnet1 and vnet2 therefore, you need to re-download the P2S client and instal it to get access vnet 2 ( Hope, in Vnet1 forward traffic is enabled and Vnet2 use remote gateway)
upvoted 2 times
...
Zixxer2Go
5 years, 1 month ago
Well, at the link provided under the answer, here's an excerpt: "If you make a change to the topology of your network and have Windows VPN clients, the VPN client package for Windows clients must be downloaded and installed again in order for the changes to be applied to the client." That sounds a LOT like "B"
upvoted 2 times
...
silverdeath
5 years, 2 months ago
there is no correct answer, you can check the documentation below, since the routing is static (policy-based) https://docs.microsoft.com/en-us/azure/vpn-gateway/point-to-site-about Can I have Site-to-Site and Point-to-Site configurations coexist for the same virtual network? Yes. For the Resource Manager deployment model, you must have a RouteBased VPN type for your gateway. For the classic deployment model, you need a dynamic gateway. We do not support Point-to-Site for static routing VPN gateways or PolicyBased VPN gateways.
upvoted 3 times
...
HS007
5 years, 5 months ago
For point-to-site connections Follow the steps in: Configure VPN gateway transit for virtual network peering. After virtual network peering is established or changed, download and reinstall the point-to-site package so that the point-to-site clients get the updated routes to the spoke virtual network. Courtsey = https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-troubleshoot-peering-issues
upvoted 4 times
...
[Removed]
5 years, 5 months ago
Agree with Benkyoujin Clients using Windows can access directly peered VNets, but the VPN client must be downloaded again if any changes are made to VNet peering or the network topology. Non-Windows clients can access directly peered VNets. Access is not transitive and is limited to only directly peered VNets.
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...