NS changes not taken into account

Hi!

I have a problem with my urt.li domain, the dashboard is waiting for NS server changes, but I have done this for several days now, below are the results of the DIG with the 1.1.1.1 DNS.

Anyone in the same situation as me?

Thanks for your help.

[urt@SU-VM1 ~]$ dig 1.1.1.1 urt.li ns

; <<>> DiG 9.11.36-RedHat-9.11.36-5.el8_7.2 <<>> 1.1.1.1 urt.li ns
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 8427
;; flags: qr rd ra ad; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;1.1.1.1.                       IN      A

;; AUTHORITY SECTION:
.                       86398   IN      SOA     a.root-servers.net. nstld.verisi                                                                                        gn-grs.com. 2023082201 1800 900 604800 86400

;; Query time: 5 msec
;; SERVER: 8.8.4.4#53(8.8.4.4)
;; WHEN: Tue Aug 22 23:12:07 CEST 2023
;; MSG SIZE  rcvd: 111

;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 45189
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;urt.li.                                IN      NS

;; ANSWER SECTION:
urt.li.                 14400   IN      NS      clay.ns.cloudflare.com.
urt.li.                 14400   IN      NS      elma.ns.cloudflare.com.

;; Query time: 18 msec
;; SERVER: 8.8.4.4#53(8.8.4.4)
;; WHEN: Tue Aug 22 23:12:07 CEST 2023
;; MSG SIZE  rcvd: 90

[urt@SU-VM1 ~]$

You have just adjusted some NS records within your current DNS provider.

You need to get delegation of name servers changed in the parent registry, through your domain registrar.

$ dig +noall +answer NS li
li.                     172800  IN      NS      f.nic.li.
li.                     172800  IN      NS      b.nic.li.
li.                     172800  IN      NS      e.nic.li.
li.                     172800  IN      NS      d.nic.li.
li.                     172800  IN      NS      a.nic.li.

$ dig +noall +auth NS urt.li @a.nic.li
urt.li.                 3600    IN      NS      ns1.online.net.
urt.li.                 3600    IN      NS      ns0.online.net.

$ dig +noall +auth NS urt.li @b.nic.li
urt.li.                 3600    IN      NS      ns0.online.net.
urt.li.                 3600    IN      NS      ns1.online.net.

$ dig +noall +auth NS urt.li @d.nic.li
urt.li.                 3600    IN      NS      ns0.online.net.
urt.li.                 3600    IN      NS      ns1.online.net.

$ dig +noall +auth NS urt.li @e.nic.li
urt.li.                 3600    IN      NS      ns0.online.net.
urt.li.                 3600    IN      NS      ns1.online.net.

$ dig +noall +auth NS urt.li @f.nic.li
urt.li.                 3600    IN      NS      ns1.online.net.
urt.li.                 3600    IN      NS      ns0.online.net.

$ dig +noall +answer NS urt.li @ns0.online.net.
urt.li.                 14400   IN      NS      elma.ns.cloudflare.com.
urt.li.                 14400   IN      NS      clay.ns.cloudflare.com.

$ dig +noall +answer NS urt.li @ns1.online.net.
urt.li.                 14400   IN      NS      clay.ns.cloudflare.com.
urt.li.                 14400   IN      NS      elma.ns.cloudflare.com.
ns0.online.net
ns1.online.net

is still the name servers in the parent registry for that domain.

2 Likes

Thank you very much for your help, I will do the necessary for the delegation.

2 Likes

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