>> Read No. 47421 article  
ns2를 만들었는데 아래처럼 나오거든요??

등록 2002-04-21 08:40:00     조회 1
이름 네임서버    

		ns,ns2를 아래처럼 설정했습니다.
 ns -> named.conf
 ==================================
 // generated by named-bootconf.pl
 options {
    directory "/var/named";
    dump-file "/var/tmp/named_dump.db"; // Dump 파일이 생성되는 경로
    statistics-file "/var/tmp/named.stats"; // 통계 파일이 생성되는 경로
    pid-file  "/var/run/named.pid";     // 프로세스 ID가 담긴 파일 생성
    /*
     * If there is a firewall between you and nameservers you want
     * to talk to, you might need to uncomment the query-source
     * directive below.  Previous versions of BIND always asked
     * questions using port 53, but BIND 8.1 uses an unprivileged
     * port by default.
     */
    // query-source address * port 53;
};
 logging {   // 불필요한 정보를 로그파일에 남기지 않는다.
            category lame-servers { null; };
            category cname { null; };
            category response-checks { null; };
            category notify { null; };
    };
  //
// a caching only nameserver config
//
zone "." IN {
    type hint;
    file "named.ca";
};
 zone "0.0.127.in-addr.arpa" IN {    // localhost를 위한 Primary 도메인 설정
        type master;
        file "named.local";
};
 zone "xxxxx.com" IN {
    type master;
    file "xxxxx.com";
};
 zone "yyyyy.co.kr" IN {
    type master;a
    file "yyyyy.co.kr";
};
 ===============================================
 ns2 -> named.conf
 ===============================================options {
        directory "/var/named";
};
logging {
        category lame-servers { null; };
        category cname { null; };
};
 zone "." IN {
         type hint;
         file "named.ca";
};
 zone "0.0.127.in-addr.arpa" IN {    // localhost를 위한 Primary 도메인 설정
        type master;
        file "named.local";
};
 zone "227.231.xxx.in-addr.arpa" IN { // Reverse Zone에대한 Secondary 설정
         type slave;
         file "sec-227.231.203.in-addr.arpa";
         masters { 203.231.227.69; };  // Primary NS의 IP 주소
};
 zone "xxxxx.com" IN {             // xxxxx.com 의 Secondary 설정
         type slave;
         file "sec-xxxxx.com";
         masters { 203.231.xxx.xx; };
};
 zone "yyyyy.co.kr" IN {             // yyyyy.co.kr 의 Secondary 설정
         type slave;
         file "sec.yyyyy.co.kr";
         masters { 203.231.xxx.xx; };
};
 ====================================================
 ns2에 /var/log/message
 ==================================================
 Apr 21 08:13:42 ns2 named[5489]: zone yyyyyy.co.kr/IN: refresh: failure trying master 203.231.xxx.xx#53: timed out
Apr 21 08:13:57 ns2 named[5489]: zone xxxxx.com/IN: refresh: failure trying master 203.231.227.84#53: timed out
Apr 21 08:13:57 ns2 named[5489]: zone xxxxx.com/IN: refresh: retry limit for master 203.231.227.84#53 exceeded
Apr 21 08:13:58 ns2 named[5489]: zone yyyyyy.co.kr/IN: refresh: failure trying master 203.231.xxx.xx#53: timed out
Apr 21 08:13:58 ns2 named[5489]: zone yyyyyy.co.kr/IN: refresh: retry limit for master 203.231.xxx.xx#53 exceeded
 ns에서 service named restart 하구 ns2에서 service named restart
이렇게 해줘야 되는건가요? 아니면 ns에서만 restart하면 알아서 추가된
도메인들까지 알아서 sec-추가도메인까지 생성되는건가요?
 고수님들 좀 알려주세요...
이름
암호
Register [ localhost 목록보기 윗글 아랫글
글쓰기
답장쓰기 수정 삭제
정규표현식 [ 상세 검색 ]
페이지로딩: [ 0.19 초 ] 작업시간: [ 0 초 ]

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

적수네 동네
+
| 적수네 동네
| 공부방
| 리눅스 잡지 서고
| LSN 소스
| 링크 모음
+---+
게시판
+
| 떠들어보세!
| 질문과 답변
| 새소식과 정보
| 1원짜리 팁?
| 대화방
+---+
칼럼?
+
| 세하 훔쳐보기
| Welcome2nite
| 혜진의 염장판
+---+
리눅스 상표권
+
| 반대 서명란
| 토론 게시판
+---+
GNU
+
| GNU 선언문
| GNU GPL
| GNU 미러 목록
+---+
프로젝트?
+
| 리눅스카운터
| RC5DES
| 실질헌법 제작
+---+
커널 소식
+
| 안정 버젼: 2.4.14
+---+
테마 선택
+
LSN 방송국?
+
| OFF AIR
+---+
회원
+
| 로그인
+---+
[ 적수네 동네 ] [ 리눅스 상표권 독점 반대 ] [ 한글 리눅스 문서 프로젝트 ] [ KrLine ] [ 사랑넷 ] [ Valid HTML 4.0! ] [ SlashDot ] [ Freshmeat ]
Copyleft (C) 1998-2001 Byeong-Chan Kim . License
TIME: 1791547236
System by WYZsoft, HDD by I.O.Linux, Mizi Research, Embryo, WOWLINUX, Domain by SarangNet, Network by KrLine.