Re: Defining custom root zone by subnet.

2010-07-12 Thread Larry Brower
Nadir Aliyev wrote: Hi friends, Its possible in bind define fake root zone by subnet? (in this case just for zone1) Sounds like you need to use views. Why would you want to do this though? It is silly. ___ bind-users mailing list bind-users

Defining custom root zone by subnet.

2010-07-12 Thread Nadir Aliyev
Hi friends, Its possible in bind define fake root zone by subnet? (in this case just for zone1) acl zone1 { 10.0.10.0/24 } acl zone2 { XXX.XXX.XXX.XXX/24 } zone "." { type master; file "db.lockdown"; }; ___ bi

Behavior of a slave to a NOTIFY

2010-07-12 Thread Richard Tom
What would delay a slave responding to a notify? More importantly, what would delay a slave from transferring a zone after verifying the master's serial for the zone is newer than the serial the slave has? I've looked over the bug fixes as accumulated by the latest revisions for the 9.[2-7].x

Re: ACL for forward zone

2010-07-12 Thread Richard Tom
The syntax for a forward zone is: zone domain_name [ ( in | hs | hesiod | chaos ) ] { type forward; [ forward ( only | first ); ] [ forwarders { [ ip_addr ; [ ip_addr ; ... ] ] }; ] [ check-names ( warn | f

Re: ACL for forward zone

2010-07-12 Thread Prabhat Rana
Hi Nuno, Thanks for the response. However, I don't own the authoritative servers. And the clients that I am serving don't have direct access to the authoritative servers. Prabhat. --- On Mon, 7/12/10, Nuno Paquete wrote: > From: Nuno Paquete > Subject: Re: ACL for forward zone > To: "Prabhat

Re: ACL for forward zone

2010-07-12 Thread Nuno Paquete
Hi Prabhat, I think you don't need this ACL in your forwarder server, define it on the authoritative server (1.2.3.4 and 5.6.7.8, according to your example). Regards, Nuno Paquete No dia 2010/07/12, às 19:27, "Prabhat Rana" escreveu: Hello all, I have BIND 9.7.1 installed in Solaris

ACL for forward zone

2010-07-12 Thread Prabhat Rana
Hello all, I have BIND 9.7.1 installed in Solaris 10. I need to use a forwarder for a certain internal private IP zone to a certain internal DNS severs. In the meantime I need to use certain ACL so that it would forward the queries and reply to them only from certain IP address clients. So I use

Re: Bind hang out when named reach to 5-600 Mb

2010-07-12 Thread Fabien Seisen
2010/7/8 khanh rua : > Hi, > > I install bind as a cache server on Solaris 10, Sun Sparc T5140. It has > problem, bind always hang out when named reach to 5-600 Mb ('prstat' check). > I have several servers and all have this problem even when i install bind in > zone or try with a 64bit version.  T