: : 저두 주로 격는 현상인데요..
: :
: : named.conf 에서 ...
: :
: : 오타 있는지 확인해 보십시요..
: :
: : 열에 아홉은 오타문제입니다.
:
: ======================= 오타가 있나요?============
: ==========================
: 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;
: };
:
:
: zone "." {
: type hint;
: file "named.ca"; // from ftp.rs.internic.net... download and no change
: };
:
: zone "0.0.127.in-addr.arpa" {
: type master;
: file "named.local";
: }; // 로컬 루프백에 대한 루프백주소화일
:
: zone "aaa.com" {
: type master;
: file "for_zone-aaa.com";
: }
:
: zone "11.22.211.in-addr.arpa" {
: type master;
: file "rev_zone-11.22.211";
: }; // ip address를 domain name으로 변환시켜주는 reverse zone 화일
:
: zone "bbb.com" {<-------------- 한칸
: type master;
: file "for_zone-bbb.com";
: };<--------------;
:
: zone "ccc.com" {<----------------- 한칸
: type master;
: file "for_zone-ccc.com"
: };<-----------;
: ======================오타가 있나요?============================
: 제눈은 충혈되어서리...찾을 수가 없습니다.