i want to configure dns but i don't find the file like named.conf
yes i already installed bind but when i want to configurate i don't find the file or the right file
--- En date de : Lun 13.10.08, Pintér Tibor tibyke@tibyke.hu a écrit : De: Pintér Tibor tibyke@tibyke.hu Objet: Re: [CentOS] problem with dns À: "CentOS mailing list" centos@centos.org Date: Lundi 13 Octobre 2008, 16h37
david fritz wrote:
i want to configure dns but i don't find the file like named.conf
dns server you mean? you need the "bind" rpm installed.
if you need dns "client", edit /etc/resolv.conf
t _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
david fritz wrote:
yes i already installed bind but when i want to configurate i don't find the file or the right file
--- En date de : *Lun 13.10.08, Pintér Tibor /tibyke@tibyke.hu/* a écrit :
De: Pintér Tibor <tibyke@tibyke.hu> Objet: Re: [CentOS] problem with dns À: "CentOS mailing list" <centos@centos.org> Date: Lundi 13 Octobre 2008, 16h37 david fritz wrote: > i want to configure dns but i don't find the file like named.conf dns server you mean? you need the "bind" rpm installed. if you need dns "client", edit /etc/resolv.conf t _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
find / -name 'named.conf'
yes i already installed bind but when i want to configurate i don't find the file or the right file
Try this
cd /etc
ls -axl named.conf
if you do not see it or a symlink to where it really is, then do what the others suggested and try the find command or samples area
when you install bind and chroot bind stuff it would go here
cd /var/named
then
ls -axl
and look around chroot dir etc
- rh