@ IN SOA ns.pervice.net.
root.ns.pervice.net. (
: 20020105 ; Serial
: 3600 ; Refresh
: 3600 ; Retry
: 3600000 ; Expire
: 86401 ) ; Minimum
: ;
여기에 문제가 있네요..
86401 )이렇게 되어있네요..
괄호는 그 밑줄로 내려가야죠..
root.ns.pervice.net. (
20020105 ; Serial
3600 ; Refresh
3600 ; Retry
3600000 ; Expire
86401 ; Minimum
)
;
아참 그리고...
ns IN A 211.62.xxx.xxx
* IN A 211.62.xxx.xxx
www IN CNAME ns
;
이부분에서 * IN A 211.62.xxx.xxx 이부분이 가장 밑으로
가야합니다..안그러면 이 줄 밑에 부분은 실행돼지 않습니다.
: 제가 bind-9.0 으로 버젼업을 하였습니다.
: 그 후 이상하게 네임서버는 정상작동 하는데, 웹으로 연결이 되지를 않고 있습니다.
:
:
: ########### /etc/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
: //
: controls {
: inet 127.0.0.1 allow { localhost; } keys { rndckey; };
: };
: zone "." IN {
: type hint;
: file "named.ca";
: };
: zone "localhost" IN {
: type master;
: file "localhost.zone";
: allow-update { none; };
: };
: zone "0.0.127.in-addr.arpa" IN {
: type master;
: file "named.local";
: allow-update { none; };
: };
: zone "pervice.net" IN {
: type master;
: file "named.ns";
: allow-update { none; };
: };
: zone "otechkorea.com" IN {
: type master;
: file "named.otechkorea";
: allow-update { none; };
: };
: zone "xxx.62.211.in-addr.arpa" IN {
: type master;
: file "named.rev";
: allow-update { none; };
: };
: include "/etc/rndc.key";
:
:
:
:
: ########### /var/named/named.ns
: TTL 86400
: @ IN SOA ns.pervice.net. root.ns.pervice.net. (
: 20020105 ; Serial
: 3600 ; Refresh
: 3600 ; Retry
: 3600000 ; Expire
: 86401 ) ; Minimum
: ;
: IN A 211.62.xxx.xxx
: IN NS ns.pervice.net.
: IN MX 10 @
: ;
: ns IN A 211.62.xxx.xxx
: * IN A 211.62.xxx.xxx
: www IN CNAME ns
: ;
:
:
:
:
: ########### /etc/resolv.conf
: nameserver 127.0.0.1
: nameserver 211.62.xxx.xxx
:
:
:
: ########### /var/log/messages
: Jan 9 20:12:28 otech 1월 9 20:12:28 named: named 종료 succeeded
: Jan 9 20:12:29 otech named[1547]: starting BIND 9.1.3 -u named
: Jan 9 20:12:29 otech named[1547]: using 1 CPU
: Jan 9 20:12:29 otech named[1550]: loading configuration from '/etc/named.conf'
: Jan 9 20:12:29 otech named[1550]: the default for the 'auth-nxdomain' option is now 'no'
: Jan 9 20:12:29 otech named[1550]: no IPv6 interfaces found
: Jan 9 20:12:29 otech named[1550]: listening on IPv4 interface lo, 127.0.0.1#53
: Jan 9 20:12:29 otech named[1550]: listening on IPv4 interface eth0, 211.62.58.104#53
: Jan 9 20:12:29 otech named[1550]: command channel listening on 127.0.0.1#953
: Jan 9 20:12:29 otech named[1550]: running
: Jan 9 20:12:29 otech 1월 9 20:12:29 named: named 를 시작하고 있습니다 succeeded
:
: 좀 귀찮으시겠지만 답변 부탁드립니다.
:
: --
: OTECHKOREA Inc,. 의 웹개발팀 엔지니어/실장 이하나.
--
허접한 넘임당..그러나 리눅스를 사랑합니다!!