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

재차 질문드립니다.~ [안되네요...ㅡㅜㅡㅜ]

작성자 정보

  • 장동욱 작성
  • 작성일

컨텐츠 정보

본문

말씀해주신데로... CNAME 을 A로 바꿨는데도.. 효과가 없네요.. 설정파일 다 보여드립니다. (키값만 제외하고..)

 

대체 이제 울고 싶습니다.. ㅡㅜ 어떻게 해야 될지.......미쳐버리겠습니다.

 

@                   IN    SOA    ns1.neococo.net. root.neococo.net. (
                                 2005010100  ;Serial
                                 21600       ;Refresh ( 6 hours)
                                 1800        ;Retry   (30 minutes)
                                 1209600     ;Expire  (14 days)
                                 86400)      ;Minimum ( 1 day)
                    IN    A      210.119.104.85
                    IN    NS     ns1.neococo.net.
;neococo.net.       IN    NS     ns1.neococo.net.
                    IN    MX  0  mail
mail                IN    A      220.69.73.109

; Host addresses
ns1                 IN    A      210.119.104.85
ns2                 IN    A      220.69.73.109
ftp                 IN    A      210.119.104.96
home                IN    A      210.119.104.96
nt                  IN    A      220.69.73.109
bbs                 IN    A      220.69.73.109
room                IN    A      211.247.61.2
bam                 IN    A      210.119.104.100
com                 IN    A      210.119.104.96
computer            IN    A      210.119.104.98
www1                IN    A      220.69.73.109
web                 IN    A      220.69.73.109
www2                IN    A      210.119.104.97
kunekune            IN    A      210.119.104.203
hci                 IN    A      210.119.104.107
stream              IN    A      220.69.73.109
www                 IN    A      210.119.104.85
coco                IN    A      210.119.104.85
lovecoco            IN    A      210.119.104.85
cjp79               IN    A      210.119.104.85
larblue             IN    A      210.119.104.85
ban8282             IN    A      210.119.104.85
forever             IN    A      210.119.104.85
gate                IN    A      210.119.104.85
shop                IN    A      210.119.104.85
sunny               IN    A      210.119.104.85
jomimi              IN    A      210.119.104.85
fraxinella          IN    A      210.119.104.85
julius1             IN    A      210.119.104.85
peterpanj           IN    A      210.119.104.85
jungkune            IN    A      210.119.104.85
theodore            IN    A      210.119.104.85
tazs                IN    A      210.119.104.85
desire              IN    A      210.119.104.85
semorang            IN    A      210.119.104.85
hangba              IN    A      210.119.104.85
wooss               IN    A      210.119.104.85
hjh633              IN    A      210.119.104.85
wone                IN    A      210.119.104.85
iezn                IN    A      210.119.104.85
airsky              IN    A      210.119.104.85
noteman             IN    A      210.119.104.85
minjok              IN    A      210.119.104.85
friend              IN    A      210.119.104.85
feel-kyo            IN    A      210.119.104.85

 


/ generated by named-bootconf.pl
options {
        directory "/var/named";
        dump-file "var/tmp/named_dump.db";  //Dump파일이 생성되는 경로
        statistics-file "/var/tmp/named.stats";  // 통계 파일이 생성되는 경로
        pid-file "/var/run/named.pid";  //프로세스 ID가 담긴 파일 생성 경로
        /*
         * 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;
        allow-transfer { 210.119.104.98; 220.69.73.109; 220.69.73.110; };
        allow-query { 192.168.1.0/24; 210.119.104.0/24; 220.69.73.0/24; localhost; };
        //allow-recursion { 192.168.1.0/24 ; 210.119.104.0/24; localhost; };
        version "Go away!";
};

key "rndc-key" {
        algorithm hmac-md5;
        secret "----------";
};


controls {
        inet 127.0.0.1 allow { 127.0.0.1; } keys { coco-key;} ;
};

logging {   // 불필요한 정보를 로그파일에 남기지 않는다.
        category lame-servers { null; };
        category cname { null; };
        category response-checks { null; };
        category notify { null; };
};

//
// a caching only nameserver config
//
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 "104.119.210.in-addr.arpa" IN  { // 할당 IP 블락에 대한 Reverse Zone
        type master;
        file "zone-104.119.210.in-addr.arpa";
};

zone "neococo.net" IN {
        type master;
        file "zone-neococo.net";
};

 

 


증상은... nslookup시...

server 주소를 DNS 서버로 변경하고 시도해도..

 

Default Server:  kns.kornet.net
Address:  168.126.63.1

> nit.neococo.net
Server:  kns.kornet.net
Address:  168.126.63.1

*** kns.kornet.net can't find nit.neococo.net: Non-existent domain
> minjok.neococo.net
Server:  kns.kornet.net
Address:  168.126.63.1

Name:    ns1.neococo.net
Address:  210.119.104.85
Aliases:  minjok.neococo.net


> server 210.119.104.85
Default Server:  [210.119.104.85]
Address:  210.119.104.85

> nit.neococo.net
Server:  [210.119.104.85]
Address:  210.119.104.85

*** [210.119.104.85] can't find nit.neococo.net: Non-existent domain
> minjok.neococo.net
Server:  [210.119.104.85]
Address:  210.119.104.85

Non-authoritative answer:
Name:    ns1.neococo.net
Address:  210.119.104.85
Aliases:  minjok.neococo.net

>

 

 

 

 

관련자료

댓글 3

주진은님의 댓글

  • 주진은
  • 작성일
nit.neococo.net관련 설정이 어디에 있죠? nit설정이 없는데요! minjok.neococo.net는 설정값이 있어니 찾아지는거구요! Zone파일에 nit설정이 있는지 다시 한번 확인해보세요!

장동욱님의 댓글

  • 장동욱
  • 작성일
아! 복사하면서 빠졌네요.. friend.neococo.net 과 feel-kyo.neococo.net 등도.. 안되요.. 그거말고도 2-3개 더 있는데 왜 이러는지 모르겠어요 정말 울고 싶습니다.

주진은님의 댓글

  • 주진은
  • 작성일
혹시나해서 그러는데... 파일만들어 생성하실때 Vi를 이용하셨나요? 아님 ftp나 window의 edit를이요하셨나요? 만약 뒤의 방법들을 사용하셨다면 vi로 직접 작성해보세요! 눈에 보이지 안는 에코 라인이 있을수있습니다.

공지사항


뉴스광장


  • 현재 회원수 :  60,353 명
  • 현재 강좌수 :  37,013 개
  • 현재 접속자 :  320 명