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

· 13년 전 · 2719
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,281
13년 전 조회 2,857
13년 전 조회 6,143
13년 전 조회 2,166
13년 전 조회 5,518
13년 전 조회 2,673
13년 전 조회 2,518
13년 전 조회 2,883
13년 전 조회 2,698
13년 전 조회 1,956
13년 전 조회 1,935
13년 전 조회 2.2만
13년 전 조회 1,878
13년 전 조회 2,472
13년 전 조회 2,469
13년 전 조회 2,727
13년 전 조회 4,888
13년 전 조회 2,117
13년 전 조회 3,589
13년 전 조회 6,241
13년 전 조회 2,087
13년 전 조회 5,266
13년 전 조회 2,422
13년 전 조회 5,215
13년 전 조회 2,306
13년 전 조회 3,145
13년 전 조회 2,288
13년 전 조회 3,563
13년 전 조회 9,364
13년 전 조회 3,340
13년 전 조회 3,143
13년 전 조회 2,947
13년 전 조회 1,965
13년 전 조회 3,472
13년 전 조회 3,271
13년 전 조회 2,040
13년 전 조회 2,600
13년 전 조회 2,020
13년 전 조회 2,199
13년 전 조회 2,604
13년 전 조회 4,980
13년 전 조회 3,490
13년 전 조회 3,704
13년 전 조회 5,071
13년 전 조회 4,850
13년 전 조회 4,510
13년 전 조회 5,395
13년 전 조회 2,357
13년 전 조회 7,325
13년 전 조회 2,720
13년 전 조회 2,566
13년 전 조회 4,746
13년 전 조회 4,445
13년 전 조회 6,562
13년 전 조회 4,098
13년 전 조회 4,757
13년 전 조회 2,429
13년 전 조회 2,234
13년 전 조회 3,434
13년 전 조회 2,226
13년 전 조회 3,599
13년 전 조회 2,914
13년 전 조회 2,525
13년 전 조회 3,518
13년 전 조회 3,541
13년 전 조회 2,714
13년 전 조회 2,212
13년 전 조회 2,784
13년 전 조회 2,244
13년 전 조회 2,614
13년 전 조회 5,261
13년 전 조회 5,364
13년 전 조회 2,783
13년 전 조회 8,331
13년 전 조회 8,987
13년 전 조회 3,682
13년 전 조회 5,221
13년 전 조회 2,030
13년 전 조회 5,064
13년 전 조회 4,723
13년 전 조회 4,117
13년 전 조회 4,246
13년 전 조회 3,755
13년 전 조회 3,426
13년 전 조회 6,557
13년 전 조회 4,199
13년 전 조회 4,356
13년 전 조회 3,648
13년 전 조회 8,233
13년 전 조회 3,768
13년 전 조회 4,829
13년 전 조회 3,573
13년 전 조회 6,023
13년 전 조회 5,109
13년 전 조회 3,991
13년 전 조회 3,670
13년 전 조회 2,720
13년 전 조회 4,827
13년 전 조회 5,529
13년 전 조회 4,880