Problem with named.conf
am 20.01.2004 17:38:47 von Joaquin Corchero
Hi to everyone!!!
I'm trying to run the DNS server in a production machine, but I'm having
some unexpected problems that I don't find in the development environment.
The main of all is that I can't find the named.conf in /etc or any other
location.
This made me think that I didn't have the bind installed, but when I go to
the redhat network and I check the packages installed in the system, I have
it.
If anyone can give me any idea of what is happening that would be great.
Thank you
Joaquin Corchero
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: Problem with named.conf
am 20.01.2004 17:42:39 von dmarian
Simple, because it's not in the distribution, if redhat try "rpm -ql
bind" and you will see.
Joaquin Corchero wrote:
> Hi to everyone!!!
>
> I'm trying to run the DNS server in a production machine, but I'm having
> some unexpected problems that I don't find in the development environment.
>
> The main of all is that I can't find the named.conf in /etc or any other
> location.
>
> This made me think that I didn't have the bind installed, but when I go to
> the redhat network and I check the packages installed in the system, I have
> it.
>
> If anyone can give me any idea of what is happening that would be great.
>
> Thank you
>
> Joaquin Corchero
>
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: Problem with named.conf
am 20.01.2004 17:49:52 von Matt Hemingway
Do a search for named and rndc. Either by cd'ing to / and run 'find . -name named' or run 'updatedb' and then run 'locate named' and then 'locate rndc'
If you have named or rndc installed then you have BIND installed. You can also do the same for the named.conf file and see if it's just located in some weird location.
-Matt
On Tue, 20 Jan 2004 16:38:47 -0000
"Joaquin Corchero" wrote:
> Hi to everyone!!!
>
> I'm trying to run the DNS server in a production machine, but I'm having
> some unexpected problems that I don't find in the development environment.
>
> The main of all is that I can't find the named.conf in /etc or any other
> location.
>
> This made me think that I didn't have the bind installed, but when I go to
> the redhat network and I check the packages installed in the system, I have
> it.
>
> If anyone can give me any idea of what is happening that would be great.
>
> Thank you
>
> Joaquin Corchero
>
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: Problem with named.conf
am 20.01.2004 22:48:42 von daniel
in order to have /etc/named.conf you must install the caching-nameserver
package.
--
Daniel.
On Tue, 20 Jan 2004, Matt Hemingway wrote:
> Do a search for named and rndc. Either by cd'ing to / and run 'find . -name named' or run 'updatedb' and then run 'locate named' and then 'locate rndc'
>
> If you have named or rndc installed then you have BIND installed. You can also do the same for the named.conf file and see if it's just located in some weird location.
>
> -Matt
>
> On Tue, 20 Jan 2004 16:38:47 -0000
> "Joaquin Corchero" wrote:
>
> > Hi to everyone!!!
> >
> > I'm trying to run the DNS server in a production machine, but I'm having
> > some unexpected problems that I don't find in the development environment.
> >
> > The main of all is that I can't find the named.conf in /etc or any other
> > location.
> >
> > This made me think that I didn't have the bind installed, but when I go to
> > the redhat network and I check the packages installed in the system, I have
> > it.
> >
> > If anyone can give me any idea of what is happening that would be great.
> >
> > Thank you
> >
> > Joaquin Corchero
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: Problem with named.conf
am 21.01.2004 00:44:13 von terry white
.... ciao:
on "1-20-2004" "daniel@internet2.alartronic.cl" writ:
: in order to have /etc/named.conf you must install the caching-nameserver
: package.
.... that is, i think misleading.
by nature of the application, its installation in an overwhelming
majority, would be installed as a caching local server. that aside,
'named.conf' looks awfully "necessary", and not dependent on any
'particular' configuration.
among other things, i have 'named' installed and running under
'/www', and even at that, have an "/etc/named.conf". that seems a
default location.
is it possible the system is running another bind. 'djbdns' comes
immediately to mind as a great alternative to 'named'. i would suggest
something like "socklist | fgrep 53" and see what is calling that port
....
--
.... i'm a man, but i can change,
if i have to , i guess ...
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: Problem with named.conf
am 21.01.2004 12:05:30 von Joaquin Corchero
That's the solution!!!
Thank you everyone for your help
Joaquin Corchero
wrote in message
news:Pine.LNX.4.44.0401201846030.7143-100000@internet2.alart ronic.cl...
>
> in order to have /etc/named.conf you must install the caching-nameserver
> package.
>
> --
> Daniel.
>
> On Tue, 20 Jan 2004, Matt Hemingway wrote:
>
> > Do a search for named and rndc. Either by cd'ing to / and run 'find
.. -name named' or run 'updatedb' and then run 'locate named' and then
'locate rndc'
> >
> > If you have named or rndc installed then you have BIND installed. You
can also do the same for the named.conf file and see if it's just located in
some weird location.
> >
> > -Matt
> >
> > On Tue, 20 Jan 2004 16:38:47 -0000
> > "Joaquin Corchero" wrote:
> >
> > > Hi to everyone!!!
> > >
> > > I'm trying to run the DNS server in a production machine, but I'm
having
> > > some unexpected problems that I don't find in the development
environment.
> > >
> > > The main of all is that I can't find the named.conf in /etc or any
other
> > > location.
> > >
> > > This made me think that I didn't have the bind installed, but when I
go to
> > > the redhat network and I check the packages installed in the system, I
have
> > > it.
> > >
> > > If anyone can give me any idea of what is happening that would be
great.
> > >
> > > Thank you
> > >
> > > Joaquin Corchero
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html