Forum Discussion
Session host unavailable due to DomainReachable check error
- Jul 12, 2022
Bas van der Kruijssen I assume that this is a validation host pool? We are seeing the same thing. The validation host pools have some new checks introduced to them including domain connectivity. Unfortunately the way this works is that the RDAgent attempts to ping all the DCs it knows about. If it cannot reach any of them it marks the machine as unavailable and drops from load.
This is really bad - the ICMP protocol is frequently blocked in corporate networks as a security measure. You will need to ensure that any NSGs you have configured allow it through. We had to do this as a temporary measure to get our boxes back. They really need to urgently review how they check domain connectivity...my machines were perfectly able to contact the domain - their check is broken.
Bas van der Kruijssen I assume that this is a validation host pool? We are seeing the same thing. The validation host pools have some new checks introduced to them including domain connectivity. Unfortunately the way this works is that the RDAgent attempts to ping all the DCs it knows about. If it cannot reach any of them it marks the machine as unavailable and drops from load.
This is really bad - the ICMP protocol is frequently blocked in corporate networks as a security measure. You will need to ensure that any NSGs you have configured allow it through. We had to do this as a temporary measure to get our boxes back. They really need to urgently review how they check domain connectivity...my machines were perfectly able to contact the domain - their check is broken.
I agree that this check is broken, checken if functionality is available by pinging a host doesn'r say anything about the domain actually being available. At least do check if LDAP or SMB (sysvol) is available.
- planetwilsonJul 12, 2022Brass Contributor
Bas van der Kruijssen I have been told that it is getting rolled back soon and reviewed.