질문&답변
클라우드/리눅스에 관한 질문과 답변을 주고 받는 곳입니다.
리눅스 분류

급질))죄송합니다.. 질문 하나더할게요..ㅠㅠ;

작성자 정보

  • 이재민 작성
  • 작성일

컨텐츠 정보

본문

제가 완전 초보라서 글을 이해하기가 힘듭니다..ㅠㅠ; 죄송합니다..

홍보성님 말씀대로 nslookup을 실행하니 입력할수 있도록 뜨더군요..

>

이렇게요. 근데 여기서 set type=ns치라는 말씀이신가요?

치니깐 아무것도 안나오네요..;; 그리고 이상태에서 abc.co.kr치니깐

--------------------------------------------------------------------------------

Server:         211.211.211.211
Address:        211.211.211.211#53

Non-authoritative answer:
abc.co.kr    nameserver = ns1.gabia.co.kr.
abc.co.kr    nameserver = ns.gabia.co.kr.
----------------------------------------------------------------------------------

이렇게 뜨더군요.. 결국 abc.co.kr의 네임서버는 가비아껄 사용하는거군요..

근데.. 저 ip의 네임서버가 아닌데도 조회가 가능한가요? 그리고 nslookup해서

어떻게 나오죠..?;;

하.. abc.co.kr과 상관이 없다면.. 결국 dfg.co.kr의 DNS구축을 제가 잘못한거겠네요..?

수고스러우시겠지만.. 제가 설정한것들 보여드릴게요..

우선 /etc/named.conf파일..

IP주소 : 211.220.193.249

도메인주소 : fxent.co.kr(이게 dfg.co.kr)

네임서버 : ns.fxent.co.kr

------------------------------------------------------------------------------------

// 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
//
controls {
        inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};
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 "193.220.211.in-addr.arpa" IN {
type master;
file "named.rev";
allow-update { none; };
};

zone "fxent.co.kr" IN {
type master;
file "named.zone";
allow-update { none; };
};
include "/etc/rndc.key";

--------------------------------------------------------------------------------

이구용...

/var/named/named.zone

---------------------------------------------------------------------------------

$TTL 86400
@ IN SOA ns.fxent.co.kr. root.fxent.co.kr. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS ns.fxent.co.kr.
IN A 211.220.193.249
IN MX 10 fxent.co.kr.

;;

www IN CNAME @
mail IN CNAME @
* IN CNAME @
-----------------------------------------------------------------------------

이구요.. 그리고..

/var/named/named.rev

---------------------------------------------------------------------------

$TTL 86400
@ IN SOA ns.fxent.co.kr. root.fxent.co.kr. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum

IN NS ns.fxent.co.kr.
193 IN PTR fxent.co.kr.
------------------------------------------------------------------

입니다.. 잘못될만한게 있을까요..? 전 강좌 그대로 따라한거 뿐인데..

이부분에 대해서 제가 4페이지에 10749번 게시글로 질문하였었거든요..

답변하신분이 하신대로도 해봤는데도 안되더라구요.. 제발 부탁좀 드릴게요..

급한거라서요.. 죄송하고.. 또 감사합니다..ㅠㅠ;

관련자료

댓글 0
등록된 댓글이 없습니다.

공지사항


뉴스광장


  • 현재 회원수 :  60,347 명
  • 현재 강좌수 :  37,000 개
  • 현재 접속자 :  381 명