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

· 13년 전 · 2659
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,209
13년 전 조회 2,797
13년 전 조회 6,096
13년 전 조회 2,138
13년 전 조회 5,447
13년 전 조회 2,614
13년 전 조회 2,460
13년 전 조회 2,846
13년 전 조회 2,642
13년 전 조회 1,895
13년 전 조회 1,879
13년 전 조회 2.2만
13년 전 조회 1,824
13년 전 조회 2,408
13년 전 조회 2,418
13년 전 조회 2,667
13년 전 조회 4,819
13년 전 조회 2,049
13년 전 조회 3,522
13년 전 조회 6,181
13년 전 조회 2,031
13년 전 조회 5,200
13년 전 조회 2,361
13년 전 조회 5,138
13년 전 조회 2,232
13년 전 조회 3,078
13년 전 조회 2,233
13년 전 조회 3,490
13년 전 조회 9,293
13년 전 조회 3,270
13년 전 조회 3,081
13년 전 조회 2,879
13년 전 조회 1,904
13년 전 조회 3,410
13년 전 조회 3,206
13년 전 조회 1,978
13년 전 조회 2,536
13년 전 조회 1,969
13년 전 조회 2,168
13년 전 조회 2,542
13년 전 조회 4,909
13년 전 조회 3,416
13년 전 조회 3,647
13년 전 조회 5,011
13년 전 조회 4,771
13년 전 조회 4,426
13년 전 조회 5,320
13년 전 조회 2,297
13년 전 조회 7,260
13년 전 조회 2,660
13년 전 조회 2,485
13년 전 조회 4,674
13년 전 조회 4,369
13년 전 조회 6,496
13년 전 조회 4,029
13년 전 조회 4,698
13년 전 조회 2,356
13년 전 조회 2,170
13년 전 조회 3,379
13년 전 조회 2,160
13년 전 조회 3,544
13년 전 조회 2,854
13년 전 조회 2,469
13년 전 조회 3,459
13년 전 조회 3,520
13년 전 조회 2,644
13년 전 조회 2,147
13년 전 조회 2,715
13년 전 조회 2,189
13년 전 조회 2,559
13년 전 조회 5,195
13년 전 조회 5,293
13년 전 조회 2,730
13년 전 조회 8,266
13년 전 조회 8,911
13년 전 조회 3,628
13년 전 조회 5,153
13년 전 조회 1,975
13년 전 조회 5,001
13년 전 조회 4,703
13년 전 조회 4,062
13년 전 조회 4,182
13년 전 조회 3,704
13년 전 조회 3,401
13년 전 조회 6,506
13년 전 조회 4,129
13년 전 조회 4,331
13년 전 조회 3,590
13년 전 조회 8,176
13년 전 조회 3,741
13년 전 조회 4,771
13년 전 조회 3,540
13년 전 조회 5,987
13년 전 조회 5,060
13년 전 조회 3,936
13년 전 조회 3,615
13년 전 조회 2,671
13년 전 조회 4,769
13년 전 조회 5,475
13년 전 조회 4,832