Azure S2S VPN connection ot establishing - no traffic between gateways

CMCosta 1 Reputation point
2020-10-01T02:52:39.987+00:00

I'm trying to troubleshoot connectivity issues between an Azure VPN gateway and a local gateway. TL;DR: no traffic incoming from Azure to local gateway, how to troubleshoot?

Followed all the steps in the manual:

  • create vNet with GatewaySubnet (w/ proper subnets, no issues here)
  • create Virtual Network Gateway, attach to vNet and Public IP
  • create Local Network Gateway, define subnets accordingly.
  • create connection between sites, establish secret.
  • add a VM on vNet to test.
  • ... connection does not establish. Local router shows "establishing", Azure says "The connection cannot be established because the other VPN device is unreachable".

Checked with Network Watcher / VPN Troubleshooter, IP Flow, et al and no clue. Gateways seem to not reach each other across the Internet.

Try with establishing same setup, but with a S2S between 2 azure regions using two Virtual Network Gateways. Same results! Rule out problems with local circuit or local router.

Break out Wireshark, go back to original Azure<->Local setup, check what's going on on the local router side. Result: no packets arriving from Azure public IP assigned to virtual gateway. Connection attempts (ISAKMP) from the local router get no replies from Azure. Looks like the Azure gateway does not reach the local router, maybe even the internet, but Azure tools can't give any insight on this (they can only go so far).

Tried different regions, different SKUs for the gateway, to no avail, seems like an issue with my config (can't see where I could've missed anything, tried 10x), a provisioning issue with gateways (on all regions? hmmm....not likely) or a problem with my subscription (?)...

Any clues?

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,361 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,122 questions
{count} votes