TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:6445] BIND with topology or sortlist?



* 1st Situation: If you just mean DNS lookups on a machine without BIND *

Easiest way: configure the DNS server on 10.10.0.1 with the proper
hints/root file so it will look on the internet for any domain that it is
not authoritative for.

Harder way: in the resolv.conf, just add both the local DNS server (first)
and the remote one. Once the first DNS server (10.10.0.1) times out when
looking up a remote domain, the second server will be attempted.

* 2nd Situation: If you actually use the local box as a DNS server *
You can configure BIND as a secondary DNS server for company.com, getting
its authoritative data from 10.10.0.1. And then you configure the root
cache file to look out to the internet for any other queries. Not too
hard.

Sorry if I didn't address what you ere actually asking.. need more details
to really know exactly what you want to do.

----
Nate Carlson
the infinite loop
natecars@infiniteloop.com

On Wed, 9 Jun 1999, Bob Tanner wrote:

> I have an unusal situation pertaining to DNS.
> 
> Is there a way to force BIND to look to one server for a particular domain and
> another server for everything else?
> 
> For instance, if I lookup up www.company.com, I want the request to goto
> 10.10.0.1, but if I lookup www.yourcompany.com, I want the request to goto
> 206.100.7.252.
> 
> Can this be done? It does not look like topology or sortlist would give that
> to me, but I thought I would ask.
> 
> -- 
> Bob Tanner <tanner@real-time.com>       | Phone : (612)943-8700
> http://www.real-time.com                | Fax   : (612)943-8500
> Key fingerprint =  6C E9 51 4F D5 3E 4C 66 62 A9 10 E5 35 85 39 D9 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tclug-list-unsubscribe@listserv.real-time.com
> For additional commands, e-mail: tclug-list-help@listserv.real-time.com
> Try our website: http://tclug.real-time.com
>