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

Поділитися
Вставка

КОМЕНТАРІ • 32

  • @gpltaylor
    @gpltaylor 2 роки тому +8

    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  2 роки тому +1

      Glad you liked it!

  • @Network-unreachable
    @Network-unreachable 4 дні тому

    Thank you ! This helped actually quiete a bit.

  • @neeharikagv2812
    @neeharikagv2812 Рік тому +1

    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..

  • @Wilhelmcook
    @Wilhelmcook 2 місяці тому

    as always, brilliant and to the point introduction. Thanks

  • @smeyyappan
    @smeyyappan Рік тому +1

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

  • @tendaimusonza9547
    @tendaimusonza9547 Рік тому

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

  • @SOTOSKAWASAKI
    @SOTOSKAWASAKI 2 роки тому +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.

  • @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"

  • @AAhmed_Alii
    @AAhmed_Alii 3 місяці тому

    Very helpful video, thank you! Is there any way that allows automatic route adding in the route tables? That would make the process much simpler for large scale solutions.

  • @asitha106
    @asitha106 Рік тому

    clear and complete, thank you!

  • @roneyr9522
    @roneyr9522 9 місяців тому

    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.

  • @joaquincotilla2747
    @joaquincotilla2747 7 місяців тому

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

  • @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?

  • @bloknath6800
    @bloknath6800 7 місяців тому

    Great video. Is it possible to connect spoke1 to spoke2 without UDR or direct 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.

  • @abelcarvajalgil6705
    @abelcarvajalgil6705 Рік тому

    great video, the explication is ease

  • @omega1962
    @omega1962 4 місяці тому

    hi Travis, Excellent explanation. I have created a similar setup with 2 Spoke and 1 Hub networks in Azure. I have couple of queries,
    1. I created RouteTable1 and assigned it to Spoke-1. Added a route to access Spoke-2 network via Hub VNET. Ideally, I should be able to ping the VM-2 from VM-1 since there is a route established from Spoke-1 and Spoke-2 network. But, I am unable to achieve. Unless I add RT-2 assigned to Spoke-2 VNET and add a route to access Spoke-1 VNET, then, I am able to access both VMs (ping each other). Why is it so?
    2. After performing step (1), I went to Spoke-1 Peering (wtih Hub) and Disable the option "Allow 'vnet-1' to receive forwarded traffic from 'vnet-hub'". Ideally, this will stop traffic flow from Spoke-2 to Spoke-1 (VMs). But, I see the VM-2 is still able to reach to VM-1. Why?
    Thanks.

  • @jamesjames601
    @jamesjames601 Місяць тому

    Great video as always.
    Just wanted to ask, I'm confused with the setup we have in our vpn gateway. Someone set up a vpn gateway with vnet1 (no subnets except for gateway subnet) with peering to vnet2 (all production subnets). Basically, instead of connection to the actual vnet. He added a peering so traffic will flow to another vnet. I was surprised it is working but I could not find any benefits, there are no devices in the vnet1. Should I remove the peering?

    • @Ciraltos
      @Ciraltos  Місяць тому +1

      That sounds like a hub and spoke design and is fairly common. In that configuration, more VNets could be added and all of them use the same gateway. that's cheaper and easier then deploying a gateway on each vnet.

    • @jamesjames601
      @jamesjames601 Місяць тому

      @@Ciraltos Thank you for the clarification. I'd like to ask another question.
      I have a Meraki vmx setup for S2S in Azure to connect on-premise networks. Do you know if I can use the hub vNet for this? So it will P2S and S2S on the same hub vNet.

  • @prasantchettri133
    @prasantchettri133 Рік тому

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

  • @sushantKarki-w3k
    @sushantKarki-w3k 11 місяців тому

    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?

  • @AndyRichardson-h3h
    @AndyRichardson-h3h Рік тому

    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

    • @AndyRichardson-h3h
      @AndyRichardson-h3h Рік тому

      @@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?

  • @mradbilel7268
    @mradbilel7268 2 роки тому

    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 ?

  • @peacejon2019
    @peacejon2019 2 роки тому +1

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

  • @JeysonTrujillo-s7q
    @JeysonTrujillo-s7q Рік тому

    Agradecer por el contenido!!!

  • @fortu5443
    @fortu5443 Рік тому

    what virtual machine are you using sir?

  • @bshwjt
    @bshwjt Рік тому

    Awesome & easy

  • @markcuello5
    @markcuello5 Рік тому

    HELP