>> Read Reply from No. 0 article  
RE: RE: bind 9.x대 질문

등록 2001-06-15 12:16:00     조회 2
이름 최정희    

		 DNS가 정상적으로 동작하지 않습니다.
 : 뭐가 않된다는 말인지요..
: 재시작시 로그기록 파일은 정상입니다.
: 단순히 nslookup 을 실행시켰을때 나오는 메세지때문인지요?
: 메세지는 해석해보시면 금방 아실텐데....
:
: : 글쓴이: 최정희 등록: 2001-06-15 11:36:57 조회: 1
: : wowlinux 7.1 paran을 설치하였습니다.
: : 기존 6.2와 7.0 bind 8.x대에서 잘사용하던 dns에 관련된 설정화일을
: : 가져다가.
: : 김정균님의 홈페이지 게시판에 강의자료를
: : http://www.oops.org/?&t=lecture&sb=bind&n=11 보고 수정을 하였습니다.
: :
: : 그런데? 아래와 같은 메세지가 나오고, 동작이 안됩니다.
: :
: : bind버전 : bind-9.1.0-10
: :
: : [master@ns /etc]# nslookup
: : Note:  nslookup is deprecated and may be removed from future releases.
: : Consider using the `dig' or `host' programs instead.  Run nslookup with
: : the `-sil[ent]' option to prevent this message from appearing.
: : >
: :
: : /var/log/messages
: : Jun 15 01:38:50 ns  6월 15 01:38:50 named: named shutdown succeeded
: : Jun 15 01:38:50 ns named[8879]: starting BIND 9.1.0 -u named
: : Jun 15 01:38:50 ns named[8879]: using 1 CPU
: : Jun 15 01:38:50 ns named[8881]: loading configuration
: : from '/etc/named.conf'
: : Jun 15 01:38:50 ns  6월 15 01:38:50 named: named startup succeeded
: : Jun 15 01:38:50 ns named[8881]: the default for the 'auth-nxdomain'
: : option is now 'no'
: : Jun 15 01:38:50 ns named[8881]: no IPv6 interfaces found
: : Jun 15 01:38:50 ns named[8881]: listening on IPv4 interface lo,
: : 127.0.0.1#53
: : Jun 15 01:38:50 ns named[8881]: listening on IPv4 interface eth0,
: : 211.219.23.61#53
: : Jun 15 01:38:50 ns named[8881]: running
: : [master@ns log]#
: :
: : DNS설정화일
: :
: : [master@ns /etc]$ cat named.conf
: : // generated by named-bootconf.pl
: :
: : options {
: :         directory "/var/named";
: :         /*
: :          * 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;
: : };
: :
: : //
: : // a caching only nameserver config
: : //
: : 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 "23.219.211.in-addr.arpa" IN {
: :         type master;
: :         file "xxxxxxx.rev";
: : };
: :
: : zone "xxxxxxx.co.kr" IN {
: :         type master;
: :         file "xxxxxxx.zone";
: : };
: : key "key" {
: :         algorithm hmac-md5;
: :       
: : secret "smzzwdOUCxH0HcASwIfCjdQcjyazodHgYQiYxWtUvsWXVFZFCLQDEiGYmYPt";
: : }; 
: : [master@ns /etc]$
: :
: : [master@ns named]$ cat xxxxxxx.zone
: : $TTL    86400
: : @       IN      SOA     ns.xxxxxxx.co.kr. master.xxxxxxx.co.kr.  (
: :                                       1997022700               ; Serial
: :                                       28800                    ; Refresh
: :                                       14400                    ; Retry
: :                                       3600000                  ; Expire
: :                                       86400                    ; Minimum
: :                                       )
: :               IN      NS      ns.xxxxxxx.co.kr.
: :               IN      MX 10   xxxxxxx.co.kr.
: : localhost     IN      A       127.0.0.1
: : @             IN      A       211.219.23.61
: : ns            IN      A       211.219.23.61
: :               IN      HINFO   "TEST SERVER" "Linux"
: : ftp           IN      A       211.219.23.61
: : mail          IN      A       211.219.23.61
: : www           IN      CNAME   @
: :
: : [master@ns named]$ cat xxxxxxx.rev
: : $TTL    86400
: : @       IN      SOA     ns.xxxxxxx.co.kr. master.xxxxxxx.co.kr.  (
: :                                       1997022700               ; Serial
: :                                       28800                    ; Refresh
: :                                       14400                    ; Retry
: :                                       3600000                  ; Expire
: :                                       86400                    ; Minimum
: :                                       )
: :               IN      NS      ns.xxxxxxx.co.kr.
: :               IN      MX 10   xxxxxxx.co.kr.
: :
: : 61             IN      PTR     xxxxxxx.co.kr.
: : 61             IN      PTR     ftp.xxxxxxx.co.kr.
: :
: : 이상입니다.
: : 부탁드립니다.
: :
: : --
: : 리눅스 아이러브유! 파란 좋아!--리눅스 아이러브유! 파란 좋아!
이름
암호


>> 관련글
  답장 RE: bind 9.x대 질문  그냥  2001.06.15  ....
  답장 RE: RE: bind 9.x대 질문  최정희  2001.06.15  ....
Register [ localhost 목록보기 윗글 아랫글
글쓰기
답장쓰기 수정 삭제
정규표현식 [ 상세 검색 ]
페이지로딩: [ 1.60 초 ] 작업시간: [ 0.98 초 ]

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: 1789520391
System by WYZsoft, HDD by I.O.Linux, Mizi Research, Embryo, WOWLINUX, Domain by SarangNet, Network by KrLine.