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

· 13년 전 · 2401
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년 전 조회 6,944
13년 전 조회 2,538
13년 전 조회 5,793
13년 전 조회 1,882
13년 전 조회 5,179
13년 전 조회 2,348
13년 전 조회 2,166
13년 전 조회 2,629
13년 전 조회 2,366
13년 전 조회 1,606
13년 전 조회 1,579
13년 전 조회 2.2만
13년 전 조회 1,563
13년 전 조회 2,130
13년 전 조회 2,158
13년 전 조회 2,382
13년 전 조회 4,538
13년 전 조회 1,755
13년 전 조회 3,273
13년 전 조회 5,936
13년 전 조회 1,714
13년 전 조회 4,903
13년 전 조회 2,113
13년 전 조회 4,840
13년 전 조회 1,945
13년 전 조회 2,820
13년 전 조회 1,984
13년 전 조회 3,208
13년 전 조회 9,017
13년 전 조회 2,991
13년 전 조회 2,801
13년 전 조회 2,592
13년 전 조회 1,631
13년 전 조회 3,173
13년 전 조회 2,960
13년 전 조회 1,694
13년 전 조회 2,253
13년 전 조회 1,643
13년 전 조회 1,956
13년 전 조회 2,286
13년 전 조회 4,642
13년 전 조회 3,154
13년 전 조회 3,358
13년 전 조회 4,729
13년 전 조회 4,496
13년 전 조회 4,149
13년 전 조회 5,023
13년 전 조회 2,054
13년 전 조회 7,015
13년 전 조회 2,402
13년 전 조회 2,219
13년 전 조회 4,433
13년 전 조회 4,086
13년 전 조회 6,241
13년 전 조회 3,822
13년 전 조회 4,456
13년 전 조회 2,140
13년 전 조회 1,915
13년 전 조회 3,159
13년 전 조회 1,908
13년 전 조회 3,277
13년 전 조회 2,574
13년 전 조회 2,180
13년 전 조회 3,187
13년 전 조회 3,256
13년 전 조회 2,415
13년 전 조회 1,898
13년 전 조회 2,490
13년 전 조회 1,938
13년 전 조회 2,322
13년 전 조회 4,936
13년 전 조회 5,034
13년 전 조회 2,480
13년 전 조회 8,001
13년 전 조회 8,653
13년 전 조회 3,342
13년 전 조회 4,904
13년 전 조회 1,711
13년 전 조회 4,753
13년 전 조회 4,437
13년 전 조회 3,818
13년 전 조회 3,915
13년 전 조회 3,461
13년 전 조회 3,159
13년 전 조회 6,252
13년 전 조회 3,885
13년 전 조회 4,097
13년 전 조회 3,321
13년 전 조회 7,919
13년 전 조회 3,528
13년 전 조회 4,516
13년 전 조회 3,295
13년 전 조회 5,772
13년 전 조회 4,776
13년 전 조회 3,685
13년 전 조회 3,353
13년 전 조회 2,416
13년 전 조회 4,508
13년 전 조회 5,220
13년 전 조회 4,549