• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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