[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RE: Caching Nameserver
- From: "CHAN Chow Chin, David" <ccchan my ncs-i com>
- To: "'redhat-install-list redhat com'" <redhat-install-list redhat com>
- Subject: RE: Caching Nameserver
- Date: Mon, 26 Feb 2001 13:01:21 +0800
well, I think you're missing your forwarders in your named.conf file.
Inside named.conf, under the "options" section, insert:-
forward first;
forwarders {
ip.of.dns.1;
ip.of.dns.2;
};
eg:
forward first;
forwarders{
161.142.2.17;
};
hope it helps. :),
CHAN Chow Chin, David
P.S. Oh! dont' forget to restart named.
-----Original Message-----
From: Art Ross [mailto:aross skyenet net]
Sent: Monday, 26 February, 2001 12:43 PM
To: redhat-install-list redhat com
Subject: Caching Nameserver
I'm trying to get a caching nameserver setup and operating on my home
network. I have downloaded an installed the rpm's from Redhat. These
included 'bind' and 'caching-nameserver'. Using linuxconf, I've added a
zone for my home network. When I test it using 'nslookup', it tells me
that it cannot find host/domain for the nameserver's ip.
Also, when I try an nslookup on any of my machines on the home
network, I cannot find them. What have I missed? Will a caching
nameserver eliminate the need for me to keep all the hosts files on
every machine current?
Any help is appreciated.
Art
_______________________________________________
Redhat-install-list mailing list
Redhat-install-list redhat com
https://listman.redhat.com/mailman/listinfo/redhat-install-list
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]