I have a domain with four name servers (Two behind a Firewall and two on the public network). We were required to have two of the servers behind the firewall. It's causing issues when bringing new equipment online because it sometimes needs to happen before firewall exceptions can be implemented.
If I configure devices which use LDAP authentication to point at example.com, sometimes they pick up the Nameservers inside the firewall and sometimes those outside. If they pick up the ones inside, authentication fails and essentially bricks the device until I can hard reset it.
Is there a way to configure what server responds to a request such as 'ping domain.com'?
I'm guessing that there is but I'm missing what to do. Thanks for any help!
EDIT: Just to clarify, I know it's not best practices but that's out of my control. My goal is to use 'domain.com' as my LDAP server so the device should be directed to one of several AD servers for authentication. I can't enter values separated by commas or the like to allow it to point to multiple servers by itself. So far it sounds like it's not possible to limit but just figured I'd explain further.