Results 1 to 2 of 2
Playing around a little with a lab network of virtual centos 5.3 machines.
I built a test DNS server and decided to see what the caching-nameserver.rpm package was all about.
...
- 10-08-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 1
bind config files with caching-nameserver.rpm
Playing around a little with a lab network of virtual centos 5.3 machines.
I built a test DNS server and decided to see what the caching-nameserver.rpm package was all about.
And, of course, it works. Pretty painless if all you need is a caching server.
However, I'm a bit baffled how it is working. The only config file it creates is /var/named/chroot/etc/named.caching-nameserver.conf (with a sym link in /etc).
So I have two questions:
1. How does bind know to use this config file? I thought bind only looked for /etc/named.conf.
2. The symlink in /etc is actually to /var/named/chroot//etc/named.caching-nameserver.conf. Why the double slash after /var/named/chroot?
- 10-08-2009 #2
Redhat installs Bind in a chroot env. The starting script is told how to start Bind which then Bind thinks /var/named/chroot is the root of the system thus it thinks it is looking at /etc/namd.conf
Don't think this is right are you sure about the double slash?2. The symlink in /etc is actually to /var/named/chroot//etc/named.caching-nameserver.conf. Why the double slash after /var/named/chroot?


Reply With Quote
