서버에서 문제가 좀 있거든요...
첫째,
회사의 리눅스 버젼이
2.2.9-20krsmp #1 smp 라고 되어 있슴니다요..
안정버전이 아니라 개발버전인것 같은데..
5분마다 정기적으로 이넘이..
bind:Address already in use(9줄 씩이나 뜨여 ㅠ.ㅠ)
INIT:id"nc" respauning too fast:disabled for 5 miniutes
이넘이 이론 에러 메시지를 지속적으로 보냅니다여...(죽겄어요)
둘째,
글구 이넘은 이전에 했던 명령어를 기억 못하는 건지
↑(방향화살표)가 안들어요(미치겄슈....일일이 다 칠려니)
넷째,
여긴 아피 주소 하나를 가지고 웹호스팅을 하는데..
지금 중요한 한 주소가 안들어요..
그게 www.moneymany.com 인데
현재 www.moneymany.co.kr은 현재 들어가지고요..
같은 파일들을 공유하게끔 만들어져 있슴니다요..
다음은 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 "moneymany.co.kr"{
type master;
file "moneymany.co.kr";
};
zone "moneymany.com"{
type master;
file "moneymany.com";
};
zone "ys-tech.com"{
type master;
file "ys-tech.com";
};
zone "shinyoungmvp.co.kr"{
type master;
file "shinyoungmvp.co.kr";
};
zone "pacific-homes.co.kr"{
type master;
file "pacific-homes.co.kr";
};
zone "paulee.pe.kr"{
type master;
file "paulee.pe.kr";
};
zone "kye.pe.kr"{
type master;
file "kye.pe.kr";
};
zone "koreaamethyst.co.kr"{
type master;
file "koreaamethyst.co.kr";
};
zone "neocastle.co.kr"{
type master;
file "neocastle";
};
zone "messageclick.co.kr"{
type master;
file "message";
};
다음은 문제의 문제의 파일인 moneymany.com
; moneymany.co.kr DNS HOST DATABASE
@ IN SOA ns.moneymany.co.kr. root.moneymany.co.kr. (
1999100901 ; serial
10800 ; refresh
3600 ; retry
43200 ; expire
84600 ) ; Minimum
IN HINFO "Interm Dual Pentium" "Exccel Linux"
IN NS ns.moneymany.co.kr.
IN MX 10 mail.moneymany.co.kr.
localhost IN A 127.0.0.1
ns IN A 203.239.214.70
@ IN A 203.239.214.70
mail IN A 203.239.214.70
www IN CNAME @
도와주셔요...