sun's longitude:241 49 25.51 
· 자유게시판 · 묻고답하기 · 알파문서 · RPMS list
· 사용자문서 · 팁/FAQ모음 · 리눅스Links · 자료실
· 서버정보 · 운영자 · Books/FAQ · FreeBSD
/board/read.php:소스보기  

질문과 답변 게시판입니다.

현재 실시간으로 이곳 서버의 설정파일(몇개)를 보여주고 있습니다.
서버의 설정내용에 관한 질문은 먼저 이곳 서버의 설정내용을 참고하시길 바랍니다.

[*** 쓰기 금지단어 패턴 ***]
글 본문 중간에 업로드할 이미지를 추가하는 방법 : @@이미지이름@@
ex) @@foo.gif@@
1893 번 글: dns설정 도와주세요
글쓴이: czhan 글쓴날: 2004년 01월 29일 12:47:46 목(오후) 조회: 991
해결이 되지 않앗습니다.

아래에 나열된 설정 파일입니다.
/etc/named.conf 
/var/named/uni.zone 
/var/named/uni.rev 

nslookup로 테스트 할경우, ns.uni-bird.com은 해석이 안되고,ip
61.135.144.7 은 해석이 됩니다.
원인을 좀 분석해 주십시요;;
감사합니다..



shell>more /etc/named.conf 

options { 
version "unknown"; 
directory "/var/named"; 
// allow-transfer { 210.96.230.250; }; 
// query-source address * port 53; 
}; 
controls { 
inet 127.0.0.1 port 953 allow { localhost; } keys { "uni-key"; }; 
}; 
key "uni-key" { 
algorithm hmac-md5; 
secret "RAkrYBa3m9GTzBc24OV8zA=="; 
}; 
logging { 
category lame-servers { null; }; 
category unmatched { null; }; 
category network { null; }; 
category notify { null; }; 
}; 
// 
// a caching only nameserver config 
// 
zone "." IN { 
type hint; 
file "named.ca"; 
}; 
zone "uni-bird.com" IN { 
type master; 
file "uni.zone"; 
allow-update { none; }; 
}; 
zone "144.135.61.in-addr.arpa" IN { 
type master; 
file "uni.rev"; 
allow-update { none; }; 
}; 
zone "localhost" IN { 
type master; 
file "localhost.zone"; 
allow-update { none; }; 
}; 
zone "0.0.127.in-addr.arpa" IN { 
type master; 
file "localhost.rev"; 
allow-update { none; }; 
}; 


shell> more /var/named/uni.zone 
;made by czhan at uni-bird.com 
$TTL 86400 
$ORIGIN uni-bird.com. 
; 
@ IN SOA ns.uni-bird.com. root.uni-bird.com. ( 
20040126 ; serial 
21600 ; refresh 
900 ; retry 
604800 ; expire 
86400 ; default_ttl 
) 
; name server 
IN NS ns.uni-bird.com. 
IN MX 10 uni-bird.com. 
@ IN A 61.135.144.7 
; 
; Host name & Informations 
ns IN A 61.135.144.7 
; 
; VirtualHost 
webadmin IN A 61.135.144.7 
www IN A 61.135.144.7 
; 
; Alias 
mail IN CNAME ns 
ftp IN CNAME ns 
pop3 IN CNAME ns 



shell> more /var/named/uni.rev 
$TTL 86400 
; 
@ IN SOA ns.uni-bird.com. root.uni-bird.com. ( 
20000407 ; serial 
21600 ; refresh 
900 ; retry 
604800 ; expire 
86400 ; default_ttl 
) 
; Name Server 
; 
IN NS ns.uni-bird.com. 
; in.addr-arpa 
7 IN PTR uni-bird.com. 


[root@web bin]# nslookup 
Note: nslookup is deprecated and may be removed from future releases. 
Consider using the `dig' or `host' programs instead. Run nslookup with 
the `-sil[ent]' option to prevent this message from appearing. 
> ns.uni-bird.com 
Server: 61.135.144.7 
Address: 61.135.144.7#53 

** server can't find ns.uni-bird.com: SERVFAIL 
> 61.135.144.7 
Server: 61.135.144.7 
Address: 61.135.144.7#53 

7.144.135.61.in-addr.arpa name = uni-bird.com. 
>

 
이전글 : Re: Re: Re: 노력해밨는데요...
다음글 : Re: dns설정 도와주세요  
 from 218.246.122.156
JS(Redhands)Board 0.4 +@

Re: Re: Re: 노력해밨는데요... Re: dns설정 도와주세요
인쇄용 


apache lighttpd linuxchannel.net 
Copyright 1997-2024. linuxchannel.net. All rights reserved.

Page loading: 0.01(server) + (network) + (browser) seconds