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

· 13년 전 · 2798
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,377
13년 전 조회 2,933
13년 전 조회 6,226
13년 전 조회 2,207
13년 전 조회 5,599
13년 전 조회 2,748
13년 전 조회 2,594
13년 전 조회 2,912
13년 전 조회 2,791
13년 전 조회 2,032
13년 전 조회 2,002
13년 전 조회 2.2만
13년 전 조회 1,982
13년 전 조회 2,552
13년 전 조회 2,549
13년 전 조회 2,804
13년 전 조회 4,984
13년 전 조회 2,197
13년 전 조회 3,663
13년 전 조회 6,320
13년 전 조회 2,152
13년 전 조회 5,342
13년 전 조회 2,504
13년 전 조회 5,284
13년 전 조회 2,376
13년 전 조회 3,236
13년 전 조회 2,357
13년 전 조회 3,641
13년 전 조회 9,440
13년 전 조회 3,422
13년 전 조회 3,215
13년 전 조회 3,027
13년 전 조회 2,051
13년 전 조회 3,551
13년 전 조회 3,348
13년 전 조회 2,112
13년 전 조회 2,665
13년 전 조회 2,093
13년 전 조회 2,232
13년 전 조회 2,662
13년 전 조회 5,058
13년 전 조회 3,558
13년 전 조회 3,778
13년 전 조회 5,141
13년 전 조회 4,916
13년 전 조회 4,580
13년 전 조회 5,462
13년 전 조회 2,422
13년 전 조회 7,399
13년 전 조회 2,799
13년 전 조회 2,636
13년 전 조회 4,827
13년 전 조회 4,514
13년 전 조회 6,641
13년 전 조회 4,174
13년 전 조회 4,832
13년 전 조회 2,498
13년 전 조회 2,299
13년 전 조회 3,491
13년 전 조회 2,294
13년 전 조회 3,661
13년 전 조회 2,980
13년 전 조회 2,583
13년 전 조회 3,578
13년 전 조회 3,568
13년 전 조회 2,783
13년 전 조회 2,286
13년 전 조회 2,840
13년 전 조회 2,324
13년 전 조회 2,674
13년 전 조회 5,347
13년 전 조회 5,445
13년 전 조회 2,853
13년 전 조회 8,393
13년 전 조회 9,062
13년 전 조회 3,752
13년 전 조회 5,283
13년 전 조회 2,094
13년 전 조회 5,134
13년 전 조회 4,753
13년 전 조회 4,194
13년 전 조회 4,297
13년 전 조회 3,832
13년 전 조회 3,451
13년 전 조회 6,626
13년 전 조회 4,272
13년 전 조회 4,385
13년 전 조회 3,719
13년 전 조회 8,301
13년 전 조회 3,801
13년 전 조회 4,894
13년 전 조회 3,597
13년 전 조회 6,045
13년 전 조회 5,166
13년 전 조회 4,060
13년 전 조회 3,717
13년 전 조회 2,795
13년 전 조회 4,885
13년 전 조회 5,593
13년 전 조회 4,929