>> Read Reply from No. 0 article  
RE: RE: 외부에서 nslookup이 않되요...

등록 2002-10-04 23:23:00     조회 5
이름 이용우    

		감사합니다.
어제까지는 되지 않았는데...오늘은 되는 군요.
제가 별도로 만지는 것이 아무것도 없었는데...이상하군요.
아무튼 님께서 확인하여 주신것 정말 감사드리겠습니다.
앞으로 많은 도움 부탁드리겠습니다.
감사합니다.
  : 잘 되는거 같은데요??
:
:
: Default Server:  ns.nuri.net
: Address: 203.255.112.34
:
: > lkcollection.com
: Server:  ns.nuri.net
: Address: 203.255.112.34
:
: Name:   lkcollection.com
: Address:  64.213.197.85
:
: > server localhost
: Default Server:  localhost
: Address: 127.0.0.1
:
: > www.lkcollection.com : Server:  localhost
: Address: 127.0.0.1
:
: Name:   www.lkcollection.com : Address:  64.213.197.85
:
: > server 168.126.63.1
: Default Server:  kns.kornet.net
: Address: 168.126.63.1
:
: > lkcollection.com
: Server:  kns.kornet.net
: Address: 168.126.63.1
:
: Name:   lkcollection.com
: Address:  64.213.197.85
:
:
:
: : 현재 저의 문제는 Local에서 nslookup을 확인하면 문제가 없으나 외부에서 nslookup을 하면 응
: : 답을 받지 못합니다. 문제가 어디에 있는지 조언을 주시면 감사 드리겠습니다.
: : 2차 네임서버는 만들지 않았습니다. 1차가 성공이 되면 2차 DNS 서버를 만들 예정입니다.
: :
: : - IP: 64.213.197.85
: : - Domain name: lkcollection.com
: : - Wowlinux 7.1 Paran
: : - Bind Version: BIND 9.1.0
: :
: : 설정한 파일은 다음과 같습니다.
: : - /etc/host.conf
: : order hosts,bind
: : multi on
: : nospoof on
: :
: : - /etc/resolv.conf
: : search ns.lkcollection.com
: : nameserver 64.213.197.85
: : nameserver 206.165.5.10
: : nameserver 4.2.2.1
: :
: : - /etc/named.conf
: : directory “/var/named”;
: : …중략…
: : //query-source address * port 53;
: : //
: : //a caching only nameserver config
: : //
: : zone “.” IN {
: :        type hint;
: :        file “name.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 “lkcollection.com” IN {
: :        type master;
: :        file “lkcollection.zone”;
: :        allow-update { none; };
: : };
: :
: : zone “197.213.64.in-addr.arpa” IN {
: :        type master;
: :        file “lkcollection.rev”;
: :        allow-update { none; };
: : };
: :
: : key “key” {
: :            algorithm hmac-md5;
: :            secret “RQLiAKOERqZIrdGijpvGNaArWORdkxzsHqeCHlobIFStKBBxBzumjl0MH
: : };
: :
: : - /var/named/lkcollection.zone
: : $TTL 86400
: : ;The forward Zone Database File for lkcollection doname, lkcollection.com
: : ;
: : @               IN SOA ns.lkcollection.com. dnsmaster.lkcollection.com. (
: : 20000926    ; serial (d. adams)
: : 10800       ; refresh
: : 3600	 ; retry
: : 43200       ; expiry
: : 86400 )     ; minimum
: :
: : 1D IN NS      ns.lkcollection.com.
: : @             1D IN A       64.213.197.85
: :               1D IN MX 10   mail.lkcollection.com.
: :           1D HINFO     “Yongwoo-1st DNS” RedHat7.1”
: : localhost     1D IN A       127.0.0.1
: : gateway       1D IN A       64.213.197.94
: : www           1D IN A       64.213.197.85
: : mail          1D IN A       64.213.197.85
: : ftp           1D IN A       64.213.197.85
: :
: :
: : -	/var/named/lkcollection.rev
: : $TTL 86400
: : ;The forward Zone Database File for lkcollection doname, lkcollection.com
: : ;
: : @  IN SOA ns.lkcollection.com. dnsmaster.lkcollection.com. (
: :           20000926  ; serial (d. adams)
: :           10800     ; refresh
: : 3601	; retry
: : 43200     ; expiry
: : 86400 )   ; minimum
: :
: : 1D IN NS      ns.lkcollection.com.
: :
: : 94                 IN PTR     gateway
: : 85                 IN PTR     mail
: : 85                 IN PTR     www
: : 85                 IN PTR     ftp
: :
: :
: : /var/log/messages
: : 모든 내용을 보내기 어려워 가장 최근 몇 개만 적어 보았습니다.
: : Oct 1 10:57:58 localhost named[30942]: exiting
: : Oct 1 10:57:59 localhost 10월 1 10:57:59 named: named shutdown succeeded
: : Oct 1 10:58:00 localhost named[32317]: starting BIND 9.1.0 –u named
: : Oct 1 10:58:00 localhost named[32317]: using 1 CPU
: : Oct 1 10:58:00 localhost 10월 1 10:57:59 named: named startup succeeded
: : Oct 1 10:58:00 localhost named[32321]: loading configuration from ‘etc/named.conf’
: : Oct 1 10:58:00 localhost named[32321]: the default for the ‘auth-nxdomain’ option is now ‘no’
: : Oct 1 10:58:00 localhost named[32321]: no IPv6 interface found
: : Oct 1 10:58:00 localhost named[32321]: listening on IPv4 interface lo, 127.0.0.1#53
: : Oct 1 10:58:00 localhost named[32321]: listening on IPv4 interface etho, 64.213.197.85#53
: : Oct 1 10:58:00 localhost named[32321]: running
: :
: : 이상입니다.
이름
암호


>> 관련글
  답장 RE: 외부에서 nslookup이 않되요...  사브리나  2002.10.04  ....
  답장 RE: RE: 외부에서 nslookup이 않되요...  이용우  2002.10.04  ....
Register [ localhost 목록보기 윗글 아랫글
글쓰기
답장쓰기 수정 삭제
정규표현식 [ 상세 검색 ]
페이지로딩: [ 0.50 초 ] 작업시간: [ 0.07 초 ]

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