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

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.

Continue reading “Azure Hub and Spoke Virtual Network (VNet) with a VPN Gateway”

Azure NAT Gateway

Azure Virtual Machines have access to the internet by default.  We can control the public IP address used for internet access with private IP’s, load balancers, and firewalls.  This video looks at another option, an Azure NAT Gateway.  An Azure NAT Gateway attaches to a subnet and once attached, all VM’s on that subnet use the NAT Gateway for internet access.

Continue reading “Azure NAT Gateway”

Networking Basics, the OSI Model

This is the first of a series of videos on Computer Networking Basics.  In this video, we go over the OSI model and how it aligns with TCP/IP.  This is the basic fundamental to understanding a computer network.

Continue reading “Networking Basics, the OSI Model”