Questions tagged [google-cloud-dns]

40 questions
13
votes
3 answers

Google Cloud DNS vs. Google Domains DNS

I run a smallish website on Google App Engine. Currently, I use Dreamhost for other things and I buy my domains through them and they provide the name servers. I'm in the process of switching domain management to Google Domains. I believe Google…
3
votes
2 answers

Setting up publicly-accessible DNS name in Google Cloud DNS

I am moving from Microsoft Azure to Google Cloud, and I would like to be able to publicly access one of my virtual machines at myapp.uswest.cloudapp.google.com instead of its external, static IP address. I am hoping someone can let me know if I…
Alexander
  • 184
  • 1
  • 9
2
votes
2 answers

Nameserver is not authoritative for my domain

It's more than 48h ago, since I've updated the nameservers of my domain "blocky.host" to Google Cloud DNS. However my domain is not propargating as seen here If I check my domain on diverse web-tools, I get these errors: Nameserver…
2
votes
1 answer

Rrdatas not ordered correctly by Google Cloud DNS

I am setting up a DKIM record which has more than 255 characters, in Google Cloud DNS. I have split it into 2 values as recommended in https://support.google.com/a/answer/173535. This is how it shows in terraform. $ terraform…
2
votes
2 answers

Google Cloud DNS - Subdomains wildcard not working

I got one domain example.com on app engine. All subdomains a.example.com, b.example.com, c.example.com... have to point on example.com. I'm configuring everything from Cloud DNS of Google Cloud, my configuration is like that: *.example.com. CNAME …
2
votes
1 answer

Google Cloud DNS: Is it possible to have multiple TXT records for a single domain?

I have been asked to create a new TXT record for domain verification. I currently have a domain level TXT record used for SPF. When I enter in a second record, I get an error that the resource already exists. Is there a method to create a second…
2
votes
1 answer

google DNS returning errors adding DKIM record

I have tried a few ways (the GUI, command line, with quotes, without) and I can't get the DKIM record added to google DNS. We're porting all records to google DNS and then turning google DNS on(if we can get it working first). Here is the final 2…
Dean Hiller
  • 841
  • 4
  • 14
  • 31
1
vote
3 answers

Google Cloud - Private Google Access not working

We are trying to run Packer from within GCP VPC. We have disabled external IP addresses for all instances for security reasons. To have access to Google APIs, we set up Private Google Access and verified it's working by the following: $ traceroute…
1
vote
1 answer

Error : DNS_PROBE_FINISHED_NXDOMAIN Google Cloud Platform, WordPress site, Custom Domain

My name-servers are correct and I did not change anything but my site suddenly started showing DNS_PROBE_FINISHED_NXDOMAIN. I am using Google Cloud Platform to host the site - "Wordpress: Click to deploy". My domain is : Example.cf.
1
vote
2 answers

Private DNS records not resolving in Compute Instance VMs

Backstory We've just set up our GCP project. We've got several Compute Engine VMs (centOS) running. We've set up a VPN between our production co-lo and GCP. All appears to be working fine. We do have the networking (VPC) set up in one project and it…
r2t2
  • 23
  • 1
  • 6
1
vote
3 answers

Why is my A Record in Google Cloud DNS not resolvable immediately after creation?

I am creating a DNS A Record via the Google Cloud API, ending up with: DNS Name: some-subdomain.mysite.io Type: A TTL: 1 IP: 35.XXX.XXX.XX After the entry is confirmed as created and viewable in the API, I am trying to resolve it using nslookup,…
mogronalol
  • 121
  • 1
  • 5
1
vote
1 answer

GCP DNS confusion with Google Domains

I am on Google Cloud Platform and using Google Domains with Google Mail. I enabled Google Cloud DNS API, set up Networking - Cloud DNS - Record Sets. I assume both of the Domain Name Servers should be the same, but when I change the values either…
1
vote
3 answers

Google Cloud DNS and DNSSEC?

Since Google Cloud DNS does not currently support the record types for DNSSEC, is there any way to begin implementation of DNSSEC using TXT records? If I were using Google Cloud DNS, which I am, and they currently only support record types which…
1
vote
1 answer

How to use a wildcard subdomain with static subdomains with Google Cloud services?

Let's assume we own the domain example.com. In Google Cloud, I would like to achieve the following setup. There are two Cloud Run services available at api-a.example.com and api-b.example.com. There is a third backend service running in App Engine…
1
vote
1 answer

GCP user with "DNS Administrator" role cannot create record sets anymore

I have an Google account equipped with the "DNS Administrator" role that can suddenly not create record sets through "Add Record Set" in Google Cloud DNS anymore, via the console, since a couple of days. The project owner is able to, though. No…
cryptopathe
  • 111
  • 2
1
2 3