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

· 13년 전 · 2451
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,005
13년 전 조회 2,601
13년 전 조회 5,869
13년 전 조회 1,977
13년 전 조회 5,242
13년 전 조회 2,411
13년 전 조회 2,237
13년 전 조회 2,711
13년 전 조회 2,424
13년 전 조회 1,671
13년 전 조회 1,653
13년 전 조회 2.2만
13년 전 조회 1,618
13년 전 조회 2,201
13년 전 조회 2,219
13년 전 조회 2,448
13년 전 조회 4,576
13년 전 조회 1,814
13년 전 조회 3,320
13년 전 조회 5,983
13년 전 조회 1,790
13년 전 조회 4,974
13년 전 조회 2,172
13년 전 조회 4,904
13년 전 조회 2,001
13년 전 조회 2,869
13년 전 조회 2,033
13년 전 조회 3,274
13년 전 조회 9,067
13년 전 조회 3,049
13년 전 조회 2,865
13년 전 조회 2,658
13년 전 조회 1,684
13년 전 조회 3,216
13년 전 조회 3,003
13년 전 조회 1,757
13년 전 조회 2,307
13년 전 조회 1,708
13년 전 조회 2,025
13년 전 조회 2,348
13년 전 조회 4,701
13년 전 조회 3,213
13년 전 조회 3,412
13년 전 조회 4,791
13년 전 조회 4,545
13년 전 조회 4,210
13년 전 조회 5,086
13년 전 조회 2,094
13년 전 조회 7,073
13년 전 조회 2,452
13년 전 조회 2,271
13년 전 조회 4,483
13년 전 조회 4,142
13년 전 조회 6,292
13년 전 조회 3,865
13년 전 조회 4,513
13년 전 조회 2,187
13년 전 조회 1,973
13년 전 조회 3,204
13년 전 조회 1,957
13년 전 조회 3,341
13년 전 조회 2,637
13년 전 조회 2,246
13년 전 조회 3,246
13년 전 조회 3,360
13년 전 조회 2,453
13년 전 조회 1,954
13년 전 조회 2,533
13년 전 조회 1,996
13년 전 조회 2,367
13년 전 조회 4,998
13년 전 조회 5,090
13년 전 조회 2,519
13년 전 조회 8,049
13년 전 조회 8,703
13년 전 조회 3,396
13년 전 조회 4,950
13년 전 조회 1,766
13년 전 조회 4,797
13년 전 조회 4,537
13년 전 조회 3,877
13년 전 조회 3,967
13년 전 조회 3,516
13년 전 조회 3,255
13년 전 조회 6,300
13년 전 조회 3,937
13년 전 조회 4,179
13년 전 조회 3,381
13년 전 조회 7,977
13년 전 조회 3,593
13년 전 조회 4,565
13년 전 조회 3,385
13년 전 조회 5,859
13년 전 조회 4,835
13년 전 조회 3,735
13년 전 조회 3,411
13년 전 조회 2,480
13년 전 조회 4,547
13년 전 조회 5,257
13년 전 조회 4,596