####### resolv.conf #########
search birthparty.com
nameserver 211.239.159.201
####### 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 "." IN {
type hint;
file "named.ca";
};
zone "0.0.127.in-addr.arpa" IN {
type master;
file "named.local";
};
zone "159.239.211.in-addr.arpa" IN {
type master;
file "birthparty.rev";
};
zone "birthparty.com" IN {
type master;
file "birthparty.zone";
};
########### named.boot ############
;
; a caching only nameserver config
;
directory /var/named
cache . named.ca
primary 0.0.127.in-addr.arpa named.local
primary ns.birthparty.com birthparty.zone
primary 159.239.211.in-addr.arpa birthparty.rev
########## hosts ################
127.0.0.1 localhost.localdomain localhost ns
211.239.159.201 ns.birthparty.com.
########## hostname #############
www.birthparty.com
########## named.local #############
@ IN SOA localhost. root.localhost. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS localhost.
1 IN PTR localhost.
######### birthparty.zone ############
@ IN SOA ns.birthparty.com. root.birthparty.com. (
2002031302 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS localhost.
IN NS ns.birthparty.com.
IN MX 10 mail.birthparty.com.
ns IN A 211.239.159.201
mail IN A 211.239.159.201
www IN A 211.239.159.201
birthparty.com. IN A 211.239.159.201
############# birthparty.rev ###########
@ IN SOA ns.birthparty.com. root.birthparty.com. (
2002031301 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS ns.birthparty.com.
201 IN PTR ns.birthparty.com.
########### 환경 ############
레드 6.2 사용합니다.
bin8.2.2.-p5 사용하고요.
이렇게 셋팅을 했습니다.
그런데, 내부적으로 nslookup실행이 이상없이 돌아 갑니다.
ping 으로도 아이피나 도메인으로 전부 실행은 되는데,
네입서버가 셋팅이 안됐다고 나옵니다.
어떻게 해야 할까요? 고수님들 도와주세요. 제발....
셋팅후 var/message 메세지 입니다. 무슨말인지.. 통!~!
Mar 14 11:17:45 www named[1571]: Lame server on
'122.22.201.211.in-addr.arpa' (in '22.201.211.in-addr.arpa'?):
[210.94.0.7].53 'ns.hananet.net'
Mar 14 11:17:45 www named[1571]: Lame server on
'122.22.201.211.in-addr.arpa' (in '22.201.211.in-addr.arpa'?):
[210.180.98.69].53 'ns2.hananet.net'
이렇게 올라와 있네요...
제발 부탁드립니다..... ㅜ.ㅜ;