>> Edit article
이름
제목
패스워드
bind 8.2.3으로 업그레이드 후 /etc/rc.d/init/named start 시 /var/log/messages의 오류 메세지 /etc/named.conf:54: cannot redefine zone '233.183.210.in-addr.arpa' class IN 현재 네임서버 정상가동 이상은 없음 단지 messages에 이런 오류가 나오는데 이 오류는 왜 생기는 지 그리고 오류가 안나게 할 수 없는지? ---------------------------------------------------------------------- /etc/named.conf 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 "wenwe.co.kr" IN { type master; file "wenwe.zone"; allow-update { none; }; }; zone "233.183.210.in-addr.arpa" IN { type master; file "wenwe.rev"; allow-update { none; }; }; zone "domainsearch.co.kr" IN { type master; file "domainsearch.zone"; allow-update { none; }; }; zone "233.183.210.in-addr.arpa" IN { type master; file "domainsearch.rev"; allow-update { none; }; }; -------------------------------------------------------------------------------- /var/named/wenwe.zone $TTL 86400 @ IN SOA ns.wenwe.co.kr. postmaster.wenwe.co.kr. ( 1997022700 ; Serial 28800 ; Refresh 14400 ; Retry 3600000 ; Expire 86400 ) ; Minimum IN NS ns.wenwe.co.kr. IN A 210.183.233.210 IN MX 10 mail.wenwe.co.kr. ns IN A 210.183.233.210 mail IN A 210.183.233.210 ftp IN CNAME ns www IN CNAME ns chobo IN CNAME ns wenwe.co.kr IN CNAME ns -------------------------------------------------------------------------------- /var/named/wenwe.rev $TTL 86400 @ IN SOA ns.wenwe.co.kr. postmaster.wenwe.co.kr. ( 1997022700 ; Serial 28800 ; Refresh 14400 ; Retry 3600000 ; Expire 86400 ) ; Minimum IN NS ns.wenwe.co.kr. 210 IN PTR wenwe.co.kr. 210 IN PTR ns.wenwe.co.kr. -------------------------------------------------------------------------------------------- /var/named/domainsearch.zone $TTL 86400 @ IN SOA ns.domainsearch.co.kr. postmaster.domainsearch.co.kr. ( 1997022700 ; Serial 28800 ; Refresh 14400 ; Retry 3600000 ; Expire 86400 ) ; Minimum IN NS ns.domainsearch.co.kr. IN A 210.183.233.210 IN MX 10 mail.domainsearch.co.kr. ns IN A 210.183.233.210 mail IN A 210.183.233.210 ftp IN CNAME ns www IN CNAME ns chobo IN CNAME ns domainsearch.co.kr IN CNAME ns -------------------------------------------------------------------------------------------- /var/named/domainsearch.rev $TTL 86400 @ IN SOA ns.domainsearch.co.kr. postmaster.domainsearch.co.kr. ( 1997022700 ; Serial 28800 ; Refresh 14400 ; Retry 3600000 ; Expire 86400 ) ; Minimum IN NS ns.domainsearch.co.kr. 210 IN PTR domainsearch.co.kr. 210 IN PTR ns.domainsearch.co.kr. ------------------------------------------------------------------------------- /etc/hosts 127.0.0.1 localhost.localdomain localhost 210.183.233.210 wenwe.co.kr chobo --------------------------------------------------------------------------------
Copyleft
1999-2026 by
JSBoard Open Project
Theme Designed by
IDOO
All right reserved