Migrating from 8.3.1 to 9.2...

Cihan Subasi (Garanti Teknoloji) CihanS at garanti.com.tr
Thu May 23 07:51:01 UTC 2002



I tried it with 9.1.x, it complainted about the quotation marks in the =
zone entry...

-----Original Message-----
From: N/A [mailto:reply_in at newsgroup.only]
Sent: Thursday, May 23, 2002 5:45 AM
To: comp-protocols-dns-bind at isc.org
Subject: Re: Migrating from 8.3.1 to 9.2...


Some inline notes. I simply checked /var/log/messages for each reference =
to
"named" and it pointed me to the line that had a problem. Didn't have to
touch rndc.conf at all. rndc won't get a connection unless the files are =
all
syntactically perfect. I installed 9.2.0 from RH 7.3 on a new server and
copied the 8.2.3 files over. These were the only changes I needed.

Ray

> options {
>         directory "/var/named";
>         version "Do not know my version..Mom, what is my version?";
>         check-names master warn; - LOSE THIS LINE
>         datasize 128M;
>         deallocate-on-exit yes;
>         statistics-file "/var/tmp/named.stats";
>         allow-query { test_acl; };
>         allow-transfer { transfer_acl; };
>         transfer-format many-answers;
>         query-source address * port 53 ;
>         cleaning-interval 10080;
>         interface-interval 60;
>         statistics-interval 10; - LOSE THIS LINE
>         notify yes;
> };
> zone "test.com" {
>         type master;                    // what used to be called
"secondary"
>         file "namemsnbc-ntv.dom";
>         check-names warn; - LOSE THIS LINE
>         allow-update { none; };
>         allow-query { any; };
>         also-notify { a.b.c.d;};
> };
>
> ***********************************************************
> Cihan SUBASI
> Garanti Technology
> Internet Services Manager
> Tel:(90)(212)4783426 GSM:(90)(533)(2701915)
> Fax:(90)(212)6576150
> http://www.garantitechnology.com
> mailto:cihans at garanti.com.tr
> ***********************************************************
>
>
>
>




More information about the bind-users mailing list