Questions tagged [google-cloud-dns]

Google Cloud DNS is a high performance, resilient, and global DNS service that provides a cost effective way to make your applications and services available to your users.

Google Cloud DNS is a high performance, resilient, and global DNS service that provides a cost effective way to make your applications and services available to your users.

This programmable, authoritative DNS service can be used to easily publish and manage DNS records using the same infrastructure relied upon by Google.

Official site

306 questions
0
votes
1 answer

What are the possible solutions to host an internal website for a company using google cloud platform?

I developed an internal portal that is relevant to the engineering team. I restricted access to the portal by implementing Sign in With Google and as expected it is only accessible to our organization email-ids only. Now, I want to host the portal…
Anesh
  • 192
  • 2
  • 11
0
votes
1 answer

Getting 'Name servers refused query' on my domain when setting up Google cloud dns

I'm trying to setup Google cloud DNS so I've created a new public managed zone which I'm planning to connect to a firebase project. After creating the zones I got the 4 NS provided, to be used at the…
Dan Dinu
  • 32,492
  • 24
  • 78
  • 114
0
votes
1 answer

how install SSL cert (DV) DNS CNAME-Based Authentication in GoogleCloud Compute engine?

I just bought SSL cert in COMODO, Product Name PositiveSSL (DV), and I am now confused how to proceed further to enable SSL in my nginx web server, linux VM host, running in Google Cloud Compute engine. I got these instructions: DNS CNAME Record:…
0
votes
1 answer

Use on-prem DNS servers inside a VPC

I have a GCP VPC and it is connected to on-prem using Public Cloud Interconnect. Traffic flow between onprem and the VPC is ok. All routes and firewalls are configured correctly. Now I would like to have the company DNS servers available for VMs in…
0
votes
1 answer

How to determine the minimum measured period for billing of a resource?

I try to understand deeply Google billing, especially the rules you follow. Considering the case for "Managed Zones" on the Google Cloud Platform. According to the documentation "Managed Zones" in Google DNS is an hourly billing on a monthly…
0
votes
2 answers

Problems resolving Google Cloud DNS records

I have setup a wordpress instance on google cloud and pointed my domain to it by changing the DNS pointers for the domain and that works fine. However I am trying to setup other records in the google cloud dns but they do not appear work, for…
Murof
  • 1
  • 1
0
votes
1 answer

Google cloud DNS resolves correctly but times out

My client has a domain name registered at namecheap (tourmed.uk) which I want to migrate to point to the project's google cloud instance. I created a zone, added A and CNAME records pointing to the External Static IP of the instance and copied the…
0
votes
1 answer

How to connect my domain to my FTP server?

I have an FTP server running on a local synology server. It has an external IP address to which I can connect to using an FTP client on port 21. I'm wondering if there is a way to access this FTP server using my domain (ex. ftp.mydomain.com or…
locke14
  • 1,335
  • 3
  • 15
  • 36
0
votes
0 answers

Plesk Auto-renew letsencrypt using Google Cloud DNS

I have multiples domains on my plesk installed in a Google VM server, all of them has letsencrypt ssl installed, the problem is with my DNS. I have to use Google Cloud DNS because I need two differents IPs to configure my domain on Registro.br But…
SpaceDogCS
  • 2,808
  • 3
  • 20
  • 49
0
votes
1 answer

Why is my domain not working on other browsers?

I have created my domain name archents.app in Godaddy and I have redirected the namservers to google cloud DNS nameservers. In cloud DNS I have created a A record pointing to my VM Instance. But the website archents.app is only showing up on Android…
0
votes
2 answers

How to restrict access to a small user community (IAM users) in GCP / Cloud DNS / HTTPS application

I have a request to restrict the access (access control) to a small user community in GCP. Let me explain the question. This is the current set up: A valid GCP Organization: MyOrganization.com (under which the GCP project is deployed /…
0
votes
0 answers

Make name server reply identical for all domains

I want to set-up a nameserver in a way that it will reply with the same response for every domain that is queried against it. The use-case is that I would like to ask customers to simply change their nameserver, and be done with it. Thus: no…
0
votes
1 answer

Google Cloud DNS not resolving | Kubernetes Service

I have created the below resources in GCP: GKE VPC and associated networks dns zone I have created a pod with node js app in the same.I have Kubernetes service of type load balancer exposed. when I try to curl into my service with the external IP…
Sunil
  • 553
  • 1
  • 12
  • 30
0
votes
2 answers

How to remove a duplicated dns zone?

I created two dns zones on Google Cloud Platform with the same "A" type pointing out to the same domain. Now my site returns Error 522. Documentation says it cannot be deleted. Does that mean that I nullified my domain? The command below on the SDK…
0
votes
1 answer

Resolving On-Premise DNS and Google Cloud Internal DNS Together

I have a question about Cloud DNS or Cloud VPN i don't know which is exactly related with my issue. I have a on-premise network and i have an internal dns for this network which is example.int. I've connected via Cloud VPN this on-premise network…