Azure Hub and Spoke Virtual Network (VNet) with a VPN Gateway

Поделиться
HTML-код
  • Опубликовано: 22 июл 2024
  • In this video, we create a hub and spoke network in Azure by peering our spoke VNet’s to a centralized, Hub Virtual Network. Then we use a VPN Virtual Network Gateway to enable gateway transit connectivity between the spokes. Next, we configure routing with Azure Route Tables and User Defined Routes (UDR) to send traffic going to other spokes to the hub. Then we log into a virtual machine and verify connectivity.
    00:00 - Start
    03:22 - Create the Gateway
    05:54 - Peer With the Gateway
    08:36 - Configure the Routing Table
    14:27 - Test Connectivity
    Links:
    Zero to Hero with Azure Virtual Desktop www.udemy.com/course/zero-to-...
    Hybrid Identity with Windows AD and Azure AD www.udemy.com/course/hybrid-i...
    Site to Site VPN with a Windows RRAS Server • Site-to-Site Azure VPN...
    An Introduction to VNet Peering in Azure • An Introduction to Vir...
    Spokes Communication learn.microsoft.com/en-us/azu...
  • НаукаНаука

Комментарии • 25

  • @gpltaylor
    @gpltaylor Год назад +5

    Amazing video. one of the best, shortest, for profession by profession videos... Most videos on this topic, insist on walking you over "what is a VNET". This get's to the point fast!

    • @Ciraltos
      @Ciraltos  Год назад +1

      Glad you liked it!

  • @neeharikagv2812
    @neeharikagv2812 Год назад

    Thank you so much for this video. This was one question during my interview few days ago. Also I didn’t understand what exactly is ‘hop’ which makes sense now from this video. Thank you Sir..

  • @smeyyappan
    @smeyyappan 11 месяцев назад

    Awesome ! You make everything look so simple. That is Great !!! 🙂 Thank you May God bless you.

  • @tog7861
    @tog7861 Год назад

    Thank you so much for putting this together. I have been trying to figure out my vnet to s2s vnet routing for hours and could only find resources talking about azure vnet to vnet, but you talking about route table made it all click! Duh! Why didn't I think, "I wonder if there is a route table"

  • @SOTOSKAWASAKI
    @SOTOSKAWASAKI Год назад +1

    Great video, I did not know one could use a VPN Gateway as a router. Having said that, regarding what you said about being complicated by the need to create a route table per vnet, if you are using a third party NVA in the Hub network, you can create only one route table with the default route pointing to NVA ip address. Then this could make things much simpler. Of course you need the proper configuration on the NVA itself.

  • @tendaimusonza9547
    @tendaimusonza9547 Год назад

    liked the video right from the first few seconds of introduction ,great

  • @asitha106
    @asitha106 Год назад

    clear and complete, thank you!

  • @abelcarvajalgil6705
    @abelcarvajalgil6705 Год назад

    great video, the explication is ease

  • @joaquincotilla2747
    @joaquincotilla2747 2 месяца назад

    Great video, thanks. Now, the same video but a Azure Firewall, please.

  • @user-qh5it2kf6h
    @user-qh5it2kf6h Год назад

    Agradecer por el contenido!!!

  • @bshwjt
    @bshwjt 8 месяцев назад

    Awesome & easy

  • @peacejon2019
    @peacejon2019 Год назад +1

    Great Videos man 🙌🙌🙌🙌🙌 continue doing the Lord's work.... Can you do something on Azure Landing Zone?

  • @mradbilel7268
    @mradbilel7268 Год назад

    Thanks for the video , is there a difference between configuring the peering from the HUB ? otherwise why you choose to create the peering from Spoke to peering ?

  • @stevenaudy9323
    @stevenaudy9323 Год назад

    Hi Travis, what about this scenario ? hub and spoke1 have own vnet gateway. how to set the route table ? i tried set it next hop to virtual network gateway, it's not connected.

  • @kannanswaminathan8210
    @kannanswaminathan8210 Год назад

    Short and lot of details. Thanks a lot. I have an issue. I have hub and spoke model. i have a vm in hub and a vm in spoke. i use point to site. The issue is, i am able to RDP the vm on Hub but not able to control/RDP the vm on Spoke. Both the vnet's are peered. What could be the issue?

  • @prasantchettri133
    @prasantchettri133 Год назад

    Are you using VPN gateway as cost effective example for VWAN over S2S or ER?

  • @bloknath6800
    @bloknath6800 2 месяца назад

    Great video. Is it possible to connect spoke1 to spoke2 without UDR or direct peering?

  • @roneyr9522
    @roneyr9522 4 месяца назад

    Hi Travis, I want to use a point-to-site vpn tunnel with vpn gateway to connect to four different azure subscriptions. What would be my best approach. Also I don't want these resources to share any data or connectivity with other subscriptions like dev and prod.

  • @user-wu7xh1fc2q
    @user-wu7xh1fc2q 6 месяцев назад

    Wouldn't this cause delay because the traffic goes from the virtual network to other virtual network through the hub each time ? And this would get worst with any additional virtual network added to the system?

  • @fortu5443
    @fortu5443 7 месяцев назад

    what virtual machine are you using sir?

  • @user-bb5rh4py1h
    @user-bb5rh4py1h Год назад

    Morning Travis! can I ask why you dont recommend this for production? in terms of using the Gateway for the transitive routing as I use a similar set up in my production environment thank in advance

    • @Ciraltos
      @Ciraltos  Год назад +1

      Hub and spoke is the preferred way to connect multiple VNets. The caution is about using a VNet gateway as the router. VNet gateways are made to encrypt traffic and although they will work, Microsoft recommends against it. learn.microsoft.com/en-us/azure/architecture/networking/spoke-to-spoke-networking?WT.mc_id=AZ-MVP-5004159#pattern-2-spokes-communicating-over-a-network-appliance

    • @user-bb5rh4py1h
      @user-bb5rh4py1h Год назад

      @@Ciraltos Thanks for your responsem what about in a site to site context using the virtual network gateway transit setting in the VNETs peered to the HUB is that considered ok for production?

  • @markcuello5
    @markcuello5 Год назад

    HELP