nslookup하면 can't find server name for address 210.107.87.251:non-existnt host/domain default server: ns.dacom.co.k
r이렇게 나옴니당.. 아이피는 210.107.87.251이고요,first DNS 도 저 아이피로 헤써염
두번째는 데이콤 164.124.101.2로 해서염 그래서인지 위에서 처럼 디폴트 서버가 데이콤이네
여. 아파치는 잘데고요...버철 호스트 같은거는 아직 손 안뎄습니다.일단 ftp도 데긴 데는뎅
. 센드메일도 아직이고요,DNS마저 성공하구 딴거 하고 싶은데 좀처럼 안데네염
고수님들의 지적을 바람니당..
host는 ns1.comas.biz했고 domain은 comas.biz로 했는데여.
# named.conf중 제가 만든부분의 파일부분
zone "87.107.210.in-addr.arpa" IN {
type master;
file "comas.rev";
};
zone "comas.biz" IN {
type master;
file "comas.zone";
};
===============================================
# hosts
210.107.87.251 comas 911as
127.0.0.1 localhost localhost.localdomain
210.107.87.251 nameser ns1.comas.biz
=============================================
# resolv.conf부분
search comas.biz
nameserver 210.107.87.251
nameserver 164.124.101.2
================================================
# comas.zone ===
@ IN SOA ns1.comas.biz. master.comas.biz. (
2001121700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS ns1.comas.biz.
IN MX 10 comas.biz.
IN A 210.107.87.251
localhost IN A 127.0.0.1
@ IN A 210.107.87.251
ns IN A 210.107.87.251
ftp IN A 210.107.87.251
mail IN A 210.107.87.251
www IN CNAME @
=====================================================
# comas.rev
@ IN SOA ns1.comas.biz. master.comas.biz. (
2001121700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS ns1.comas.biz.
IN MX 10 comas.biz.
251 IN PTR comas.biz.
251 IN PTR www.comas.biz. 251 IN PTR ftp.comas.biz.
251 IN PTR mail.comas.biz.