On Sun, 15 Dec 2002, Giorgos Keramidas wrote:
> On 2002-12-14 18:10, Bsd Neophyte <[EMAIL PROTECTED]> wrote:
> >
> > this is what the comment says...
> >
> > // If you've got a DNS server around at your upstream provider, enter
> > // its IP address here, and enable the line below. This will make you
> > // benefit from its cache, thus reduce overall DNS traffic in the
> > Internet.
> > /*
> > forwarders {
> > 127.0.0.1;
> > };
> > */
> >
> > but i don't understand what this means? what do i use to replace the
> > 127.0.0.1? do i replace it with both my ISP's domain name server ip
> > addresses?
>
> That's one possibility.
>
> > what are forwarders?
>
> DNS servers that your local named will query for all domains it
> doesn't know about. Queries for the local domains are served from the
> local zone files. All other queries go through a different procedure
> which usually requires sending queries to the root name servers and
> several others. This information is cached by the querying named
> instance for a while.
>
> Instead of having your named make queries to root name servers, .com
> nameservers, and then google.com. nameservers, when you use forwarders
> the servers that you have configured as forwarders are queried.
> Bearing in mind that your ISP has many users who probably ask for the
> similar DNS information all the time, it is very likely that their
> name server has this information already. This is why named.conf
> suggests that you use *them* as forwarders.
>
> - Giorgos
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
>
If you want more information on how this works, I would recommend
getting a copy of "DNS and Bind" by Paul Albitz and Cricket Liu. They
cover the theory you are looking at in chapters 2 and 10.
- Jamie
------------------***************************
"FROM THE LAND OF SKY BLUE WATERS...waters
FROM THE LAND OF PINES
LOFTY BALSAMS
COMES THE BEER REFRESHING"
******************---------------------------
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message