On Thu, 6 Nov 2008 09:27:00 +0100, "Jesus arteche" <[EMAIL PROTECTED]>
wrote:
> Thanks for the help...but Julian...It's not clear to me...Where i should
> add
> the zone....i added to nameb.conf.local this:
>
> zone "." IN{
> type slave;
> file "/etc/bind/db.root";
> masters { 62.42.230.24 <http://58.6.115.46/>; };
> allow-transfer { any; };
> notify no;
> };
>
> where 62.42.230.24 is the DNS of my ISP...
Your IP is not needed in the masters section. The line masters should look
like this;
masters { 58.6.115.46; 216.87.84.214; };
Having two IPs listed in master will ensure that if one goes down, you can
still transfer the zone.
--julian
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]