Domain not working YMP

sandy

Administrator
Staff member
we are seeing transfer failed reports from your primary.
can you please make sure that :

the following IP addresses to your master nameserver ACL

  • 64.68.198.91
  • 64.68.198.183
In "bind" parlance:
zone "example.com" {
type master;
file "example.com.zone";
allow-transfer { 64.68.198.91/32; 64.68.198.183/32; };
also-notify { 64.68.198.91; 64.68.198.183; };

};

thanks
sandy
 

ympadmin

New Member
we are seeing transfer failed reports from your primary.
can you please make sure that :

the following IP addresses to your master nameserver ACL

I had an extra /32 in mine, and must have commented it out over the sumer.

Who do I tell if it is working/not working?

How long do I have to wait to get it transfer and start working again.
 
Last edited:

sandy

Administrator
Staff member
click the DNS settings link and then select the show cache option.. if there is a zone file there than we received it from your primary.

thanks
 

ympadmin

New Member
click the DNS settings link and then select the show cache option.. if there is a zone file there than we received it from your primary.

thanks

So I found the cache option last night, so I changed my serial number, and restarted named which used the also-notify to push the change up. So yes I see good things in the cache.
But the servers still have no data for may domain.
 

sandy

Administrator
Staff member
can you check the SOA you are sending:

the cache is ymp.us. 604800 IN SOA ymp.us. root.ymp.us. 2017061701 104800 86400 241920 604800

p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #00f900; background-color: #000000} p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #00f900; background-color: #000000; min-height: 14.0px} span.s1 {font-variant-ligatures: no-common-ligatures} span.Apple-tab-span {white-space:pre}

dig @73.176.108.118 a root.ymp.us


; <<>> DiG 9.8.3-P1 <<>> @73.176.108.118 a root.ymp.us

; (1 server found)

;; global options: +cmd

;; Got answer:

;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 57421

;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; WARNING: recursion requested but not available


;; QUESTION SECTION:

;root.ymp.us.INA


;; AUTHORITY SECTION:

ymp.us.604800INSOAymp.us. root.ymp.us. 2017061701 104800 86400 241920 604800 the authoritative nameserver's address cannot be resolved


 

ympadmin

New Member
Okay, I fixed this also. Everything was working for years, so this is an odd process to be doing today... still hoping to get it working again, but still waiting.
 
Top