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

· 13년 전 · 2747
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,319
13년 전 조회 2,886
13년 전 조회 6,178
13년 전 조회 2,185
13년 전 조회 5,545
13년 전 조회 2,702
13년 전 조회 2,552
13년 전 조회 2,897
13년 전 조회 2,729
13년 전 조회 1,983
13년 전 조회 1,959
13년 전 조회 2.2만
13년 전 조회 1,922
13년 전 조회 2,506
13년 전 조회 2,505
13년 전 조회 2,754
13년 전 조회 4,925
13년 전 조회 2,153
13년 전 조회 3,615
13년 전 조회 6,273
13년 전 조회 2,120
13년 전 조회 5,300
13년 전 조회 2,453
13년 전 조회 5,243
13년 전 조회 2,336
13년 전 조회 3,185
13년 전 조회 2,317
13년 전 조회 3,603
13년 전 조회 9,394
13년 전 조회 3,375
13년 전 조회 3,166
13년 전 조회 2,981
13년 전 조회 1,998
13년 전 조회 3,514
13년 전 조회 3,306
13년 전 조회 2,071
13년 전 조회 2,627
13년 전 조회 2,056
13년 전 조회 2,222
13년 전 조회 2,626
13년 전 조회 5,013
13년 전 조회 3,522
13년 전 조회 3,734
13년 전 조회 5,100
13년 전 조회 4,883
13년 전 조회 4,543
13년 전 조회 5,423
13년 전 조회 2,379
13년 전 조회 7,355
13년 전 조회 2,748
13년 전 조회 2,597
13년 전 조회 4,781
13년 전 조회 4,480
13년 전 조회 6,595
13년 전 조회 4,134
13년 전 조회 4,790
13년 전 조회 2,454
13년 전 조회 2,260
13년 전 조회 3,464
13년 전 조회 2,261
13년 전 조회 3,630
13년 전 조회 2,948
13년 전 조회 2,546
13년 전 조회 3,543
13년 전 조회 3,553
13년 전 조회 2,748
13년 전 조회 2,243
13년 전 조회 2,812
13년 전 조회 2,275
13년 전 조회 2,640
13년 전 조회 5,294
13년 전 조회 5,399
13년 전 조회 2,815
13년 전 조회 8,359
13년 전 조회 9,015
13년 전 조회 3,705
13년 전 조회 5,248
13년 전 조회 2,058
13년 전 조회 5,094
13년 전 조회 4,740
13년 전 조회 4,152
13년 전 조회 4,272
13년 전 조회 3,787
13년 전 조회 3,436
13년 전 조회 6,584
13년 전 조회 4,232
13년 전 조회 4,370
13년 전 조회 3,674
13년 전 조회 8,265
13년 전 조회 3,778
13년 전 조회 4,857
13년 전 조회 3,585
13년 전 조회 6,035
13년 전 조회 5,133
13년 전 조회 4,013
13년 전 조회 3,690
13년 전 조회 2,752
13년 전 조회 4,846
13년 전 조회 5,560
13년 전 조회 4,899