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

· 13년 전 · 2644
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,201
13년 전 조회 2,785
13년 전 조회 6,074
13년 전 조회 2,138
13년 전 조회 5,433
13년 전 조회 2,600
13년 전 조회 2,444
13년 전 조회 2,844
13년 전 조회 2,626
13년 전 조회 1,874
13년 전 조회 1,865
13년 전 조회 2.2만
13년 전 조회 1,812
13년 전 조회 2,392
13년 전 조회 2,404
13년 전 조회 2,654
13년 전 조회 4,806
13년 전 조회 2,036
13년 전 조회 3,515
13년 전 조회 6,168
13년 전 조회 2,019
13년 전 조회 5,181
13년 전 조회 2,342
13년 전 조회 5,118
13년 전 조회 2,215
13년 전 조회 3,068
13년 전 조회 2,218
13년 전 조회 3,477
13년 전 조회 9,278
13년 전 조회 3,249
13년 전 조회 3,068
13년 전 조회 2,861
13년 전 조회 1,888
13년 전 조회 3,393
13년 전 조회 3,190
13년 전 조회 1,965
13년 전 조회 2,524
13년 전 조회 1,959
13년 전 조회 2,166
13년 전 조회 2,533
13년 전 조회 4,902
13년 전 조회 3,405
13년 전 조회 3,633
13년 전 조회 5,004
13년 전 조회 4,759
13년 전 조회 4,408
13년 전 조회 5,306
13년 전 조회 2,279
13년 전 조회 7,251
13년 전 조회 2,645
13년 전 조회 2,473
13년 전 조회 4,657
13년 전 조회 4,352
13년 전 조회 6,488
13년 전 조회 4,019
13년 전 조회 4,686
13년 전 조회 2,345
13년 전 조회 2,154
13년 전 조회 3,369
13년 전 조회 2,145
13년 전 조회 3,528
13년 전 조회 2,832
13년 전 조회 2,456
13년 전 조회 3,441
13년 전 조회 3,518
13년 전 조회 2,634
13년 전 조회 2,134
13년 전 조회 2,695
13년 전 조회 2,177
13년 전 조회 2,543
13년 전 조회 5,178
13년 전 조회 5,281
13년 전 조회 2,716
13년 전 조회 8,256
13년 전 조회 8,900
13년 전 조회 3,616
13년 전 조회 5,134
13년 전 조회 1,965
13년 전 조회 4,991
13년 전 조회 4,700
13년 전 조회 4,050
13년 전 조회 4,165
13년 전 조회 3,691
13년 전 조회 3,397
13년 전 조회 6,498
13년 전 조회 4,118
13년 전 조회 4,327
13년 전 조회 3,577
13년 전 조회 8,163
13년 전 조회 3,737
13년 전 조회 4,756
13년 전 조회 3,537
13년 전 조회 5,985
13년 전 조회 5,047
13년 전 조회 3,927
13년 전 조회 3,602
13년 전 조회 2,661
13년 전 조회 4,756
13년 전 조회 5,463
13년 전 조회 4,823