alimee.com의 zone파일에 아래의 구문이 빠진거 같습니다.
===중략===
IN NS ns.alimee.com.
IN MX10 mail.alimee.com.
mail IN A 211.175.213.39
alimee.com. IN A 211.175.213.39--->이 부분을 추가해주세요.
======중략========
alimee.com의 구문이 빠진거 같습니다. 추가해주시고 테스트 해보세요..
===============================================================
: 다름이아니라, alimee.com이라는 도메인을 얻었습니다.
: 그래서 네임서버세팅도 잘해주었고..
: 문제는 서브도메인들은 잘 되는데...
: 정작 alimee.com은 nslookup alimee.com 하면 제 IP가 안나오네여.
: 실제로 아파치를 돌리고있을때 http://alimee.com하면 나오지않고요.
: http://www.alimee.com하면 홈페이지가 잘 뜨고요...
:
: 그니깐..아래와같이 nslookup을 통해서보면
: 서브도메인을 쳐보면 내 아이피가 잘 나오는데...
: nslookup alimee.com 을 해보면..안나오는군요.
:
: [root@linuxer named]# nslookup www.alimee.com : Server: ns.cjdream.net
: Address: 210.181.1.24
:
: Name: www.alimee.com : Address: 211.175.213.39
:
: [root@linuxer named]# nslookup ftp.alimee.com
: Server: ns.cjdream.net
: Address: 210.181.1.24
:
: Name: ftp.alimee.com
: Address: 211.175.213.39
:
: [root@linuxer named]# nslookup alimee.com
: Server: ns.cjdream.net
: Address: 210.181.1.24
:
: *** ns.cjdream.net can't find alimee.com: Non-existent host/domain
:
: 위와같이 alimee.com은 안나오네여.
:
: 아래는 저의 named 설정화일들입니다.
: 설정화일들보시고...머가 문제인지 꼭좀 알려주십시요..
: 아참.. named.ca파일은 인터닉에서 새로 받았는데..이 파일은 만져줄 필요가
: 없는거죠?
:
: ================== cat named.local(루프백) =================
:
: $TTL 86400
: @ IN SOA ns.alimee.com. root.alimee.com. (
: 1997022700 ; Serial
: 28800 ; Refresh
: 14400 ; Retry
: 3600000 ; Expire
: 86400 ) ; Minimum
: IN NS ns.alimee.com.
:
: 1 IN PTR localhost.
:
: =================== cat named.rev(리버스파일) ================
:
: @ IN SOA ns.alimee.com. root.alimee.com. (
: 1998122801 ;Serial
: 21600 ;Refresh ( 6 hours)
: 1800 ;Retry (30 minutes)
: 1209600 ;Expire (14 days)
: 86400) ;Minimum ( 1 day)
: IN NS ns.alimee.com.
: ; IP-Domain mapping here
: 39 IN PTR ns.alimee.com.
: 39 IN PTR www.alimee.com. : 39 IN PTR ftp.alimee.c
: om. 39 IN PTR irc.alimee.com.
: 39 IN PTR smtp.alimee.com.
: 39 IN PTR pop3.alimee.com.
: ; 서브도메인주기
: 7 IN PTR boss.alimee.com.
: 8 IN PTR bigdoo.alimee.com.
: 9 IN PTR newbie.alimee.com.
:
: ===================== cat named.zone(존파일) =====================
:
: @ IN SOA ns.alimee.com. root.alimee.com. (
: 1998122801 ;Serial
: 21600 ;Refresh ( 6 hours)
: 1800 ;Retry (30 minutes)
: 1209600 ;Expire (14 days)
: 86400) ;Minimum ( 1 day)
: IN NS ns.alimee.com.
: IN MX 10 mail.alimee.com. ; Mail Exchange
:
: mail IN A 211.175.213.39
:
: ; Hosts Here - This is comments
: ns IN A 211.175.213.39
: www IN A 211.175.213.39
: ftp IN A 211.175.213.39
: irc IN A 211.175.213.39
: smtp IN A 211.175.213.39
: pop3 IN A 211.175.213.39
: ; 서브도메인주기
: boss IN A 211.110.38.212
: bigdoo IN A 211.59.9.96
: newbie IN A 211.52.216.28
:
:
: ==================== named.conf(환경설정파일) =====================
:
: // generated by named-bootconf.pl
:
: options {
: directory "/var/named";
: /*
: * If there is a firewall between you and nameservers you wan
: * 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
: //
: zone "." {
: type hint;
: file "named.ca";
: };
:
: zone "0.0.127.in-addr.arpa" {
: type master;
: file "named.local";
: };
:
: zone "213.175.211.in-addr.arpa" {
: type master;
: file "named.rev";
: };
:
: zone "alimee.com" {
: type master;
: file "named.zone";
: };
:
:
: 이렇게 되어있는데..도대체 머가 문제이길래~
:
: alimee.com은 사용불가능하고, ns.alimee.com 또는 www.alimee.com등의 : 서브도메인만 사용가능한지
: 요?? 고수님들... 꼭 좀 알려주세여..
: 이 문제때문에..골치네여...
:
: 미리 감사드리겠습니다.--이 곳에 서명을 적어주십시오.
테슬라 -러브송