Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Jun 2005 17:13:43 -0700
From:      Gary Kline <kline@tao.thought.org>
To:        FreeBSD Mailing List <freebsd-questions@FreeBSD.ORG>
Subject:   private/internal db file question...
Message-ID:  <20050623001343.GA63523@thought.org>

next in thread | raw e-mail | index | archive | help
	Folks,

	After years or trying, I may have my private/internal
	DNS db files working.  From a colo machine I can reach
	my internal servers.  One small question for the DNS
	wizards out there::  are the last ".in-addr.arpa" lines
	considered good-form?  Can I blow them away or uncomment 
	them?  (I am considering building an internal mailserver
	[yes, with Postfix--it is better than sendmail].  iF and
	when I unload my DNS server, be nice to know.)

	thanks for any insights,

	gary


#---


$TTL 600
@        IN    SOA    sage.thought.org. root.sage.thought.org. (
        2005062201; Serial
        10800    ; Refresh - 3 hours
        3600    ; Retry - 1 hour
        432000    ; Expire - 1 week
        86400)    ; Minimum - 1 day

;
;; real nameserver:
;
        IN    NS    sage.thought.org.


;
;    Machines names
;
;name    ttl    class    type    data
1        IN    PTR    localhost
1       IN    PTR    sage
220     IN    PTR    ethic
247     IN    PTR    tao
249     IN    PTR    zen

;
;;  below may not be necessary
;


;;;220.0.0.10.in-addr.arpa.        IN      PTR     ethic.thought.org.
;;;247.0.0.10.in-addr.arpa.        IN      PTR     tao.thought.org.
;;;249.0.0.10.in-addr.arpa.        IN      PTR     zen.thought.org.


;;;220.0.0.10.in-addr.arpa.        IN      PTR     ethic
;;;247.0.0.10.in-addr.arpa.        IN      PTR     tao
;;;249.0.0.10.in-addr.arpa.        IN      PTR     zen



-- 
   Gary Kline     kline@thought.org   www.thought.org     Public service Unix




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050623001343.GA63523>