I have 3 VMS in Azure. 3 vms in same Vnet and subnet.
1 DC with domain foo.bar.local 10.83.48.4
VM1 2016 with SQL joined to that domain with name: VM1. foo.bar.local 10.83.48.5
VM2 2016 with SQL joined to that domain with name: VM1. foo.bar.local 10.83.48.6
I created a failovercluster with those 2 nodes. This will later will be configured for SQL always on.
Service cluster SQL1.foo.bar.local with ip 10.83.48.9 was created successfully and 2 nodes are up and running.
But then when I see event logs and cluster logs I´m getting:
Cluster network name resource failed registration of one or more associated DNS name(s) because the a DNS server could not be reached.
Cluster Network name: 'Cluster Name'
DNS Zone: 'reddog.microsoft.com'
DNS Server: '10.83.48.4'
If I go to DC I can see that both nodes and cluster service are registered ok.
Now neither of the nodes have internet access. It´s like the cluster service is not able to connect to DC even though both nodes had configured DC Ip as their dns (the only DNS that it was configured)
I can see that cluster service it´s trying to reach reddog.microsoft.com instead of 10.83.48.4 the DNS configured in both boxes.
Is there something I can check to fix this?
thank you!