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

  Рет қаралды 28,350

Travis Roberts

Travis Roberts

Күн бұрын

Пікірлер: 35
@gpltaylor
@gpltaylor 2 жыл бұрын
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 жыл бұрын
Glad you liked it!
@rs-tarxvfz
@rs-tarxvfz Ай бұрын
😱 this is the best video on Hib and spoke ❤️❤️
@Wilhelmcook
@Wilhelmcook 4 ай бұрын
as always, brilliant and to the point introduction. Thanks
@neeharikagv2812
@neeharikagv2812 2 жыл бұрын
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 Жыл бұрын
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
@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"
@Network-unreachable
@Network-unreachable Ай бұрын
Thank you ! This helped actually quiete a bit.
@SOTOSKAWASAKI
@SOTOSKAWASAKI 2 жыл бұрын
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.
@abelcarvajalgil6705
@abelcarvajalgil6705 Жыл бұрын
great video, the explication is ease
@asitha106
@asitha106 Жыл бұрын
clear and complete, thank you!
@stevenaudy9323
@stevenaudy9323 2 жыл бұрын
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.
@joaquincotilla2747
@joaquincotilla2747 8 ай бұрын
Great video, thanks. Now, the same video but a Azure Firewall, please.
@AAhmed_Alii
@AAhmed_Alii 5 ай бұрын
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.
@roneyr9522
@roneyr9522 10 ай бұрын
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.
@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?
@bshwjt
@bshwjt Жыл бұрын
Awesome & easy
@peacejon2019
@peacejon2019 2 жыл бұрын
Great Videos man 🙌🙌🙌🙌🙌 continue doing the Lord's work.... Can you do something on Azure Landing Zone?
@bloknath6800
@bloknath6800 8 ай бұрын
Great video. Is it possible to connect spoke1 to spoke2 without UDR or direct peering?
@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 Жыл бұрын
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 ?
@jamesjames601
@jamesjames601 3 ай бұрын
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 3 ай бұрын
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 2 ай бұрын
@@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.
@JeysonTrujillo-s7q
@JeysonTrujillo-s7q Жыл бұрын
Agradecer por el contenido!!!
@sushantKarki-w3k
@sushantKarki-w3k Жыл бұрын
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?
@rs-tarxvfz
@rs-tarxvfz Ай бұрын
I had similar doubt. Even for S2S vpn and Express Route.
@omega1962
@omega1962 5 ай бұрын
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.
@fortu5443
@fortu5443 Жыл бұрын
what virtual machine are you using sir?
@chellalialhcen
@chellalialhcen 3 күн бұрын
thnx bro
@markcuello5
@markcuello5 Жыл бұрын
HELP
Azure Networking, User Defined Routes, and Network Virtual Appliances
21:24
Hub and Spoke Network Topology   A Cloud Guru
7:13
Islamic Learning Center
Рет қаралды 6 М.
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
Understanding DNS in Azure
26:59
John Savill's Technical Training
Рет қаралды 126 М.
An Introduction to Virtual Network (VNet) Peering in Azure
10:35
Travis Roberts
Рет қаралды 17 М.
Azure Point-to-Site VPN with Azure AD Authentication and MFA
14:55
Travis Roberts
Рет қаралды 60 М.
Virtual Network Manager - Hub and Spoke Network Topology Step-by-Step
29:35
Scott Duffy @ GetCloudSkills
Рет қаралды 21 М.
Setting up Point to Site Azure VPN tunnels - without the portal
6:22
Joe Freeman: Software Craft, Org Stuff, Tech Stuff
Рет қаралды 347
Complete Overview of Azure Virtual Network Peering
9:56
John Savill's Technical Training
Рет қаралды 63 М.
Azure Virtual WAN: Hybrid Networking Game-Changer
8:58
Azure Academy
Рет қаралды 12 М.
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 126 М.
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН