>> Delete No. 48961 article
No. 네임 서버 설정관련...

등록 2002-05-13 17:26:00 By localhost     조회 2
이름 yage    

		안녕하세요..
네임서버를 구축하는데 있어서 설정은 제대로 된것 같은데 뭔가 제대로 안되는것 같아서 
이렇게 글을 올리게 되었습니다.. 와우 리눅스(파란)을 전체 설치를 하고 네임 서버를 설정
을  하는데  설정은 제대로 한것 같은데 nslookup ns.bb.unit.ac.kr을 하던가 nslookup www.bb.unit.ac.kr
 을 해도 아래와 같은 결과만 계속 뜨는데 어디가 잘못된것인지 몰라서 이렇게 글을 올리
게 되었네요.. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #nslookup ns.bb.unit.ac.kr note: nslookup is deprecate a
nd may be removed from future releases. Conside using the 'dig' or 'host' programs instead. Run nslookup with the '-sil[
ent]' option to prevent this message from oppearing.        Server  : 123.456.789.11
       Address : 123.456.789.11#53
**Server can't find ns.bb.unit.ac.kr. : NXDOMAIN
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#vi /etc/named.conf
 .......
.......
zone "bb.unit.ac.kr" IN {
       type master;
       file "bb.unit.ac.kr-zone";
};
zone "789.456.123.in-addr.arpa" IN {
      type master;
      file "789.456.123-zone";
};
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 #vi /var/named/bb.unit.ac.kr-zone
 $TTL 10
@      IN     SOA   ns.bb.unit.ac.kr.   root.bb.unit.ac.kr.  (
                                    19990248 ;
                                    28800    ;
                                    14400    ;
                                    13600000 ;
                                    8640 )   ;
@      IN      NS       ns.bb.unit.ac.kr.
ns     IN      A        123.456.789.10
www    IN      CNAME    @
ftp    IN      CNAME    @
@      IN      CNAME    123.456.789.10
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 @ 을 bb.unit.ac.kr. 로 바꾸어도 위와 같은 결과가 되는데 혹시 unit.ac.kr 서버에서 포워딩이 제
대로 되지 않은건지 의문스럽네요...
[관리자] 패스워드를 입력 하십시오. 답장이 존재하면 함께 삭제됩니다.[ 목록 | 이전 ]
패스워드:    

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