>> Delete No. 30018 article
No. [질문]bind8.2.3으로 업후 되긴 되는데 오류메세지가..

등록 2001-05-11 16:12:00 By localhost     조회 1
이름 초버    

		bind 8.2.3으로 업그레이드 후
 /etc/rc.d/init/named start 시
/var/log/messages의 오류 메세지
 /etc/named.conf:54: cannot redefine zone '233.183.210.in-addr.arpa' class IN
  현재 네임서버 정상가동 이상은 없음
단지 messages에 이런 오류가 나오는데 이 오류는 왜 생기는 지 그리고 오류가
안나게 할 수 없는지?
  ----------------------------------------------------------------------
/etc/named.conf
zone "." IN {
        type hint;
        file "named.ca";
};
 zone "localhost" IN {
        type master;
        file "localhost.zone";
        allow-update { none; };
};
 zone "0.0.127.in-addr.arpa" IN {
        type master;
        file "named.local";
        allow-update { none; };
};
 zone "wenwe.co.kr" IN {
        type master;
        file "wenwe.zone";
        allow-update { none; };
};
 zone "233.183.210.in-addr.arpa" IN {
        type master;
        file "wenwe.rev";
        allow-update { none; };
 };
 zone "domainsearch.co.kr" IN {
        type master;
        file "domainsearch.zone";
        allow-update { none; };
};
 zone "233.183.210.in-addr.arpa" IN {
        type master;
        file "domainsearch.rev";
        allow-update { none; };
};
  --------------------------------------------------------------------------------
/var/named/wenwe.zone
$TTL    86400
@                        IN SOA ns.wenwe.co.kr. postmaster.wenwe.co.kr. (
                                      1997022700 ; Serial
                                      28800      ; Refresh
                                      14400      ; Retry
                                      3600000    ; Expire
                                      86400 )    ; Minimum
                                  
                                IN            NS         ns.wenwe.co.kr.
                                IN            A          210.183.233.210
                                IN            MX 10      mail.wenwe.co.kr.
ns                              IN            A          210.183.233.210
mail                            IN            A          210.183.233.210
ftp                             IN            CNAME      ns
www                             IN            CNAME      ns   
chobo                           IN            CNAME      ns   
wenwe.co.kr                     IN            CNAME      ns   
 --------------------------------------------------------------------------------
/var/named/wenwe.rev
$TTL    86400
@                        IN SOA ns.wenwe.co.kr. postmaster.wenwe.co.kr. (
                                      1997022700 ; Serial
                                      28800      ; Refresh
                                      14400      ; Retry
                                      3600000    ; Expire
                                      86400 )    ; Minimum
                         IN      NS           ns.wenwe.co.kr.
210                     IN      PTR          wenwe.co.kr.
210                     IN      PTR          ns.wenwe.co.kr.
--------------------------------------------------------------------------------------------
/var/named/domainsearch.zone
$TTL    86400
@                        IN SOA ns.domainsearch.co.kr. postmaster.domainsearch.co.kr. (
                                      1997022700 ; Serial
                                      28800      ; Refresh
                                      14400      ; Retry
                                      3600000    ; Expire
                                      86400 )    ; Minimum
                                  
                                IN            NS         ns.domainsearch.co.kr.
                                IN            A          210.183.233.210
                                IN            MX 10      mail.domainsearch.co.kr.
ns                              IN            A          210.183.233.210
mail                            IN            A          210.183.233.210
ftp                             IN            CNAME      ns
www                             IN            CNAME      ns   
chobo                           IN            CNAME      ns   
domainsearch.co.kr              IN            CNAME      ns 
--------------------------------------------------------------------------------------------
/var/named/domainsearch.rev
$TTL    86400
@                        IN SOA ns.domainsearch.co.kr. postmaster.domainsearch.co.kr. (
                                      1997022700 ; Serial
                                      28800      ; Refresh
                                      14400      ; Retry
                                      3600000    ; Expire
                                      86400 )    ; Minimum
                         IN      NS           ns.domainsearch.co.kr. 
210                     IN      PTR          domainsearch.co.kr.
210                     IN      PTR          ns.domainsearch.co.kr.
-------------------------------------------------------------------------------
/etc/hosts
127.0.0.1               localhost.localdomain localhost
210.183.233.210         wenwe.co.kr     chobo
--------------------------------------------------------------------------------
[관리자] 패스워드를 입력 하십시오. 답장이 존재하면 함께 삭제됩니다.[ 목록 | 이전 ]
패스워드:    

Copyleft 1999-2026 by JSBoard Open Project
Theme Designed by IDOO All right reserved