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

· 13년 전 · 2592
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,153
13년 전 조회 2,738
13년 전 조회 6,023
13년 전 조회 2,130
13년 전 조회 5,384
13년 전 조회 2,551
13년 전 조회 2,391
13년 전 조회 2,835
13년 전 조회 2,563
13년 전 조회 1,818
13년 전 조회 1,815
13년 전 조회 2.2만
13년 전 조회 1,774
13년 전 조회 2,334
13년 전 조회 2,361
13년 전 조회 2,606
13년 전 조회 4,747
13년 전 조회 1,975
13년 전 조회 3,471
13년 전 조회 6,123
13년 전 조회 1,968
13년 전 조회 5,126
13년 전 조회 2,295
13년 전 조회 5,056
13년 전 조회 2,161
13년 전 조회 3,016
13년 전 조회 2,165
13년 전 조회 3,416
13년 전 조회 9,226
13년 전 조회 3,194
13년 전 조회 3,011
13년 전 조회 2,805
13년 전 조회 1,840
13년 전 조회 3,347
13년 전 조회 3,141
13년 전 조회 1,911
13년 전 조회 2,473
13년 전 조회 1,908
13년 전 조회 2,157
13년 전 조회 2,488
13년 전 조회 4,847
13년 전 조회 3,350
13년 전 조회 3,576
13년 전 조회 4,941
13년 전 조회 4,719
13년 전 조회 4,355
13년 전 조회 5,253
13년 전 조회 2,228
13년 전 조회 7,203
13년 전 조회 2,593
13년 전 조회 2,409
13년 전 조회 4,599
13년 전 조회 4,292
13년 전 조회 6,436
13년 전 조회 3,986
13년 전 조회 4,634
13년 전 조회 2,300
13년 전 조회 2,117
13년 전 조회 3,319
13년 전 조회 2,094
13년 전 조회 3,474
13년 전 조회 2,782
13년 전 조회 2,409
13년 전 조회 3,389
13년 전 조회 3,512
13년 전 조회 2,589
13년 전 조회 2,085
13년 전 조회 2,647
13년 전 조회 2,130
13년 전 조회 2,493
13년 전 조회 5,123
13년 전 조회 5,235
13년 전 조회 2,661
13년 전 조회 8,204
13년 전 조회 8,842
13년 전 조회 3,567
13년 전 조회 5,091
13년 전 조회 1,920
13년 전 조회 4,943
13년 전 조회 4,691
13년 전 조회 4,020
13년 전 조회 4,110
13년 전 조회 3,661
13년 전 조회 3,393
13년 전 조회 6,459
13년 전 조회 4,082
13년 전 조회 4,320
13년 전 조회 3,529
13년 전 조회 8,121
13년 전 조회 3,727
13년 전 조회 4,710
13년 전 조회 3,524
13년 전 조회 5,979
13년 전 조회 5,000
13년 전 조회 3,873
13년 전 조회 3,565
13년 전 조회 2,611
13년 전 조회 4,701
13년 전 조회 5,414
13년 전 조회 4,773