>> Edit article
이름
제목
패스워드
아래는 ns 호스트로 설정된 부분의 named.conf 파일과 zone 파일인 named.host 파일과 IP 설정부분에 대한 것 입니다. ;;; /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 "local.ca"; }; zone "localhost" IN { type master; file "local.zone"; allow-update { none; }; }; // // // zone "pervice.net" IN { type master; file "named.host"; }; // //zone "58.62.211.in-addr.arpa" IN { type master; file "named.rev"; allow-update { none; }; }; // include "/etc/rndc.key"; ;;; /etc/resolve.conf --------------------- search www.pervice.net pervice.net nameserver 211.62.58.104 ;;; /var/named/named.host ------------------------- $TTL 86400 ; @ IN SOA pervice.net. root.ns.pervice.net. ( 2002010501 ; Serial 7200 ; Refresh 7200 ; Retry 7200 ; Expire 7200 ) ; Minimum ; IN NS ns.pervice.net. IN A 211.62.58.104 IN MX 10 mail.pervice.net. ; ns IN A 211.62.58.104 mail IN A 211.62.58.104 ftp IN A 211.62.58.104 www IN CNAME @ mail IN A 211.62.58.104 기타 network 설정파일과 기본적인 부분의 경우 네부 nslookup 으로 설정확인 한 상태라서 생략하겠습니다. 이 점 양해하여 주시기 바랍니다. (_,_;) FTP 로 다운로드를 받으면서 TTL 값의 손상가능성에 대한 말슴이 있어 설정을 보았으나, 상기 본인이 다운로드 한 부분은 rndc.key 값을 제외한 named.conf 파일과 zone 파일에 불과합니다. 다른 부분의 설정의 경우 예전과 동일하며, IP 도 물로 동일합니다. 어떤 부분에 문제가 있는지 답변을 주시지 않으셔도 감사드립니다. 작은 지적이라도 감사히 생각하겠습니다.
Copyleft
1999-2026 by
JSBoard Open Project
Theme Designed by
IDOO
All right reserved