• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Resolved DNS slave error

layerwire

Basic Pleskian
Hi, already created ticket, but maybe someone else had same issue.
We are using Debian 7.

Code:
Jan  4 13:54:35 debian named[4116]: transfer of 'domain.com/IN' from 40.69.41.224#53: connected using 10.0.2.4#44783
Jan  4 13:54:36 debian named[4116]: transfer of 'domain.com/IN' from 40.69.41.224#53: failed while receiving responses: NXDOMAIN
Jan  4 13:54:36 debian named[4116]: transfer of 'domain.com/IN' from 40.69.41.224#53: Transfer completed: 0 messages, 0 records, 0 bytes, 0.202 secs (0 bytes/sec)
 
Last edited:
Hi, already created ticket, but maybe someone else had same issue.
We are using Debian 7.

Jan 4 13:54:35 debian named[4116]: transfer of 'domain.com/IN' from 40.69.41.224#53: connected using 10.0.2.4#44783
Jan 4 13:54:36 debian named[4116]: transfer of 'domain.com/IN' from 40.69.41.224#53: failed while receiving responses: NXDOMAIN
Jan 4 13:54:36 debian named[4116]: transfer of 'domain.com/IN' from 40.69.41.224#53: Transfer completed: 0 messages, 0 records, 0 bytes, 0.202 secs (0 bytes/sec)

try to use it I think it will be work for you
This is my.named.conf on my secondary DNS (ISPConfig)
zone "domain.org" {
type master;
file "domain.zone";
allow-transfer {195 ... ... ...; };
};
just make sure your firewall not blocked port tcp/ip
 
try to use it I think it will be work for you
This is my.named.conf on my secondary DNS (ISPConfig)
zone "domain.org" {
type master;
file "domain.zone";
allow-transfer {195 ... ... ...; };
};
just make sure your firewall not blocked port tcp/ip
Thanks for advice, port 952 was closed. Now then its open we are getting same error plus this new one


Code:
root@admin:/var/log/bind# telnet 40.**.**.224 953
Trying 40.**.**.224...
Connected to 40.**.**.224.
Escape character is '^]'.
 
Back
Top