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

· 13년 전 · 2572
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,137
13년 전 조회 2,717
13년 전 조회 5,999
13년 전 조회 2,130
13년 전 조회 5,364
13년 전 조회 2,533
13년 전 조회 2,368
13년 전 조회 2,834
13년 전 조회 2,544
13년 전 조회 1,800
13년 전 조회 1,797
13년 전 조회 2.2만
13년 전 조회 1,756
13년 전 조회 2,309
13년 전 조회 2,340
13년 전 조회 2,588
13년 전 조회 4,723
13년 전 조회 1,951
13년 전 조회 3,459
13년 전 조회 6,105
13년 전 조회 1,943
13년 전 조회 5,100
13년 전 조회 2,278
13년 전 조회 5,037
13년 전 조회 2,143
13년 전 조회 2,998
13년 전 조회 2,146
13년 전 조회 3,401
13년 전 조회 9,197
13년 전 조회 3,172
13년 전 조회 2,994
13년 전 조회 2,779
13년 전 조회 1,819
13년 전 조회 3,324
13년 전 조회 3,126
13년 전 조회 1,889
13년 전 조회 2,453
13년 전 조회 1,880
13년 전 조회 2,156
13년 전 조회 2,464
13년 전 조회 4,817
13년 전 조회 3,329
13년 전 조회 3,554
13년 전 조회 4,921
13년 전 조회 4,699
13년 전 조회 4,339
13년 전 조회 5,232
13년 전 조회 2,206
13년 전 조회 7,173
13년 전 조회 2,573
13년 전 조회 2,392
13년 전 조회 4,579
13년 전 조회 4,275
13년 전 조회 6,415
13년 전 조회 3,971
13년 전 조회 4,617
13년 전 조회 2,290
13년 전 조회 2,101
13년 전 조회 3,303
13년 전 조회 2,080
13년 전 조회 3,449
13년 전 조회 2,765
13년 전 조회 2,385
13년 전 조회 3,366
13년 전 조회 3,509
13년 전 조회 2,566
13년 전 조회 2,066
13년 전 조회 2,635
13년 전 조회 2,116
13년 전 조회 2,474
13년 전 조회 5,107
13년 전 조회 5,210
13년 전 조회 2,645
13년 전 조회 8,175
13년 전 조회 8,823
13년 전 조회 3,540
13년 전 조회 5,075
13년 전 조회 1,898
13년 전 조회 4,923
13년 전 조회 4,690
13년 전 조회 3,994
13년 전 조회 4,085
13년 전 조회 3,635
13년 전 조회 3,392
13년 전 조회 6,439
13년 전 조회 4,064
13년 전 조회 4,318
13년 전 조회 3,508
13년 전 조회 8,098
13년 전 조회 3,724
13년 전 조회 4,694
13년 전 조회 3,522
13년 전 조회 5,979
13년 전 조회 4,978
13년 전 조회 3,851
13년 전 조회 3,544
13년 전 조회 2,595
13년 전 조회 4,674
13년 전 조회 5,387
13년 전 조회 4,749