slave for views

2009-04-11 Thread Jeff Pang
what's the correct way to set up a slave for a named master which has
multi-views?
thanks.

Regards.


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


Re: slave for views

2009-04-11 Thread Barry Margolin
In article ,
 "Jeff Pang"  wrote:

> what's the correct way to set up a slave for a named master which has
> multi-views?

If the slave also needs to support multiple views, TSIG keys is probably 
the best way to have it transfer all of them.

-- 
Barry Margolin, bar...@alum.mit.edu
Arlington, MA
*** PLEASE don't copy me on replies, I'll read them in the group ***
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


RE: slave for views

2009-04-11 Thread Jeff Pang


>  Original Message 
> Subject: Re: slave for views
> From: Barry Margolin 
> Date: Sat, April 11, 2009 2:08 pm
> To: comp-protocols-dns-b...@isc.org
> 
> 
> In article ,
>  "Jeff Pang"  wrote:
> 
> > what's the correct way to set up a slave for a named master which has
> > multi-views?
> 
> If the slave also needs to support multiple views,

Yes.

> TSIG keys is probably 
> the best way to have it transfer all of them.
> 

Thank you. I will try that.

Regards.



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


about ns record in child domain

2009-04-11 Thread Tech W.

Greetings,

I have a domain said example.com.
in example.com's main DNS I added a NS record:

cdn.example.com.  IN  NS  otherdns.example.com.
otherdns.example.com.  IN  A  12.34.56.78


Then in DNS of otherdns.example.com, I set something in named.conf like:

  zone "cdn.example.com" {
   type master;
   file "/var/cdn.example.com.db";
  };

in cdn.example.com.db:

www.cdn.example.com.  IN  A  11.22.33.44
mail.cdn.example.com   IN  A  xx.xx.xx.xx
...


But, my question is, how can I add NS records for zone itself of 
cdn.example.com? I mean, I can't add something like this in cdn.example.com.db:

otherdns.example.com.  IN  A  12.34.56.78
(this NS item was defined in example.com's main dns.)


Please help, thanks!

Regards.
Ken.




  The new Internet Explorer 8 optimised for Yahoo!7: Faster, Safer, Easier.
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Bind 9 Configuration and Statistics

2009-04-11 Thread ic.nssip
Greetings everyone,

I have only a little question about Bind 9 Configuration and Statistics page.

I activated statistics-channels on a 9.5.0-P2 and a 9.6.0 DNS Server.
I'm not getting any records for:
- Outgoing Queries from View _default
- Outgoing Queries from View _bind
- Cache DB RRsets for View _bind

What should I activate or change on settings in order to get statistics on 
above listed too?

Thank you in advance for any help somebody can offer,

Best Regards,
Julian___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Re: about ns record in child domain

2009-04-11 Thread Chris Buxton

On Apr 11, 2009, at 7:42 PM, Tech W. wrote:
But, my question is, how can I add NS records for zone itself of  
cdn.example.com? I mean, I can't add something like this in  
cdn.example.com.db:


otherdns.example.com.  IN  A  12.34.56.78
(this NS item was defined in example.com's main dns.)


You've confused NS records with A records. Create the NS record; omit  
the A record.


cdn.example.com.  IN  NS  otherdns.example.com.

Chris Buxton
Professional Services
Men & Mice

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


Re: about ns record in child domain

2009-04-11 Thread Tech W.



--- On Sun, 12/4/09, Chris Buxton  wrote:

> From: Chris Buxton 
> Subject: Re: about ns record in child domain
> To: "Tech W." 
> Cc: bind-users@lists.isc.org
> Received: Sunday, 12 April, 2009, 11:04 AM
> On Apr 11, 2009, at 7:42 PM, Tech W.
> wrote:
> > But, my question is, how can I add NS records for zone
> itself of cdn.example.com? I mean, I can't add something
> like this in cdn.example.com.db:
> > 
> > otherdns.example.com.  IN  A 
> 12.34.56.78
> > (this NS item was defined in example.com's main dns.)
> 
> You've confused NS records with A records. Create the NS
> record; omit the A record.
> 
> cdn.example.com.  IN  NS 
> otherdns.example.com.
> 


Thanks Chris.
Do you mean in a zone, we have a NS record, but we don't need to have an A 
record corresponding to that NS record?

Regards.



  Enjoy a safer web experience. Upgrade to the new Internet Explorer 8 
optimised for Yahoo!7. Get it now.

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