DNS설치 및 셋팅에 관한 질문 사항

현재 wolseong.ms.kr로 도메인을 등록하여
전용선을 이용하여 학교 웹서버를 구축하고자 합니다.
그런데 알아보니 DNS를 셋팅 해주어야 한다구 하더군여
그래서 ns.wolseong.ms.kr로 맹그는 중인데...
어케 된일인지 메뉴얼 대로 해두 잘안되더군영 ^^;;
그래서 참고로 현재의 셋팅 파일 을 올리니.. 뭐가잘못 된건지
점 갈켜주십시오.
options {
directory "/var/named";
dump-file "/var/tmp/named_dump.db";
statistics-file "/var/tmp/named.stats";
pid-file "/var/run/named.pid";
/*
* 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
//
zone "." IN {
type hint;
file "named.ca";
};
zone "0.0.127.IN-ADDR.ARPA" IN {
type master;
file "named.local";
};
zone "198.99.210.IN-ADDR.ARPA" IN {
type master;
file "named.rev";
};
zone "wolseong.ms.kr" IN {
type master;
file "named.hosts";
};
@ IN SOA localhost. root.localhost. ( 1998020700 ;Serial 21600 ;Refresh 1800 ;Retry 1209600 ;Expire 86400 ;Minium )
IN NS localhost
1 IN PTR localhost
@ IN SOA ns.wolseong.ms.kr.
root.ns.wosleong.ms.kr. (
1998122801
21600
1800
1209600
86400 )
IN NS ns.wolseong.ms.kr.
IN A 210.99.198.125
IN MX 10 mail.wolseong.ms.kr
localhost IN A 127.0.0.1
ns IN A 210.99.198.125
mail In A 210.99.198.125
www.wolseong.ms.kr. IN A 210.99.198.125
wolseong.ms.kr. IN A 210.99.198.125
ftp.wolseong.ms.kr. IN A 210.99.198.125
@ IN SOA ns.wolseong.ms.kr.
root.ns.wolseong.ms.kr. (
199812281 Serial
21600 ;Refreh (6 hours)
1800 ;Retry (30 minutes)
1209600 ;Expire (14 days)
86400) ;Minimum (1 days)
125.198.99.210.IN-ADDR.ARPA. IN NS
ns.wolseong.ms.kr
125.198.99.210.in-addr.arpa. IN PTR
wolseong.ms.kr.
이렇케 셋팅이 되어 있습니다.
그리고 네임서버 작동두 ps aux루 보니 이상 없습니다.
설정이나 기타 다른게 잘못 되었는지 확인 좀 부탁 드립니다.
Re: DNS설치 및 셋팅에 관한 질문 사항
모가 아니 된다는 건지?
_ 信
댓글 달기