>> Delete Reply from No. 0 article
No. RE: RE: dns, mail test방법 ? 질문보충합니다.

등록 2000-10-02 18:04:00 By localhost     조회 1
이름 이현우    

		관심을 가져주셔서 고맙습니다.
먼저 환경은 랜은 구축이 되어 있습니다.
그래서 리눅스 하나로 메일, DNS, 웹을 함께 사용할려고
합니다. 그러니까 사전에 테스트하는 중이지요.
아래에 제가 구현한 내용입니다.
IP는 임의로 192.168.114.100을 사용했고요.
 ************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
//
zone "." {
	type hint;
	file "named.ca";
};
 zone "0.0.127.in-addr.arpa" {
	type master;
	file "named.local";
};
 zone "leeyoung.co.kr" {
        type hint;
	file "leeyoung.zone";
};
 zone "114.168.192.in-addr.arpa" {
        type master;
        file "leeyoung.rev";
};
  *********named.local
 @       IN      SOA     localhost. root.localhost.  (
                                      1997022700 ; Serial
                                      28800      ; Refresh
                                      14400      ; Retry
                                      3600000    ; Expire
                                      86400 )    ; Minimum
              IN      NS      localhost.
 1       IN      PTR     localhost.
 **********leeyoung.zone
 @       IN      SOA    ns.leeyoung.co.kr.  root.www3.leeyoung.co.kr.  (
                                      2000092902 ; Serial
                                      28800      ; Refresh
                                      14400      ; Retry
                                      3600000    ; Expire
                                      86400 )    ; Minimum
              IN      NS      ns.leeyoung.co.kr.
	      IN      A       192.168.114.100
              IN      MX  10  mail.leeyoung.co.kr.
 localhost     IN       127.0.0.1
ns            IN       192.168.114.100
www3     IN    A       192.168.114.100
mail     IN    CNAME   @
ftp      IN    CNAME   @
 ************  leeyoung.rev
 @       IN      SOA     ns.leeyoung.co.kr. root.www3.leeyoung.co.kr.  (
                                      2000092902 ; Serial
                                      28800      ; Refresh
                                      14400      ; Retry
                                      3600000    ; Expire
                                      86400 )    ; Minimum
              IN      NS      ns.leeyoung.co.kr.
	     
 100       IN      PTR     ns.leeyoung.co.kr.
100       IN      PTR     www3.leeyoung.co.kr.
  다시한번 살펴주시고 답좀 주십시요.
(정말 미치기 직전 같습니다.)
추가로 nslookup어디에 보면 설명이 잘되어 있는지요?
그리고 DNS가 잘못되면 ping이 안되는가요..
갑자기 ping도 안되네요...
 첩첩산중에 오리무중이네요.
[관리자] 패스워드를 입력 하십시오. 답장이 존재하면 함께 삭제됩니다.[ 목록 | 이전 ]
패스워드:    

Copyleft 1999-2026 by JSBoard Open Project
Theme Designed by IDOO All right reserved