Re: DNS settings...
Re: DNS settings...
- Subject: Re: DNS settings...
- From: Allan Nathanson <email@hidden>
- Date: Tue, 13 Sep 2005 00:21:51 -0400
On Sep 9, 2005, at 10:04 PM, John Haskey wrote:
On Fri, 9 Sep 2005, John Haskey wrote:
In June there was a thread entitled 'Temporarily changing DNS
servers and
search domains in Tiger" which I've read with interest. I've been
experimenteing with the suggestions offered in that thread with
little
little success.
In my 'vpn-ish' application I too am using the tun device. Prior to
Tiger I modified resolv.conf when I wanted to add additional
nameservers
(at the beginning of the list) and also an additional domains on the
'search' line.
Following up my own post, after some more work I've had limited
success.
But it would be great if someone could point me to some good
documentation
to how the 'new' DNS stuff works, what keys are reguired (looks like
SupplementalMatchDomains is key in some way) and how they all
interact.
The SupplementalMatchDomains key comes into play when you have a
(non-"primary") service that wants to direct DNS requests for
specific domain names to an alternate set of servers. For example,
let's say you have a service which includes the following DNS
dictionary :
<dict>
<key>SupplementalMatchDomains</key>
<array>
<string>foo.com</string>
</array>
<key>ServerAddresses</key>
<array>
<string>10.0.1.1</string>
</array>
</dict>
In this case, any DNS queries for "foo.com" domain will be directed
to the 10.0.1.1 [DNS] server.
If this is the "primary" service than the SupplementalMatchDomains
key is ignored (and we use the DomainName and SearchDomains keys to
establish the baseline DNS configuration).
- Allan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden