Hello Mark,
My named.conf looks as:
acl "NAMESVR" { 74.81.81.82; };
options {
directory "/var/cache/bind";
recursion no;
version "unknown";
allow-transfer { NAMESVR; };
also-notify { NAMESVR; };
allow-update { 127.0.0.1; };
};
# zone begins
zone "test.com" {
type master;
file "/var/cache/bind/test.com.db";
allow-transfer { NAMESVR; 74.81.81.81; };
also-notify { NAMESVR; 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'
Please help. Thanks.
δΊ 2012-12-13 15:23, Mark Andrews ει:
> In message <[email protected]>, 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-allow-transfer option in BIND?
>> If not how to control this?
>
> acl xxx { };
>
> options {
> allow-transfer { xxx; };
> };
>
> zone "yyy" {
> allow-transfer { xxx; extra; };
> };
>
>>
>> Thanks.
>> _______________________________________________
>> Please visit https://lists.isc.org/mailman/listinfo/bind-users to
>> unsubscribe from this l
>> ist
>>
>> bind-users mailing list
>> [email protected]
>> https://lists.isc.org/mailman/listinfo/bind-users
_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe
from this list
bind-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/bind-users