dynamic address updated in zoneedit but not being advertised

hnguyen92

New Member
I got into this problem where the dynamic IP of my domain is being updated correctly to zoneedit but if I try to access the domain, then it would point me to a totally different IP address.

For example, my domain chantam.net, has the correct IP address 98.110.235.135 registered with zoneedit using ddclient. However, when I do dig chantam.net, it would return 96.233.56.184 .

This happened only recently in the last two days and I don't know what could have caused the problem.

Would someone able to give me some idea as how to fix it?

Thank you,
 

hnguyen92

New Member
wow, that is good to know. This problem happened twice for me now in a few months. I was just not sure of what it was.
 

hnguyen92

New Member
Do you still have the problem? I could not wait for the problem to go away by itself so I switch to use the freedns service from namecheap and it seems to fix the problem for me.
 

sproskin

Administrator
Staff member
Hi, apologies for the delay.

I am seeing the same address returned from a dig vs what is on the control panel:

dynamic.jpg
---
dig chantam.net

; <<>> DiG 9.10.3-P4-Ubuntu <<>> chantam.net
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 5334
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 5, ADDITIONAL: 7

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;chantam.net. IN A

;; ANSWER SECTION:
chantam.net. 600 IN A 98.110.235.135

;; AUTHORITY SECTION:
chantam.net. 599 IN NS freedns1.registrar-servers.com.
chantam.net. 599 IN NS freedns4.registrar-servers.com.
chantam.net. 599 IN NS freedns5.registrar-servers.com.
chantam.net. 599 IN NS freedns3.registrar-servers.com.
chantam.net. 599 IN NS freedns2.registrar-servers.com.

;; ADDITIONAL SECTION:
freedns1.registrar-servers.com. 599 IN A 72.20.53.50
freedns2.registrar-servers.com. 599 IN A 72.20.38.137
freedns3.registrar-servers.com. 152 IN A 62.210.149.103
freedns3.registrar-servers.com. 152 IN A 5.135.128.216
freedns4.registrar-servers.com. 599 IN A 62.210.149.102
freedns5.registrar-servers.com. 599 IN A 192.99.40.34

;; Query time: 240 msec
;; SERVER: 127.0.1.1#53(127.0.1.1)
;; WHEN: Thu Aug 11 15:04:13 EDT 2016
;; MSG SIZE rcvd: 288
 

RobertFontaine

New Member
I'm having a similar challenge...

Registrar is name.com

on Name.com I have set the dns to
dns1.zoneedit.com
dns2.zoneedit.com

Connection is Dynamic and the IP is update correctly.,

If I default my DNS locally to dns1.zonedit.com my domain robertfontaine.ca is routed correctly.

BUT the routing has not cascaded out to the other DNS servers 24 hours later (gooogle 8.8.8.8 etc).

Code:
; <<>> DiG 9.10.2 <<>> robertfontaine.ca any
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 42860
;; flags: qr rd ra; QUERY: 1, ANSWER: 7, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;robertfontaine.ca.    IN    ANY
;; ANSWER SECTION:
robertfontaine.ca.    10800    IN    SOA    dns0.zoneedit.com. zone.zoneedit.com. 1475018943 3600 600 604800 10800
robertfontaine.ca.    300    IN    A    24.77.118.232
robertfontaine.ca.    10800    IN    MX    0 mx-caprica.zoneedit.com.
robertfontaine.ca.    10800    IN    NS    ns1.name.com.
robertfontaine.ca.    10800    IN    NS    ns3.name.com.
robertfontaine.ca.    10800    IN    NS    ns4.name.com.
robertfontaine.ca.    10800    IN    NS    ns2.name.com.

;; Query time: 635 msec
;; SERVER: ::1#53(::1)
;; WHEN: Wed Sep 28 21:41:44 BST 2016
;; MSG SIZE rcvd: 224



I could use some suggestions. It looks like things should be working.
 
Last edited:

RobertFontaine

New Member
.... I kicked the reset switch and it looks like it has started propogating..


Code:
https://www.whatsmydns.net/#A/robertfontaine.ca
 

sandy

Administrator
Staff member
hi there

on your zoneedit members page on the dns settings area you would need to change the NS records from name.com to:
dns1.zoneedit.com
dns2.zoneedit.com

to match the delegation listed in the domains whois record at its registrar.

Thanks
sandy
 

RobertFontaine

New Member
Thanks sandy, I appreciate it.
I suspect this will become easier after I transfer my domains ;).

First though I want to see that it dynamic ips works nicely and I'm too cheap to pay for a static IP/business account from my residential service provider.
 

sandy

Administrator
Staff member
you can use a site like centralops.net use their ns lookup tool and set the severs as one of the zoneedit servers delegated to the domain in the zone check tool.

thanks
sandy
 
Top