We have a GCE instance in us-central1 that seems to be having problems doing DNS lookups against pdns99.ultradns.net. DNS lookups from outside GCP work fine.
A traceroute to pdns99.ultradns.net from the GCE instance never indicates any hops succeed.
This was working fine and suddenly started failing with no configuration changes on our side. Google status is showing everything is ok.
We have weird networking issues like this with Google periodically. What is the best way to diagnose and resolve them?
Hi @AFirstenberg,
Welcome to Google Cloud Community!
Here are the breakdowns of possible causes why you are encountering the issue:
- Verify firewall rules, there should be no rules blocking outbound traffic to pdns99.ultradns.net on port 53 (DNS). DNS uses UDP port 53 or TCP port 53, depending on the size of the request or response. See Best practices for Cloud DNS.
- Utilize Google Cloud's monitoring tools to track network performance, latency, and DNS-related problems. This will be useful information for troubleshooting.
If the issue still persists and you need further assistance, you can file a ticket with our Google Cloud support.
I hope the above information is helpful.