On 13/12/12 9:46, Feng He wrote:
acl "NAMESVR" { 74.81.81.82; };
On 13.12.12 10:00, Sten Carlsen wrote:
NAMESVR is an acl, it could look like {74.81.0.0/16} or {any}
Essentially it is a kind of bitmask, not a list of IPs.
options {
directory "/var/cache/bind";
recursion no;
于 2012-12-13 18:06, Sten Carlsen 写道:
> Well, you can NOT use an ACL in any form of notify.
>
> This topic has been discussed a number of times, look in the archives.
>
that's right. thanks.
___
Please visit https://lists.isc.org/mailman/listinfo/bind-
Well, you can NOT use an ACL in any form of notify.
This topic has been discussed a number of times, look in the archives.
BTW: I would think programming a solution from e.g. a database would be
easy.
On 13/12/12 10:43, Feng He wrote:
> This would be easy by hand, but not by programming, since I
This would be easy by hand, but not by programming, since I have lots of
zones for updates :)
于 2012-12-13 17:35, Sten Carlsen 写道:
> also-notify { 74.81.81.82; 74.81.81.81; };
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubsc
4.81.81.81; };
also-notify { 74.81.81.82; 74.81.81.81; };
>>> };
>>>
>>>
>>> When I run named-checkconf I got the error:
>>>
>>> # named-checkconf
>>> /etc/bind/named.conf:8: expected IP address near 'NAMESVR'
>>>
>>&
conf:8: expected IP address near 'NAMESVR'
>>
>> Please help. Thanks.
>>
>>
>>
>>
>> 于 2012-12-13 15:23, Mark Andrews 写道:
>>> In message<50c9818e.2060...@nsbeta.info>, Feng He writes:
>>>> Hello,
>>>&
rews 写道:
>> In message <50c9818e.2060...@nsbeta.info>, Feng He writes:
>>> Hello,
>>>
>>> I have the allow-transfer{} section in the global options{} block.
>>>
>>> But for a special zone, I want to include another IP to allow transfer
&g
t; But for a special zone, I want to include another IP to allow transfer
>> besides the global IPs.
>>
>> Is there a also-allow-transfer option in BIND?
>> If not how to control this?
>
> acl xxx { };
>
> options {
> allow-transfer { xxx; };
> };
>
于 2012-12-13 15:23, Mark Andrews 写道:
> acl xxx { };
>
> options {
> allow-transfer { xxx; };
> };
>
> zone "yyy" {
> allow-transfer { xxx; extra; };
> }
cool. thanks!
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to un
In message <50c9818e.2060...@nsbeta.info>, Feng He writes:
> Hello,
>
> I have the allow-transfer{} section in the global options{} block.
>
> But for a special zone, I want to include another IP to allow transfer
> besides the global IPs.
>
> Is there a also
Hello,
I have the allow-transfer{} section in the global options{} block.
But for a special zone, I want to include another IP to allow transfer
besides the global IPs.
Is there a also-allow-transfer option in BIND?
If not how to control this?
Thanks
11 matches
Mail list logo