On Tue, Dec 13, 2011 at 3:53 PM,  <nudge...@fastmail.fm> wrote:
>> > For instance, would this be a problem when implementing a
>> > wide area bonjour subdomain using my own local dns server for clients that 
>> > are
>> > mobile (internal/external) ?
>>
>> Bonjour should work even without a DNS server.
>
> Reminds me of Cool Hand Luke  <: what we have here is a failure to 
> communicate :>
>

Seems that way. I'm not very familiar with bonjour :) Apologies for
any incorrect suggestion on my part.

>> You could always create your own DNS server if you REALLY need those
>> record types :)
>> The cheapest VPS is about $15/year, which should be more than enough
>> for a secondary DNS server.
>
> I'm running Bind 9.6 and dnsextd (llq and tsig handling). I have split DNS 
> views based on source ip address
> and possession of a tsig key: 
> internal-trusted/external-trusted/internal-visitor/external-visitor.
> The DNS server and clients are all mac 10.6+ so I'm taking advantage of 
> mDNSResponder features such as
> looking in the system keychain for the tsig keys. I have a WAB subdomain for 
> dns-sd, etc. I've had to replace
> dnsextd with an older version, since current macosx versions are dead.
>
> I wondered if the limited access to DNS records at the top level of my domain 
> would be a problem.

It would if you setup WAB directly on that domain, as it seems that
WAB requires PTR records.

> My first thought was to take over the DNS for this domain but rfc882 saying a 
> domain must have at least
> 2 nameservers rules that out. Frankly, I probably don't understand enough 
> about how glue records function...

The easiest way seems to be just create a subdomain. So if your main
domain is abc.dom, you can have an NS entry on that domain for the
subdomain office.abc.com pointing to your public IP address. After
that, just setup everything (PTR records, etc) inside that subdomain.

Another option would be to just rent a VPS for your secondary nameserver.

-- 
Fajar
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to