vine-users ML アーカイブ



[vine-users:052741] BIND9 の設定について

  • From: 保泉 偉政 <t-hozumi@xxxxxxxxxxxx>
  • Subject: [vine-users:052741] BIND9 の設定について
  • Date: Tue, 13 Aug 2002 13:22:08 +0900
VineLinux2.5 + TestPkgにあるBind9.2.1を使用しています。

先日、bind8からbind9へと移行し、内部及び外部ネットワーク用の設定を行い、
それぞれ自ドメインの内容を引けるようになったことを確認したのですが、その
際に他のドメインを引く事が出来なくなってしまいました。

何が原因となっているのかわからず、途方にくれています。
どなたか考えられる原因を教えてはいただけないでしょうか?

現在のnamed.confの内容は下記のようになっております。

// Local Network Address Section
acl localnet{
        192.168.100.0/24;
        127.0.0.1;
};

// Options Section
options {
        directory "/var/named";
};

view "inside" {
        match-clients { localnet; };
        recursion yes;

        zone "." {
                type hint;
                file "named.ca";
        };

        zone "localhost" {
                type master;
                file "named.local";
                allow-update { none; };
        };

        zone "0.0.127.in-addr.arpa" {
                type master;
                file "named.127.0.0";
                allow-update { none; };
        };

        zone "crescope.com" {
                type master;
                file "named.crescope.local";
        };

        zone "100.168.192.in-addr.arpa" {
                type master;
                file "named.192.168.100";
        };
};

view "outside" {
        match-clients { any; };
        allow-query { any; };
        recursion no;

        zone "crescope.com" {
                type master;
                file "named.crescope";
        };

        zone "196.164.210.in-addr.arpa" {
                type master;
                file "named.210.164.196";
        };
};

お力添えをお願いいたします。

-- 
株式会社クレスコ
フィナンシャルソリューション事業部 第1部
保泉 偉政 <t-hozumi@xxxxxxxxxxxx>