Servidores de nombres no válidos

What is the name of the domain?

sklable.es

What is the issue you’re encountering

Tengo 2 dominios en IONOS y configurados en Cloudflare, en ambos hice el mismo procedimiento de cambiar DNS en el proveedor. El primero funciona perfectamente, pero el segundo me indica " Servidores de nombres no válidos".He comprobado que las DNS se han propagado, y en mi proveedor si que aparecen las de Cloudflare tal y como las cambié, pero Cloudflare no lo detecta. Han pasado ya más de 48hs del cambio.

What feature, service or problem is this related to?

DNS not responding/updating

The 2 allocated Cloudflare nameservers are not set at the registry…
https://cf.sjr.dev/tools/check?ec647aae7b56460c80d8fc44ef601057#dns

sklable.es.		86400	IN	NS	ns1052.ui-dns.com.
sklable.es.		86400	IN	NS	ns1090.ui-dns.biz.
sklable.es.		86400	IN	NS	ns1087.ui-dns.de.
sklable.es.		86400	IN	NS	ns1074.ui-dns.org.

If you have set them at your registrar, then check with them as they are not set at the .es registry.

ahora deberían estar. Volví a empezar el proceso pero sigue el problema.

As I suggested, contact your registrar as the authoritive nameservers for your domain are ui-dns ones and the 2 Cloudflare nameservers are just NS records in your DNS which won’t work…

dig +trace +nodnssec sklable.es ns

; <<>> DiG 9.10.6 <<>> +trace +nodnssec sklable.es ns
;; global options: +cmd
.			86254	IN	NS	a.root-servers.net.
....
.			86254	IN	NS	m.root-servers.net.
;; Received 239 bytes from 127.0.2.2#53(127.0.2.2) in 0 ms

es.			172800	IN	NS	a.nic.es.
es.			172800	IN	NS	c.nic.es.
es.			172800	IN	NS	g.nic.es.
es.			172800	IN	NS	h.nic.es.
;; Received 283 bytes from 2001:503:c27::2:30#53(j.root-servers.net) in 18 ms

sklable.es.		86400	IN	NS	ns1081.ui-dns.org.
sklable.es.		86400	IN	NS	ns1124.ui-dns.de.
sklable.es.		86400	IN	NS	ns1020.ui-dns.com.
sklable.es.		86400	IN	NS	ns1044.ui-dns.biz.
;; Received 162 bytes from 2001:67c:21cc:2000::64:41#53(a.nic.es) in 48 ms

sklable.es.		86400	IN	NS	weston.ns.cloudflare.com.
sklable.es.		86400	IN	NS	raquel.ns.cloudflare.com.
;; Received 98 bytes from 2001:8d8:fe:53:0:d9a0:512c:100#53(ns1044.ui-dns.biz) in 16 ms

Disculpe pero como habrá visto no soy un entendido en el tema.
Contacto con mi registar y que es lo que debo decirle?

Show this post…

me dicen que se están propagando y que pueden tardar hasta 48hs.

The lookup I did is direct from the root servers so there’s no TTL.

It is however now set correctly and the domain is active on Cloudflare…
https://cf.sjr.dev/tools/check?b2147847ddb748758d6dc1b342ffcd23#dns

dig +trace +nodnssec sklable.es ns

; <<>> DiG 9.10.6 <<>> +trace +nodnssec sklable.es ns
;; global options: +cmd
.			512507	IN	NS	a.root-servers.net.
....
.			512507	IN	NS	m.root-servers.net.
;; Received 239 bytes from 127.0.2.2#53(127.0.2.2) in 15 ms

es.			172800	IN	NS	a.nic.es.
es.			172800	IN	NS	c.nic.es.
es.			172800	IN	NS	g.nic.es.
es.			172800	IN	NS	h.nic.es.
;; Received 283 bytes from 198.97.190.53#53(h.root-servers.net) in 16 ms

sklable.es.		86400	IN	NS	weston.ns.cloudflare.com.
sklable.es.		86400	IN	NS	raquel.ns.cloudflare.com.
;; Received 98 bytes from 194.0.33.53#53(h.nic.es) in 29 ms

sklable.es.		86400	IN	NS	raquel.ns.cloudflare.com.
sklable.es.		86400	IN	NS	weston.ns.cloudflare.com.
;; Received 98 bytes from 2803:f800:50::6ca2:c38a#53(weston.ns.cloudflare.com) in 14 ms

You will need to set the DNS records to point to your site, records for mail appear to be set already.

Works! thanks so much.

how can I add www DNS? what IP to point? I want to use workers and pages (for my landing) from cloudflare

In that case, you don’t need to enter an IP address (unless using a Worker route, in which case use proxied AAAA 100::). Just follow the developer guides for Pages/Workers to use a custom domain and that will create the required DNS records for you.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.