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

· 13년 전 · 2167
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년 전 조회 6,760
13년 전 조회 2,367
13년 전 조회 5,608
13년 전 조회 1,725
13년 전 조회 5,004
13년 전 조회 2,169
13년 전 조회 1,982
13년 전 조회 2,468
13년 전 조회 2,183
13년 전 조회 1,423
13년 전 조회 1,406
13년 전 조회 2.1만
13년 전 조회 1,387
13년 전 조회 1,932
13년 전 조회 1,980
13년 전 조회 2,205
13년 전 조회 4,365
13년 전 조회 1,569
13년 전 조회 3,091
13년 전 조회 5,756
13년 전 조회 1,538
13년 전 조회 4,738
13년 전 조회 1,939
13년 전 조회 4,645
13년 전 조회 1,767
13년 전 조회 2,635
13년 전 조회 1,806
13년 전 조회 3,042
13년 전 조회 8,835
13년 전 조회 2,828
13년 전 조회 2,617
13년 전 조회 2,408
13년 전 조회 1,446
13년 전 조회 2,985
13년 전 조회 2,752
13년 전 조회 1,500
13년 전 조회 2,069
13년 전 조회 1,463
13년 전 조회 1,815
13년 전 조회 2,101
13년 전 조회 4,460
13년 전 조회 2,997
13년 전 조회 3,164
13년 전 조회 4,535
13년 전 조회 4,305
13년 전 조회 3,967
13년 전 조회 4,839
13년 전 조회 1,865
13년 전 조회 6,818
13년 전 조회 2,168
13년 전 조회 2,020
13년 전 조회 4,249
13년 전 조회 3,899
13년 전 조회 6,069
13년 전 조회 3,601
13년 전 조회 4,250
13년 전 조회 1,935
13년 전 조회 1,726
13년 전 조회 2,956
13년 전 조회 1,693
13년 전 조회 3,093
13년 전 조회 2,411
13년 전 조회 1,991
13년 전 조회 2,990
13년 전 조회 3,060
13년 전 조회 2,226
13년 전 조회 1,709
13년 전 조회 2,246
13년 전 조회 1,746
13년 전 조회 2,137
13년 전 조회 4,744
13년 전 조회 4,847
13년 전 조회 2,264
13년 전 조회 7,821
13년 전 조회 8,473
13년 전 조회 3,149
13년 전 조회 4,726
13년 전 조회 1,516
13년 전 조회 4,566
13년 전 조회 4,240
13년 전 조회 3,612
13년 전 조회 3,702
13년 전 조회 3,256
13년 전 조회 2,964
13년 전 조회 6,064
13년 전 조회 3,704
13년 전 조회 3,907
13년 전 조회 3,149
13년 전 조회 7,729
13년 전 조회 3,343
13년 전 조회 4,331
13년 전 조회 3,103
13년 전 조회 5,568
13년 전 조회 4,590
13년 전 조회 3,485
13년 전 조회 3,170
13년 전 조회 2,214
13년 전 조회 4,312
13년 전 조회 5,001
13년 전 조회 4,362