Troubleshooting Azure Virtual WAN

Your comprehensive guide to resolving common issues in Azure Virtual WAN.

Introduction to Troubleshooting Virtual WAN

Azure Virtual WAN provides a global network architecture that allows you to connect multiple Azure regions and on-premises sites. Troubleshooting issues within this complex environment requires a systematic approach. This document outlines common problems and their solutions.

Common Connectivity Issues

Connectivity problems are the most frequent challenges encountered. They can stem from misconfigurations at various points in the network path.

1. No Connectivity Between Hub and Spoke Networks

2. No Connectivity to On-Premises Sites

VPN Gateway Troubleshooting

Site-to-Site VPN Connectivity

If your S2S VPN tunnel isn't establishing or is intermittently dropping:

Example of common mismatches:


# Phase 1 (IKE) Mismatches
# Azure: AES256, SHA256, DHGroup14
# On-Prem: AES128, SHA1, DHGroup2
            

Point-to-Site (P2S) VPN Connectivity

For P2S issues:

VPN Performance Issues

ExpressRoute Troubleshooting

General ExpressRoute Problems

ExpressRoute Peering Problems

Routing Issues

Routing is critical for traffic flow between connected networks.

Route Propagation

Route Table Analysis

BGP Issues

Example BGP troubleshooting command (on-prem device):


show ip bgp summary
            

Firewall and Security Issues

Azure Firewall Policy

If traffic is being blocked unexpectedly by Azure Firewall deployed in the hub:

Network Security Group (NSG) Rules

Important: Virtual WAN does not automatically insert NSG rules in spoke VNets for traffic passing through the hub. You must manage NSGs on spoke subnets yourself.

Leveraging Monitoring Tools

Azure provides several tools to help diagnose issues:

Common Error Codes and Meanings

Understanding common error codes can speed up your investigation:

Note: Always refer to the latest Azure documentation for specific error codes and their detailed explanations, as they can evolve.