네임서버와 메일서버를 같이 운영하려고 하는데
미치겠습니다.
벌써 1주일 째인듯 합니다. 조언 부탁드립니다.
아래 셋팅말구 다른 화일에서 또 문제가 될게 있나요 ?
네트워크 관련 화일에서 ?
부탁드립니다.
------------------ named.conf -----------------------------
options {
directory "/var/named";
};
zone "." {
type hint;
file "named.ca";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "named.local";
}
zone "bsisemicon.com"{
type master;
file "bsisemicon";
};
zone "95.219.211.in-addr.arpa"{
type master;
file "reverse";
};
------------------ forward file -------------------------
$TTL 86400
@ IN SOA ns.bsisemicon.com. root.bsisemicon.com. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS ns.bsisemicon.com.
IN NS 211.219.95.122
;
IN A 211.219.95.122
IN MX 10 mail.bsisemicon.com.
;
ns IN A 211.219.95.122
www IN A 211.219.95.90
telnet IN A 211.219.95.122
ftp IN A 211.219.95.122
mail IN A 211.219.95.122
IN MX 10 mail.bsisemicon.com.
-------------------- reverse file -----------------------
$TTL 86400
@ IN SOA ns.bsisemicon.com. root.bsisemicon.com. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS ns.bsisemicon.com.
;
122 IN PTR ns.bsisemicon.com.
122 IN PTR mail.bsisemicon.com.
122 IN PTR telnet.bsisemicon.com.
122 IN PTr ftp.bsisemicon.com.
90 IN PTR www.bsisemicon.com.
---------------- named.local ------------------
$TTL 86400
@ IN SOA localhost. root.localhost. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS localhost.
122 IN PTR localhost.