왜 와우 6.2 업데이트 버젼인데 DNS가 하루에도 한두번씩
꼬옥 죽을 까여~~ ?
혹시 아시는분 계신지여~~
도메인을 하나만 셋팅해서 쓸때는 문제가 없던데
하나 이상 셋팅을 한 이후부터
계속 다운이 됩니다.. 혹시 아시는 분 계시면 알려 주세여
다음은 제가 셋팅한걸 올려 들릴께여...
named.conf
=========================================================
// generated by named-bootconf.pl
options {
directory "/var/named";
/*
* 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 "." {
type hint;
file "named.ca";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "named.local";
};
zone "korea10003.com" {
type master;
file "korea10003.zone";
};
zone "177.39.211.in-addr.arpa" {
type master;
file "177.39.211.zone";
};
zone "clssystem.net" {
type master;
file "clssystem.net.zone";
};
===============================================
===korea10003.zone=============================
[root@linux named]# cat korea10003.zone
@ IN SOA korea10003.com. root.korea10003.com. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS ns.korea10003.com.
IN MX 10 mail.korea10003.com.
localhost IN A 127.0.0.1
linux IN A 211.39.177.65
korea10003.com. IN A 211.39.177.65
ns IN A 211.39.177.65
www IN CNAME linux
ftp IN A 211.39.177.65
mail IN CNAME linux
cls IN CNAME linux
mall IN CNAME linux
ljmx IN CNAME linux
min5692 IN CNAME linux
=====================================================
========= 177.39.211.zone =============================
@ IN SOA korea10003.com. root.korea10003.com. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS ns.korea10003.com.
65 IN PTR linux.korea10003.com.
===========================================================
==============clssystem.net.zone ================
@ IN SOA clssystem.net. root.clssystem.net. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS ns.clssystem.net.
IN MX 10 mail.clssystem.net.
localhost IN A 127.0.0.1
linux IN A 211.39.177.65
clssystem.net. IN A 211.39.177.65
ns IN A 211.39.177.65
www IN CNAME linux
ftp IN CNAME linux
mail IN CNAME linux
cls IN CNAME linux
mall IN CNAME linux
================================================
이렇게 입니다. 보시고 답변 바랍니다.. 감사~~
헤헤