Problem updating ip address

Hi!
I'm trying to update my ip address for my domain
medins.com.ar

which actually is 186.18.228.241(as I can see in my domain "hosts and subdomains" -> "Dynamic and DNS" setting).
My nameservers for this domains are:
dns1.zoneedit.com
dns2.zoneedit.com

but when I dig my domain name, I get:

dig medins.com.ar @dns2.zoneedit.com

; <<>> DiG 9.10.6 <<>> medins.com.ar @dns2.zoneedit.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 7634
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;medins.com.ar. IN A

;; ANSWER SECTION:
medins.com.ar. 10800 IN A 181.45.68.52

;; Query time: 220 msec
;; SERVER: 166.88.18.58#53(166.88.18.58)
;; WHEN: Mon Sep 25 22:30:16 Hora estßndar de Argentina 2017
;; MSG SIZE rcvd: 58

and

dig medins.com.ar @dns2.zoneedit.com

; <<>> DiG 9.10.6 <<>> medins.com.ar @dns2.zoneedit.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 7634
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;medins.com.ar. IN A

;; ANSWER SECTION:
medins.com.ar. 10800 IN A 181.45.68.52

;; Query time: 220 msec
;; SERVER: 166.88.18.58#53(166.88.18.58)
;; WHEN: Mon Sep 25 22:30:16 Hora estßndar de Argentina 2017
;; MSG SIZE rcvd: 58


Any ideas?
Thanks in advance!
Walter
 

Attachments

  • 2017-09-25 22_58_50-ZoneEdit - Control Panel_ DNS Settings.png
    2017-09-25 22_58_50-ZoneEdit - Control Panel_ DNS Settings.png
    65.6 KB · Views: 0
Last edited:

zesupport

Moderator
Staff member
Hello,

Your zone had an error in the URL forward that was set for your root-domain `medins.com.ar` and it was in conflict with the Dynamic address because that was also set for your root-domain. Hence, I've removed the URL Forward, and your zone got reloaded successfully. You may see the results here:

$ dig @dns1.zoneedit.com. medins.com.ar +short
186.18.228.241

$ dig @dns2.zoneedit.com. medins.com.ar +short
186.18.228.241

-Subin
 
Top