This is a discussion on ACL usage within the Bind Users forums, part of the DNS and Related Forums category; Is there a way to specify IPs for options like forwarders {}, also-notify{}, masters {} and others using ACLs? BIND (9....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Is there a way to specify IPs for options like forwarders {}, also-notify{},
masters {} and others using ACLs? BIND (9.2.4) get's very upset at such entries: acl "fwdservers" { xxx.xxx.xxx.xxx; yyy.yyy.yyy.yyy; }; forward first; forwarders {"fwdservers"; }; or acl "mstservers" { xxx.xxx.xxx.xxx; yyy.yyy.yyy.yyy; ); zone "example.com" { type slave; file "slave.example.com"; masters {"mstservers"; }; }; Peter |
![]() |
| Thread Tools | |
| Display Modes | |
|
|