principino1984
Verified User
- Joined
- Oct 10, 2008
- Messages
- 36
Hi,
I'm having a lot of problem setting up the secondary dns on my server. I added it to my server in DA and I thought it would be done. But my webfarm told me that I need to add a transfer-allow to that server. As they told me I updated my etc/named.conf file and wrote down:
but still it doesn't seem to like it, since as soon I try to send a check to the manteiner I get this error:
What can it be the problem?
thanks
Marco
I'm having a lot of problem setting up the secondary dns on my server. I added it to my server in DA and I thought it would be done. But my webfarm told me that I need to add a transfer-allow to that server. As they told me I updated my etc/named.conf file and wrote down:
Code:
options {
directory "/var/named";
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
allow-transfer { 213.251.188.140; };
};
but still it doesn't seem to like it, since as soon I try to send a check to the manteiner I get this error:
Code:
dns check phase ok: 10070 - xxxxxxx.ovh.net
dns check phase failed: 20801 - sdns1.ovh.net
server: sdns1.ovh.net
address: 213.251.188.140
query about tradeshell.it for record types any
trying tradeshell.it ...
query failed, 0 answers, status: server failure
tradeshell.it any record not found at sdns1.ovh.net, server failure
What can it be the problem?
thanks
Marco