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

· 13년 전 · 2244
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,820
13년 전 조회 2,439
13년 전 조회 5,662
13년 전 조회 1,766
13년 전 조회 5,066
13년 전 조회 2,245
13년 전 조회 2,052
13년 전 조회 2,507
13년 전 조회 2,251
13년 전 조회 1,488
13년 전 조회 1,468
13년 전 조회 2.1만
13년 전 조회 1,443
13년 전 조회 2,017
13년 전 조회 2,055
13년 전 조회 2,276
13년 전 조회 4,432
13년 전 조회 1,630
13년 전 조회 3,152
13년 전 조회 5,828
13년 전 조회 1,606
13년 전 조회 4,795
13년 전 조회 1,994
13년 전 조회 4,711
13년 전 조회 1,832
13년 전 조회 2,706
13년 전 조회 1,863
13년 전 조회 3,097
13년 전 조회 8,904
13년 전 조회 2,889
13년 전 조회 2,694
13년 전 조회 2,462
13년 전 조회 1,517
13년 전 조회 3,052
13년 전 조회 2,843
13년 전 조회 1,567
13년 전 조회 2,138
13년 전 조회 1,534
13년 전 조회 1,852
13년 전 조회 2,174
13년 전 조회 4,531
13년 전 조회 3,064
13년 전 조회 3,240
13년 전 조회 4,616
13년 전 조회 4,385
13년 전 조회 4,053
13년 전 조회 4,905
13년 전 조회 1,941
13년 전 조회 6,898
13년 전 조회 2,245
13년 전 조회 2,089
13년 전 조회 4,317
13년 전 조회 3,979
13년 전 조회 6,132
13년 전 조회 3,670
13년 전 조회 4,316
13년 전 조회 2,007
13년 전 조회 1,798
13년 전 조회 3,032
13년 전 조회 1,763
13년 전 조회 3,166
13년 전 조회 2,478
13년 전 조회 2,062
13년 전 조회 3,066
13년 전 조회 3,109
13년 전 조회 2,302
13년 전 조회 1,783
13년 전 조회 2,315
13년 전 조회 1,820
13년 전 조회 2,198
13년 전 조회 4,814
13년 전 조회 4,926
13년 전 조회 2,340
13년 전 조회 7,906
13년 전 조회 8,546
13년 전 조회 3,224
13년 전 조회 4,788
13년 전 조회 1,588
13년 전 조회 4,625
13년 전 조회 4,284
13년 전 조회 3,686
13년 전 조회 3,773
13년 전 조회 3,321
13년 전 조회 3,015
13년 전 조회 6,140
13년 전 조회 3,779
13년 전 조회 3,957
13년 전 조회 3,209
13년 전 조회 7,803
13년 전 조회 3,389
13년 전 조회 4,405
13년 전 조회 3,161
13년 전 조회 5,624
13년 전 조회 4,664
13년 전 조회 3,538
13년 전 조회 3,233
13년 전 조회 2,279
13년 전 조회 4,383
13년 전 조회 5,082
13년 전 조회 4,428