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

네임서버 문제 ㅠ.ㅠ

작성자 정보

  • 왕초보 작성
  • 작성일

컨텐츠 정보

본문

 

/etc/resolv.conf


nameserver 21x.2xx.1xx.2xx
nameserver 21x.2xx.1xx.1xx
nameserver 168.126.63.1
search localdomain

/etc/hosts

127.0.0.1 localhost.domain localhost

21x.2xx.1xx.2xx ns.dacomboranet.co.kr ns

/etc/hosts.conf

order hosts,bind

 

 

 

/etc/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
//
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 " dacomboranet.co.kr" IN { type master; file "dacom.zone"; allow-update { none; }; };

include "/etc/rndc.key";

/var/named/dacom.zone

$TTL 86400
@       IN      SOA     ns.dacomboranet.co.kr. root.dacomboranet.co.kr. (
                        20040706
                        3H
                        15M
                        1W
                        1D )
;
             IN      NS      ns.dacomboranet.co.kr.
             IN      A       21x.2xx.1xx.2xx
www     IN      A       21x.2xx.1xx.2xx
ns          IN      A       21x.2xx.1xx.2xx

~
~

/usr/local/apache/conf/httpd.conf

NameVirtualHost 21x.xxx.xxx.xxx

<virtualHost 21x.xxx.xxx.xxx>
ServerAdmin root@dacomboranet.co.kr
DocumentRoot /usr/local/apache/htdocs/
ServerName dacomboranet.co.kr
ServerAlias www.dacomboranet.co.kr
ErrorLog logs/rootman-error_log
CustomLog logs/rootman_log common
</VirtualHost>

 

 

 이렇게 설정을 잡았습니다. 그런데. 이상하게. 0-0 ns.dacomboranet.co.kr은 먹는데..

dacomboranet.co.kr과. www.dacomboranet.co.kr 은 핑도 안되고. 검색되 안됩니다.

ㅠ.ㅠ 어떻게 해야할지 ㅠㅠ 저 밑에 분도. 안되는거 같던데. ㅠ.ㅠ 어떻게 해야해요?? 좀 도와 주세용.^^

설치는.. doly님이 슈퍼유저에 올려준 자료. 9.X 리눅스 설치를 했습니다. 도와주세요.

조금 잇으면 도메인 만료인데.ㅠ.ㅠ 어떻게 해야할지.. ㅠ.ㅠ

 

 

관련자료

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

공지사항


뉴스광장


  • 현재 회원수 :  60,043 명
  • 현재 강좌수 :  35,853 개
  • 현재 접속자 :  84 명