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

· 13년 전 · 2713
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,270
13년 전 조회 2,850
13년 전 조회 6,139
13년 전 조회 2,164
13년 전 조회 5,514
13년 전 조회 2,667
13년 전 조회 2,508
13년 전 조회 2,875
13년 전 조회 2,690
13년 전 조회 1,950
13년 전 조회 1,928
13년 전 조회 2.2만
13년 전 조회 1,869
13년 전 조회 2,464
13년 전 조회 2,465
13년 전 조회 2,717
13년 전 조회 4,879
13년 전 조회 2,106
13년 전 조회 3,584
13년 전 조회 6,235
13년 전 조회 2,078
13년 전 조회 5,259
13년 전 조회 2,416
13년 전 조회 5,205
13년 전 조회 2,301
13년 전 조회 3,142
13년 전 조회 2,280
13년 전 조회 3,559
13년 전 조회 9,357
13년 전 조회 3,329
13년 전 조회 3,136
13년 전 조회 2,938
13년 전 조회 1,958
13년 전 조회 3,464
13년 전 조회 3,262
13년 전 조회 2,031
13년 전 조회 2,597
13년 전 조회 2,016
13년 전 조회 2,192
13년 전 조회 2,594
13년 전 조회 4,974
13년 전 조회 3,480
13년 전 조회 3,697
13년 전 조회 5,064
13년 전 조회 4,844
13년 전 조회 4,503
13년 전 조회 5,388
13년 전 조회 2,354
13년 전 조회 7,318
13년 전 조회 2,714
13년 전 조회 2,557
13년 전 조회 4,739
13년 전 조회 4,438
13년 전 조회 6,559
13년 전 조회 4,090
13년 전 조회 4,751
13년 전 조회 2,423
13년 전 조회 2,226
13년 전 조회 3,431
13년 전 조회 2,220
13년 전 조회 3,590
13년 전 조회 2,908
13년 전 조회 2,523
13년 전 조회 3,512
13년 전 조회 3,536
13년 전 조회 2,710
13년 전 조회 2,206
13년 전 조회 2,780
13년 전 조회 2,235
13년 전 조회 2,606
13년 전 조회 5,256
13년 전 조회 5,357
13년 전 조회 2,778
13년 전 조회 8,321
13년 전 조회 8,977
13년 전 조회 3,676
13년 전 조회 5,214
13년 전 조회 2,027
13년 전 조회 5,055
13년 전 조회 4,720
13년 전 조회 4,107
13년 전 조회 4,237
13년 전 조회 3,751
13년 전 조회 3,424
13년 전 조회 6,549
13년 전 조회 4,191
13년 전 조회 4,355
13년 전 조회 3,641
13년 전 조회 8,229
13년 전 조회 3,765
13년 전 조회 4,824
13년 전 조회 3,567
13년 전 조회 6,018
13년 전 조회 5,103
13년 전 조회 3,985
13년 전 조회 3,662
13년 전 조회 2,715
13년 전 조회 4,824
13년 전 조회 5,526
13년 전 조회 4,877