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";
}; <font color=red><--- 세미콜론 추가</font>
zone "ccc.com"{
type master;
file "for_zone-ccc.com"; <font color=red><-- 세미콜론 추가</font>
}; <font color=red><-- 세미콜론 추가</font>
그리고 모든 blank 는 tab으로 띄워주시고요.
어떤 설정파일이든 그 설정형식을 따라주세요..
뭐든 형식을 지키지 않으면 작동하지 않습니다.
<a href="http://www.peachfarm.co.kr/peach/p-gamgok.htm">
<img src="http://www.hosanfarm.co.kr/image/gamgokbanner150-50.gif" border=0 width=150 height=50>
</a>