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

네임서버 설정 봐주세요~~

작성자 정보

  • 네임서버 작성
  • 작성일

컨텐츠 정보

본문

named.conf

options {
        directory "/var/named";
        dump-file "/var/named/data/cache_dump.db";
        statistics-file "/var/named/data/named_stats.txt";
      };

//
// a caching only nameserver config
//
controls {
        inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};

zone "." IN {
        type hint;
        file "named.ca";
};

zone "0.0.127.in-addr.arpa" IN {
        type master;
        file "named.local";
        allow-update { none; };
};

zone "localhost" IN {
        type master;
        file "localhost.zone";
        allow-update {none;};
};

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

 

이고...

hungrycar.co.kr.zone

 

$TTL    86400
@       IN      SOA     ns.hungrycar.co.kr. admin.hungrycar.co.kr.  (
                                        20061201 ; Serial
                                        10800      ; Refresh
                                        3600       ; Retry
                                        432000     ; Expire
                                        86400)      ; Minimum

  ; Name Server
  ;
                IN      NS      ns.hungrycar.co.kr.
                IN      MX 10   hungrycar.co.kr.
                IN      A       hungrycar.co.kr.
                IN      A        123.456.456.789
  ;
  ; Host name & Infomations
www             IN      A       123.456.456.789

로 되어 있는데....

 

hungrycar.co.kr 은 죽어도 접속이 안되고...

ns.hungrycar.co.kr 하면 접속이 되네요...

hungrycar.co.kr 도 접속이 되도록 부탁드립니다.^^

관련자료

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

공지사항


뉴스광장


  • 현재 회원수 :  60,138 명
  • 현재 강좌수 :  36,196 개
  • 현재 접속자 :  723 명