Listener IP Not Reachable from Primary Server in Hybrid Availability Group Setup
Hello there,
I have configured a 3-node SQL Server Availability Group with the following setup:
- Primary Node: On-premises (10.10.1.10)
- HA Node: On-premises (10.10.1.11)
- DR Node: Azure VM (10.0.0.4)
The listener is configured with two IP addresses for the hybrid setup:
- On-premises Listener IP: 10.10.1.22
- Azure Listener IP: 10.0.0.22
The issue I’m facing is that the listener IP on Azure (10.0.0.22) is not reachable from the Primary Node (10.10.1.10) on-premises. To resolve this, I added the Azure listener IP (10.0.0.22) as a static IP in the Azure VM's network interface settings under IP Configurations, but the issue persists still Ip is unreachable.
I’m unclear about the correct configuration for this hybrid scenario and cannot find clear guidance on ensuring connectivity for the listener IP across the on-premises and Azure networks.
Additional Details:
- All servers are domain-joined.
- DNS records exist for all nodes, including the listener IPs.
- Connectivity between the on-premises network and Azure DR node is established (via Site to Site VPN).
Is this behavior expected, or is there something I’m missing in the configuration?
All there configuration is done on SQL Server 2016 Enterprise.
Thank you for your assistance!