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

· 13년 전 · 2722
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,282
13년 전 조회 2,858
13년 전 조회 6,144
13년 전 조회 2,169
13년 전 조회 5,518
13년 전 조회 2,675
13년 전 조회 2,519
13년 전 조회 2,884
13년 전 조회 2,701
13년 전 조회 1,960
13년 전 조회 1,938
13년 전 조회 2.2만
13년 전 조회 1,884
13년 전 조회 2,475
13년 전 조회 2,470
13년 전 조회 2,730
13년 전 조회 4,889
13년 전 조회 2,121
13년 전 조회 3,593
13년 전 조회 6,243
13년 전 조회 2,087
13년 전 조회 5,270
13년 전 조회 2,424
13년 전 조회 5,217
13년 전 조회 2,309
13년 전 조회 3,147
13년 전 조회 2,293
13년 전 조회 3,564
13년 전 조회 9,366
13년 전 조회 3,342
13년 전 조회 3,145
13년 전 조회 2,949
13년 전 조회 1,969
13년 전 조회 3,475
13년 전 조회 3,272
13년 전 조회 2,043
13년 전 조회 2,601
13년 전 조회 2,021
13년 전 조회 2,199
13년 전 조회 2,605
13년 전 조회 4,982
13년 전 조회 3,491
13년 전 조회 3,705
13년 전 조회 5,075
13년 전 조회 4,852
13년 전 조회 4,514
13년 전 조회 5,395
13년 전 조회 2,359
13년 전 조회 7,333
13년 전 조회 2,723
13년 전 조회 2,568
13년 전 조회 4,748
13년 전 조회 4,448
13년 전 조회 6,563
13년 전 조회 4,101
13년 전 조회 4,761
13년 전 조회 2,429
13년 전 조회 2,234
13년 전 조회 3,435
13년 전 조회 2,227
13년 전 조회 3,600
13년 전 조회 2,916
13년 전 조회 2,526
13년 전 조회 3,523
13년 전 조회 3,542
13년 전 조회 2,717
13년 전 조회 2,217
13년 전 조회 2,788
13년 전 조회 2,250
13년 전 조회 2,617
13년 전 조회 5,267
13년 전 조회 5,370
13년 전 조회 2,785
13년 전 조회 8,335
13년 전 조회 8,989
13년 전 조회 3,682
13년 전 조회 5,223
13년 전 조회 2,033
13년 전 조회 5,064
13년 전 조회 4,726
13년 전 조회 4,120
13년 전 조회 4,248
13년 전 조회 3,759
13년 전 조회 3,427
13년 전 조회 6,559
13년 전 조회 4,201
13년 전 조회 4,359
13년 전 조회 3,650
13년 전 조회 8,238
13년 전 조회 3,769
13년 전 조회 4,833
13년 전 조회 3,573
13년 전 조회 6,025
13년 전 조회 5,110
13년 전 조회 3,992
13년 전 조회 3,671
13년 전 조회 2,722
13년 전 조회 4,830
13년 전 조회 5,530
13년 전 조회 4,882