Forum Discussion
Mahmoud_Yaseen_AZHero
May 20, 2025Copper Contributor
๐ฅ Hybrid Networking 101: Linking On-Prem to Azure ๐ฅ
Many organizations seek to extend their networks to include subnets and virtual machines (VMs) hosted on Azure. The goal is to enable seamless connectivity between on-premises computers in a data center and Azure-based virtual machines.
๐น Common Use Cases for Hybrid Networking:
# Application Connectivity: You have an Azure-hosted application that needs access to your on-premises database servers.
# Branch Office Integration: Your business operates retail stores worldwide and requires a single centralized service to connect all locations.
# Remote Access: You need secure remote access to your Azure VMs and applications.
# Data Synchronization: You want to connect on-premises servers with Azure servers for real-time synchronization and data transfer.
# To address these scenarios, Azure provides four key networking solutions:
โ Point-to-Site VPN (P2S) โ Site-to-Site VPN (S2S) โ ExpressRoute โ Azure Virtual WAN
One essential component that supports all these solutions is Azure VPN Gateway. Let's explore its capabilities! ๐
๐ Azure VPN Gateway ๐
# Secure Connectivity Between Azure & On-Premises by encrypting data while transferring it between Azure VNets and on-premises servers over the internet.
# Multiple connections can be established using a single VPN Gateway, sharing available bandwidth across all VPN tunnels.
# The gateway consists of Azure-managed VMs, automatically deployed and configured in a GatewaySubnet with a CIDR size of /27.
# There are two types of gateways:
๐น VPN Gateway (for encrypted connections) ๐น ExpressRoute Gateway (for dedicated high-speed connectivity)
๐ก Gateway SKUs define performance characteristics, including:
# Supported tunnel types (S2S, P2S, VNet-to-VNet)
# Maximum aggregate throughput
# BGP (Border Gateway Protocol) support
# Scalability options (resize within the same generation and family via Azure Portal or PowerShell)
๐ VPN Gateway Types:
# Route-Based VPN: Supports S2S & P2S connectionsโwidely used in hybrid networking.
# Policy-Based VPN: Limited to Basic SKUs and allows only S2S connections (not ideal for Remote Access).
๐น Local Network Gateway: Represents your on-premises router or firewall, enabling Azure to recognize your internal network's public IP and subnets for connectivity via IPSec IKEv1/2.
๐น Azure Availability Zones can be leveraged for high availability and service continuity.
๐ Point-to-Site VPN (P2S) ๐
๐น Secure access for individual users connecting remotely to Azure VNets.
๐น Supported protocols:
OpenVPNยฎ (SSL/TLS-based; compatible with Windows, Mac, Linux, Android, iOS)
SSTP (TLS-based; Windows-only)
IKEv2 (IPsec VPN solution; Mac-supported)
๐น Authentication Methods:
(1) Certificate Authentication (requires client certificates issued from a trusted root certificate).
(2) Azure AD Authentication (available for OpenVPN clients).
(3) Active Directory Domain Server Authentication (via RADIUS server integration).
๐ Site-to-Site VPN (S2S) ๐
๐น Enables on-premises data centers to connect with Azure VNets via IPSec IKEv1/2.
๐น Supports VNet-to-VNet connections over Microsoft's backbone network.
๐น Compatible with hardware devices from vendors such as Cisco, Fortinet, Barracuda, Check Point.
๐น Supports software VPN devices, including Microsoft RRAS and Linux Openswan.
๐น Enables dynamic routing via BGP to propagate network changes automatically.
๐ ExpressRoute ๐
๐น Dedicated high-speed connectivity to Microsoft Cloud (Azure, Microsoft 365).
๐น Up to 100 Gbps speeds with low latency, ideal for business-critical applications.
๐น Layer 3 connectivity, using BGP for seamless route exchange between on-premises and Azure networks.
๐ Azure Virtual WAN ๐
๐น A scalable networking service integrating VPN, ExpressRoute, and SD-WAN solutions.
๐น Provides branch connectivity using site-to-site VPN or private ExpressRoute connections.
๐น Supports remote user VPN (P2S) for secure external access.
๐น Follows hub-and-spoke architecture, ensuring full mesh connectivity across Azure regions.
If you found this valuable, consider sharing so more professionals can benefit. Let's keep the conversation growing! ๐
No RepliesBe the first to reply