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

· 13년 전 · 2908
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,500
13년 전 조회 3,064
13년 전 조회 6,360
13년 전 조회 2,257
13년 전 조회 5,722
13년 전 조회 2,885
13년 전 조회 2,714
13년 전 조회 2,950
13년 전 조회 2,906
13년 전 조회 2,158
13년 전 조회 2,133
13년 전 조회 2.2만
13년 전 조회 2,081
13년 전 조회 2,693
13년 전 조회 2,669
13년 전 조회 2,912
13년 전 조회 5,102
13년 전 조회 2,313
13년 전 조회 3,808
13년 전 조회 6,441
13년 전 조회 2,271
13년 전 조회 5,466
13년 전 조회 2,639
13년 전 조회 5,409
13년 전 조회 2,520
13년 전 조회 3,397
13년 전 조회 2,499
13년 전 조회 3,751
13년 전 조회 9,546
13년 전 조회 3,555
13년 전 조회 3,330
13년 전 조회 3,187
13년 전 조회 2,182
13년 전 조회 3,696
13년 전 조회 3,490
13년 전 조회 2,236
13년 전 조회 2,792
13년 전 조회 2,227
13년 전 조회 2,291
13년 전 조회 2,805
13년 전 조회 5,168
13년 전 조회 3,682
13년 전 조회 3,913
13년 전 조회 5,273
13년 전 조회 5,031
13년 전 조회 4,709
13년 전 조회 5,603
13년 전 조회 2,565
13년 전 조회 7,526
13년 전 조회 2,909
13년 전 조회 2,763
13년 전 조회 4,948
13년 전 조회 4,640
13년 전 조회 6,754
13년 전 조회 4,297
13년 전 조회 4,978
13년 전 조회 2,637
13년 전 조회 2,445
13년 전 조회 3,642
13년 전 조회 2,416
13년 전 조회 3,791
13년 전 조회 3,102
13년 전 조회 2,728
13년 전 조회 3,693
13년 전 조회 3,593
13년 전 조회 2,897
13년 전 조회 2,406
13년 전 조회 2,951
13년 전 조회 2,446
13년 전 조회 2,799
13년 전 조회 5,475
13년 전 조회 5,591
13년 전 조회 2,978
13년 전 조회 8,490
13년 전 조회 9,164
13년 전 조회 3,885
13년 전 조회 5,416
13년 전 조회 2,212
13년 전 조회 5,253
13년 전 조회 4,793
13년 전 조회 4,314
13년 전 조회 4,403
13년 전 조회 3,946
13년 전 조회 3,474
13년 전 조회 6,735
13년 전 조회 4,370
13년 전 조회 4,414
13년 전 조회 3,828
13년 전 조회 8,394
13년 전 조회 3,828
13년 전 조회 5,003
13년 전 조회 3,636
13년 전 조회 6,080
13년 전 조회 5,275
13년 전 조회 4,184
13년 전 조회 3,831
13년 전 조회 2,910
13년 전 조회 5,000
13년 전 조회 5,709
13년 전 조회 5,056