[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Sendmail/DNS Wackiness.
She is running her own...
/etc/named.boot (names have been changed to protect the innocent)
directory /var/named
cache . named.ca
primary 0.0.127.in-addr.arpa named.local
primary 1.111.222.in-addr.arpa db.222.111.1
primary domain.com db.domain.com
/var/named/db.222.111.1 is IP > name and /var/named/db.domain.com
is name > IP. They are both setup properly (at least I duplicated
the syntax and structure of those on my RH 5.2 boxen).
>Are you running your own DNS or using the ISP's? Sometimes you have to
slap
>an ISP a few times to get DNS working in both directions. If you are
running
>DNS yourself I'll assume you mean bind. In that case you have two seperate
>files (in /var/named?) one named.host does name to IP and named.rev does
>IP to name, you need to have corrsponding entries in each file. (They are
>two seperate files as there are times you DON'T want them to match exactly)