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

· 13년 전 · 2479
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,022
13년 전 조회 2,627
13년 전 조회 5,889
13년 전 조회 2,008
13년 전 조회 5,263
13년 전 조회 2,432
13년 전 조회 2,260
13년 전 조회 2,736
13년 전 조회 2,451
13년 전 조회 1,697
13년 전 조회 1,679
13년 전 조회 2.2만
13년 전 조회 1,638
13년 전 조회 2,216
13년 전 조회 2,254
13년 전 조회 2,475
13년 전 조회 4,605
13년 전 조회 1,835
13년 전 조회 3,347
13년 전 조회 6,000
13년 전 조회 1,818
13년 전 조회 4,991
13년 전 조회 2,183
13년 전 조회 4,935
13년 전 조회 2,027
13년 전 조회 2,886
13년 전 조회 2,055
13년 전 조회 3,294
13년 전 조회 9,091
13년 전 조회 3,078
13년 전 조회 2,892
13년 전 조회 2,680
13년 전 조회 1,708
13년 전 조회 3,227
13년 전 조회 3,016
13년 전 조회 1,786
13년 전 조회 2,329
13년 전 조회 1,733
13년 전 조회 2,050
13년 전 조회 2,370
13년 전 조회 4,719
13년 전 조회 3,231
13년 전 조회 3,436
13년 전 조회 4,811
13년 전 조회 4,568
13년 전 조회 4,233
13년 전 조회 5,105
13년 전 조회 2,107
13년 전 조회 7,092
13년 전 조회 2,480
13년 전 조회 2,284
13년 전 조회 4,496
13년 전 조회 4,162
13년 전 조회 6,313
13년 전 조회 3,885
13년 전 조회 4,529
13년 전 조회 2,204
13년 전 조회 1,993
13년 전 조회 3,218
13년 전 조회 1,979
13년 전 조회 3,362
13년 전 조회 2,659
13년 전 조회 2,275
13년 전 조회 3,270
13년 전 조회 3,394
13년 전 조회 2,475
13년 전 조회 1,969
13년 전 조회 2,548
13년 전 조회 2,015
13년 전 조회 2,382
13년 전 조회 5,008
13년 전 조회 5,109
13년 전 조회 2,532
13년 전 조회 8,067
13년 전 조회 8,719
13년 전 조회 3,421
13년 전 조회 4,971
13년 전 조회 1,784
13년 전 조회 4,820
13년 전 조회 4,560
13년 전 조회 3,890
13년 전 조회 3,985
13년 전 조회 3,540
13년 전 조회 3,279
13년 전 조회 6,329
13년 전 조회 3,959
13년 전 조회 4,211
13년 전 조회 3,396
13년 전 조회 7,995
13년 전 조회 3,611
13년 전 조회 4,582
13년 전 조회 3,409
13년 전 조회 5,885
13년 전 조회 4,856
13년 전 조회 3,758
13년 전 조회 3,427
13년 전 조회 2,496
13년 전 조회 4,566
13년 전 조회 5,273
13년 전 조회 4,623