Hi
If you’re using domain controllers as DNS resolvers, you can check if they are able to resolve external DNS records by running the following command:
nslookup
server IP1
google.com
If the DNS server is not responding , check if you have already configured DNS forwarders on each dns server to forward DNS requests for external DNS name to external DNS server like 8.8.8.8 if the DNS forwarders is well configured, if should be network flow issues.
Please don’t forget to accept helpful answer