Help with secondary dns

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:

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
 
there is no Zone for tradeshell.it at sdns1.ovh.net


C:\Users\Rohit>nslookup

> server sdns1.ovh.net
Default Server: sdns1.ovh.net
Address: 213.251.188.140

> set type=any
> tradeshell.it
Server: sdns1.ovh.net
Address: 213.251.188.140

*** sdns1.ovh.net can't find tradeshell.it: Server failed
>


Are you sure that you have added the domain to the primary server?
 
Ok... let's see

In OVH I added my domain and they gave me my Secondary IP: 213.251.188.140 (sdns1.ovh.net)

Now... I do have my two IPs
94.23.5.115 (ns375751.ovh.net)
213.251.188.140 (sdns1.ovh.net)

And I'd like to create my two custom ns: ns1.tradeshell.it and ns2.tradeshell.it I configured my DA like this:
>
Admin Settings page:

http://www.xtremeshack.com/scheda/1701_Schermata1.png.html


Tradeshell.it DNS Page:

http://www.xtremeshack.com/scheda/1702_Schermata2.png.html

My Server DNS Page:

http://www.xtremeshack.com/scheda/1703_Schermata3.png.html

Is this correct?

Marco
 
Back
Top