I am new(ish) to Azure networking and could use some input / direction.
Goal: I have a small network of VMs in a datacenter that I would like to join to my Azure Active Directory Domain Services.
Current Setup:
datacenter: Meraki MX84 acting as firewall, VM setup as DNS server for local network
Azure:
resource group:
vnet1
address space: 172.16.0.0/16
subnet: default - 172.16.0.0/24
subnet: gateway - 172.16.1.0/24
Gateway
Site-to-site VPN to datacenter meraki (actively connected successfully)
AAD DS with IPs: 172.16.0.4 & 172.16.0.5 attached to subnet default with a NSG with default rules from Azure.
S2S VPN is setup and connected between Meraki MX84 and above Azure gateway.
I can't get any of the datacenter VMs to talk to the AAD DS.
When I created the VPN on the Meraki side, the Meraki auto created a route in it's route table of 172.16.1.0/24 through the VPN.
Any help would be much appreciated.