Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jul 2002 09:07:40 -0400 (EDT)
From:      "Michael Sharp" <freebsd@ec.rr.com>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   DNS config
Message-ID:  <1244.192.168.1.4.1027256860.squirrel@webmail.probsd.ws>

next in thread | raw e-mail | index | archive | help
I am taking a stab at running DNS , and have been reading some on it
today.But, I wanted to touch base with some on the list to see if my
thinking is correct before I deploy this.I am going to run named in a
Jail() on 192.168.1.6 and my Internet IP is 66.26.7.34. For named.conf,
I have:

zone "0.0.127.IN-ADDR.ARPA" {
         type master;
         file "localhost.rev";
};
zone "1.168.192.in-addr.arpa" {
         type master;
         file "192.168.1.in-addr.arpa.conf";
};
zone "my-domain.com" {
         type master;
         file "my-domain.conf";
};

My questions are this, would I use 7.26.66.in-addr.arpa INSTEAD of
1.168.192 in the second zone above since my external IP is 66.26.7.34,
or is what I have correct? Second, why is the 0.0.127 zone "
IN-ADDR.ARPA" capitalized where the others arent?  The stock named.conf
has it this way and I am just curious.

Thx, Michael







To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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