All my slave zones from Zonedit get the status expired - what can I do?

HL1234

New Member
Hello,
all my slave zones get the error when I BIND start:

...
zone swdevelop.de/IN: expired
zone wasmuss.de/IN: expired
all zones loaded
running
and in the logs of the dns server are these errors:
17-Aug-2021 06:16:15.011 xfer-in: info: zone wasmuss.de/IN: Transfer started.
17-Aug-2021 06:16:15.160 xfer-in: info: transfer of 'wasmuss.de/IN' from 45.79.110.158#53: connected using 109.230.236.212#63086
17-Aug-2021 06:16:15.310 xfer-in: error: transfer of 'wasmuss.de/IN' from 45.79.110.158#53: failed while receiving responses: REFUSED
17-Aug-2021 06:16:15.310 xfer-in: info: transfer of 'wasmuss.de/IN' from 45.79.110.158#53: Transfer status: REFUSED
17-Aug-2021 06:16:15.310 xfer-in: info: transfer of 'wasmuss.de/IN' from 45.79.110.158#53: Transfer completed: 0 messages, 0 records, 0 bytes, 0.149 secs (0 bytes/sec) (serial 2604576240)
My zone files in ../named/slave are not updated.
I have in named.conf the zone configured like this:
//zoneedit.com (master) + web-06
// The following name-servers can be used with this domain (2021)
// dns1.zoneedit.com 45.77.82.193;
// dns1.zoneedit.com 45.79.110.158;
//
zone "wasmuss.de" {
type slave;
file "slave/wasmuss_de.bk";
masterfile-format text;
masters {
45.77.82.193;
45.79.110.158;
};
allow-transfer { 45.77.82.193; 45.79.110.158; };
//HL-210717 notify no;
allow-notify { 109.230.236.212; };
allow-query { any; };
};
What do I'm wrong - or what is wrong? How can I fixed it that the slave zone files will be updated from your master again?
 

Chris Cherry

Zoneedit Support
Hello,

I would highly recommend visiting the "Integrations" tab when you have your domain loaded in the control panel and check out the Zone Transfers page.

There is a note on the page which says:

Have your third party nameservers slave from:
64.68.198.91


Also, the "Allow Zone Transfers" box is filled in with an IP address that is not 109.230.236.212


Those are the two discrepancies that I can see at the moment.
 

HL1234

New Member
Thanks for an answer, but where can I find the "Integrations" tab in the control panel?
Update: I have found it!
In "Allow Zone Transfers" is my old server ip - I will correct this and see if it helps
 
Last edited:

HL1234

New Member
To set the correct IP address hasn't help.

In the control panel at NS Records I have defined:
dns1.zoneedit.com
dns1.zoneedit.com
ns1.svman.de
(my server as slave)
Was this wrong?

If I look in Domain > Mangage > [DNS Settings] primary NS
There is no primary DNS server defined: "No primary name server specified." ???
Should I write dns1.zoneedit.com there?

]
 

Chris Cherry

Zoneedit Support
Those are the correct Zoneedit Nameservers to be using.

If you want Zoneedit to be Secondary, then yes, you would need to configure the "primary NS" section in the Domain Settings area. Add your primary server and make sure to add our IP to the ACL so it can receive the transfers and notifies.
 
Top