Hmm worked, problem was with db.lockdown syntax.

Not actual now.


-----Original Message-----
From: bind-users-bounces+nadir=ultel....@lists.isc.org
[mailto:bind-users-bounces+nadir=ultel....@lists.isc.org] On Behalf Of
bind-users-requ...@lists.isc.org
Sent: Tuesday, July 13, 2010 5:00 PM
To: bind-users@lists.isc.org
Subject: bind-users Digest, Vol 573, Issue 2

Send bind-users mailing list submissions to
        bind-users@lists.isc.org

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.isc.org/mailman/listinfo/bind-users
or, via email, send a message with subject or body 'help' to
        bind-users-requ...@lists.isc.org

You can reach the person managing the list at
        bind-users-ow...@lists.isc.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of bind-users digest..."


Today's Topics:

   1. Behavior of a slave to a NOTIFY (Richard Tom)
   2. Defining custom root zone by subnet. (Nadir Aliyev)
   3. Re: Defining custom root zone by subnet. (Larry Brower)
   4. RE: Defining custom root zone by subnet. (Nadir Aliyev)
   5. RE: Defining custom root zone by subnet. (Nadir Aliyev)


----------------------------------------------------------------------

Message: 1
Date: Mon, 12 Jul 2010 22:28:48 -0400
From: Richard Tom <r...@cv.net>
Subject: Behavior of a slave to a NOTIFY
To: bind-users@lists.isc.org
Message-ID: <4c3bcf60.5010...@cv.net>
Content-Type: text/plain; format=flowed; charset=ISO-8859-1

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 releases and see there have been some fixes to code 
related to notifies and zone transfers.

Is it safe to say a busy BIND 9.5.x slave performing lots of zone 
transfers retrieves zones (from a master) more timely than a similarly 
busy 9.2.x slave?

Regards,
Richard


The information transmitted in this email and any of its attachments is
intended only for the person or entity to which it is addressed and may
contain Cablevision proprietary information, which is privileged,
confidential, or subject to copyright belonging to Cablevision. Any review,
retransmission, dissemination or other use of, or taking of any action in
reliance upon, this information by persons or entities other than the
intended recipient is prohibited and may be unlawful. If you received this
in error, please contact the sender immediately and delete and destroy the
communication and all of the attachments you have received and all copies
thereof.


------------------------------

Message: 2
Date: Tue, 13 Jul 2010 10:25:47 +0500
From: "Nadir Aliyev" <na...@ultel.net>
Subject: Defining custom root zone by subnet.
To: <bind-users@lists.isc.org>
Message-ID: <002201cb224b$d9b090f0$8d11b2...@net>
Content-Type: text/plain; charset="koi8-r"

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";

};

 

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<https://lists.isc.org/pipermail/bind-users/attachments/20100713/178f7aef/at
tachment-0001.html>

------------------------------

Message: 3
Date: Tue, 13 Jul 2010 00:43:14 -0500
From: Larry Brower <la...@maxqe.com>
Subject: Re: Defining custom root zone by subnet.
To: Nadir Aliyev <na...@ultel.net>
Cc: bind-users@lists.isc.org
Message-ID: <4c3bfcf2.5010...@maxqe.com>
Content-Type: text/plain; charset=KOI8-R; format=flowed

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.


------------------------------

Message: 4
Date: Tue, 13 Jul 2010 15:27:30 +0500
From: "Nadir Aliyev" <na...@ultel.net>
Subject: RE: Defining custom root zone by subnet.
To: "'Larry Brower'" <la...@maxqe.com>
Cc: bind-users@lists.isc.org
Message-ID: <000301cb2275$ffd37fc0$ff7a7f...@net>
Content-Type: text/plain;       charset="us-ascii"

Its maybe sily just for you. But not for all.

For example,
I authorize users via radius with 2 way: without acl and with guest acl. 
So I give same dns servers to all users, but I give public ip to the normal
users and private ip to the users with guest acl for purpose redirecting all
dns requests from with guest acl users to the defined webserver.
That's all.


Sorry for my english.


-----Original Message-----
From: Larry Brower [mailto:la...@maxqe.com] 
Sent: Tuesday, July 13, 2010 10:43 AM
To: Nadir Aliyev
Cc: bind-users@lists.isc.org
Subject: Re: Defining custom root zone by subnet.

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.



------------------------------

Message: 5
Date: Tue, 13 Jul 2010 15:33:52 +0500
From: "Nadir Aliyev" <na...@ultel.net>
Subject: RE: Defining custom root zone by subnet.
To: "'Nadir Aliyev'" <na...@ultel.net>
Cc: bind-users@lists.isc.org
Message-ID: <000401cb2276$e3257800$a97068...@net>
Content-Type: text/plain;       charset="us-ascii"

Not helped...


view "internal-in" in {
    match-clients { zone1; };
    recursion yes;
        zone "." {
                type master;
                file "db.lockdown";
        };
};



-----Original Message-----
From: Nadir Aliyev [mailto:na...@ultel.net] 
Sent: Tuesday, July 13, 2010 3:28 PM
To: 'Larry Brower'
Cc: 'bind-users@lists.isc.org'
Subject: RE: Defining custom root zone by subnet.

Its maybe sily just for you. But not for all.

For example,
I authorize users via radius with 2 way: without acl and with guest acl. 
So I give same dns servers to all users, but I give public ip to the normal
users and private ip to the users with guest acl for purpose redirecting all
dns requests from with guest acl users to the defined webserver.
That's all.


Sorry for my english.


-----Original Message-----
From: Larry Brower [mailto:la...@maxqe.com] 
Sent: Tuesday, July 13, 2010 10:43 AM
To: Nadir Aliyev
Cc: bind-users@lists.isc.org
Subject: Re: Defining custom root zone by subnet.

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@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

End of bind-users Digest, Vol 573, Issue 2
******************************************

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

Reply via email to