[서브도메인] 잘 안되네요. -- 도와주세요.
서브도메인을 위임을 했습니다.
간단하게, ns.yaho.ac.kr zone화일에서
--------------------------------------------------------------
..
hea.yaho.ac.kr IN NS ns.hea.yaho.ac.kr
ns.hea.yaho.ac.kr IN A 203.31.40.90
--------------------------------------------------------------
를 추가하면 된다고 했는데요
그런데 문제는 yaho.ac.kr에서 nslookup을하면
서브도메인서버에 셋팅되어 있는 prince.hea.yaho.ac.kr을 찾지못해요
각각 셋팅된 내용들은 nslookup을 했을때 제대로 내용이 출력되는데
서로 셋팅한 추가된 네임들을 찾지못하네요
제가 몰 잘못했을까요?
ex) ns.yaho.ac.kr 에서 ns.hea.yaho.ac.kr에서 셋팅한 prince를 찾지못함
# nslookup
host/domain
> 203.31.40.91
Server: ns.yaho.ac.kr
Address: 203.31.40.7
*** ns.yaho.ac.kr can't find 203.31.40.91: Non-existent host/domain
--셋팅내용------------------------------------------------------------------
[ns.yaho.ac.kr 도메인의 yaho_zone파일)
..
; 서브도메인 위임셋팅
hea.yaho.ac.kr IN NS ns.hea.yaho.ac.kr
ns.hea.yaho.ac.kr IN A 203.31.40.90
[ns.hea.yaho.ac.kr 도메인의 hea_zone 파일]
$TTL 60
@ IN SOA ns.hea.yaho.ac.kr. root.hea.yaho.ac.kr. (
1988122802 ;Serial
21600 ;Refresh ( 6 hours)
1800 ;Retry (30 minutes)
1209600 ;Expire (14 days)
86400) ;Minimum ( 1 day)
IN NS ns.hea.yaho.ac.kr.
ns IN A 203.31.40.90
prince IN A 203.31.40.91 // 새로운호스트추가
)
댓글 달기