On Thu, Jun 13, 2002 at 08:24:26AM -0700, George Yobst wrote:
>
> Hi Gary,
> Are the internal machines getting a correct
> DNS resolution with names and numbers? How about
> a separate internal DNS server? -George
That is what I am trying, butmaybe/evidently improperly.
Here are some entries from my /etc/named.conf:
// file "db.cache" ( was named.root) is for the root ``.''
zone "." {
type hint;
file "/etc/namedb/s/db.cache";
};
// loopback entry
zone "0.0.127.IN-ADDR.ARPA" {
type master;
file "/etc/namedb/s/db.0.0.127.IN-ADDR.ARPA";
};
zone "thought.org" {
type master;
file "/etc/namedb/s/db.thought.org";
};
zone "168.39.216.in-addr.arpa" {
type master;
file "/etc/namedb/s/thought.org.rev";
};
zone "0.0.10.in-addr.arpa." {
type master;
file "/etc/namedb/s/db.private.rev";
};
This is from s/db.thought.org:
; Machines for the though.org domain
;
;name ttl class type data
;
localhost IN A 127.0.0.1
ns1.thought.org. IN A 216.39.168.248
tao.thought.org. IN A 216.39.168.250
sage IN A 10.0.0.1
zen IN A 10.0.0.249
...
...
; Domain mailing addresses
;
thought.org. IN MX 10 sage.thought.org.
thought.org. IN A 10.0.0.1
Lastly, here is test output from sendmail:
root@sage:/etc/namedb/s# sendmail -tv [EMAIL PROTECTED]
hi.
.
[EMAIL PROTECTED] Connecting to tao.thought.org. via relay...
220 tao.thought.org ESMTP Sendmail 8.11.6/8.11.3; Thu, 13 Jun 2002 11:39:19
-0700 (PDT)
>>> EHLO sage.thought.org
250-tao.thought.org Hello ns1 [216.39.168.248], pleased to meet you
250-ENHANCEDSTATUSCODES
250-8BITMIME
250-SIZE
250-DSN
250-ONEX
250-ETRN
250-XUSR
250 HELP
>>> MAIL From:<[EMAIL PROTECTED]> SIZE=4
250 2.1.0 <[EMAIL PROTECTED]>... Sender ok
>>> RCPT To:<[EMAIL PROTECTED]>
250 2.1.5 <[EMAIL PROTECTED]>... Recipient ok
>>> DATA
354 Enter mail, end with "." on a line by itself
>>> .
250 2.0.0 g5DIdJB02915 Message accepted for delivery
[EMAIL PROTECTED] Sent (g5DIdJB02915 Message accepted for delivery)
Closing connection to tao.thought.org.
>>> QUIT
221 2.0.0 tao.thought.org closing connection
My DNS files seem to be okay... On ns1 (aka sage), I have
tao.thought.org as the DS smarthost... tao is on the "ouside"
network. It is there (on tao) where mailq lists files as
Deferred.
Would it make any sense to break out my db.private.* files?
Hopefully you orr another wizard can make sense of this;
I'm at the very edge of my experience!
thanks,
gary
--
Gary Kline [EMAIL PROTECTED] www.thought.org Public service Unix
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message