LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   DNS Bind named.conf file not found at /etc/ (https://www.linuxquestions.org/questions/linux-newbie-8/dns-bind-named-conf-file-not-found-at-etc-4175451225/)

msi.dhaka 02-22-2013 01:11 AM

DNS Bind named.conf file not found at /etc/
 
Hi all
Hope all you are fine.

I am installing bind in my learning server (using oracle virtualbox).

I am using RHEL5.

The service is running:
chkconfig --list named
named 0: off 1 : off 2 : on 3 :on 4 :on 5 : on 6 : off

The following programs have installed-
1. bind-utils-9.3.3-7.el5
2. bind-9.3.3-7.el5
3. bind-libs-9.3.3-7.el5

The problem is while configuring bind i do not found the named.conf in the /etc/ location. also not found the rndc.conf file in the same location.

Is there any other package should i install?

Now what should i do. Please help.

Thanks.
Shahidul.

shivaa 02-22-2013 01:18 AM

Make a search:
Code:

~# find / -name "named.conf" -print
If it's not found, then you will need to manually create it.

Habitual 02-22-2013 06:20 AM

my man file says:
Code:

FILES
/etc/named.conf
The default configuration file.

but mine is actually at /etc/bind/named.conf


All times are GMT -5. The time now is 06:08 AM.