[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: DNS configuration
Hai Zaar wrote:
I have server named bigbox.example.com
bigbox hosts LDAP and Kerberos KDC for domain .example.com
So there are three 'A' DNS entries that point to the same IP (in that
order):
A bigbox.example.com 10.0.0.10
A directory.example.com 10.0.0.10
A kerberos.example.com 10.0.0.10
When possible you want to have only one "IN A" record for each IP
address, and use "IN CNAME" for all other host names that point to that IP.
This may not solve your problem, but it will make it much easier to
troubleshoot.
bigbox.example.com. IN A 10.0.0.10
directory.example.com. IN CNAME bigbox.example.com.
kerberos.example.com. IN CNAME bigbox.example.com.
10.0.0.10.in-addr.arpa. IN PTR bigbox.example.com.
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--
Systems Administrator
DigiPen Institute of Technology
(425) 895-4443