네임서버 설치 도중에 에러가 뜨는데... 뭐가 문제일까요?

· 13년 전 · 2689
service named start 할 경우 아래와같은 에러가 뜹니다.

error in named configuration:
/etc/named.rfc1912.zones:13: when using 'view' statements, all zones must be in views


파일 설정을 제대로 해주었는데 말이죠..

named.conf :
//
// named.conf
//
// Provided by Red Hat bind package to configure the ISC BIND named(8) DNS
// server as a caching only nameserver (as a localhost DNS resolver only).
//
// See /usr/share/doc/bind*/sample/ for example named configuration files.
//

options {
listen-on port 53 { any; };
listen-on-v6 port 53 { ::1; };
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
        statistics-file "/var/named/data/named_stats.txt";
        memstatistics-file "/var/named/data/named_mem_stats.txt";
allow-query    { any; };
recursion yes;

dnssec-enable yes;
dnssec-validation yes;
dnssec-lookaside auto;

/* Path to ISC DLV key */
bindkeys-file "/etc/named.iscdlv.key";

managed-keys-directory "/var/named/dynamic";
};

logging {
        channel default_debug {
                file "data/named.run";
                severity dynamic;
        };
};



view localhost_resolver {
        match-clients      { any; };
        match-destinations { any; };
        recursion yes;
        include "/etc/named.rfc1912.zones";
};

include "/etc/named.rfc1912.zones";
include "/etc/named.root.key";

------------------------------------

named.rfc1912.zones:
// named.rfc1912.zones:
//
// Provided by Red Hat caching-nameserver package
//
// ISC BIND named zone configuration for zones recommended by
// RFC 1912 section 4.1 : localhost TLDs and address zones
// and http://www.ietf.org/internet-drafts/draft-ietf-dnsop-default-local-zones-02.txt
// (c)2007 R W Franks
//
// See /usr/share/doc/bind*/sample/ for example named configuration files.
//

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


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


zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa" IN {
type master;
file "named.loopback";
allow-update { none; };
};

zone "1.0.0.127.in-addr.arpa" IN {
type master;
file "named.loopback";
allow-update { none; };
};

zone "0.in-addr.arpa" IN {
type master;
file "named.empty";
allow-update { none; };
};

zone "warn.co.kr" IN {
            type master;
            file "warn.co.kr.zone";
            allow-update { none; };

};
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
13년 전 조회 7,247
13년 전 조회 2,829
13년 전 조회 6,122
13년 전 조회 2,148
13년 전 조회 5,490
13년 전 조회 2,648
13년 전 조회 2,490
13년 전 조회 2,858
13년 전 조회 2,670
13년 전 조회 1,927
13년 전 조회 1,910
13년 전 조회 2.2만
13년 전 조회 1,853
13년 전 조회 2,450
13년 전 조회 2,447
13년 전 조회 2,696
13년 전 조회 4,847
13년 전 조회 2,081
13년 전 조회 3,556
13년 전 조회 6,210
13년 전 조회 2,055
13년 전 조회 5,230
13년 전 조회 2,394
13년 전 조회 5,180
13년 전 조회 2,274
13년 전 조회 3,112
13년 전 조회 2,262
13년 전 조회 3,525
13년 전 조회 9,331
13년 전 조회 3,309
13년 전 조회 3,113
13년 전 조회 2,919
13년 전 조회 1,934
13년 전 조회 3,443
13년 전 조회 3,235
13년 전 조회 2,016
13년 전 조회 2,573
13년 전 조회 1,995
13년 전 조회 2,177
13년 전 조회 2,576
13년 전 조회 4,944
13년 전 조회 3,443
13년 전 조회 3,674
13년 전 조회 5,038
13년 전 조회 4,811
13년 전 조회 4,467
13년 전 조회 5,358
13년 전 조회 2,332
13년 전 조회 7,292
13년 전 조회 2,690
13년 전 조회 2,530
13년 전 조회 4,706
13년 전 조회 4,410
13년 전 조회 6,528
13년 전 조회 4,066
13년 전 조회 4,732
13년 전 조회 2,392
13년 전 조회 2,202
13년 전 조회 3,409
13년 전 조회 2,191
13년 전 조회 3,570
13년 전 조회 2,888
13년 전 조회 2,500
13년 전 조회 3,491
13년 전 조회 3,528
13년 전 조회 2,681
13년 전 조회 2,182
13년 전 조회 2,754
13년 전 조회 2,211
13년 전 조회 2,582
13년 전 조회 5,227
13년 전 조회 5,330
13년 전 조회 2,764
13년 전 조회 8,296
13년 전 조회 8,955
13년 전 조회 3,651
13년 전 조회 5,184
13년 전 조회 2,003
13년 전 조회 5,030
13년 전 조회 4,712
13년 전 조회 4,088
13년 전 조회 4,211
13년 전 조회 3,731
13년 전 조회 3,410
13년 전 조회 6,531
13년 전 조회 4,164
13년 전 조회 4,346
13년 전 조회 3,615
13년 전 조회 8,205
13년 전 조회 3,752
13년 전 조회 4,799
13년 전 조회 3,549
13년 전 조회 6,005
13년 전 조회 5,081
13년 전 조회 3,954
13년 전 조회 3,643
13년 전 조회 2,698
13년 전 조회 4,804
13년 전 조회 5,502
13년 전 조회 4,856