On 19.10.09 09:49, Mark Andrews wrote:
> acl's can include other acls.
> I'm having a hard time seeing why you need to include a file here.
>
> include "custom.acl"; // defines acl "customacl"
>
> acl "hdanets" {
> 92.168.1.0/24; // hda network
> customacl;
> };
otoh, it could ease c
On Sun, Oct 18, 2009 at 03:35:34PM +0100, Chris Thompson wrote:
...
> As long ago as BIND 9.2, you'll find this in the CHANGES file:
>
> 764. [func] Configuration files now allow "include" directives
> in more places, such as inside the "view" statement.
>
Mark Andrews wrote:
In message <4adb44a5.2060...@htt-consult.com>, Robert Moskowitz writes:
Chris Thompson wrote:
On Oct 18 2009, Joseph S D Yao wrote:
On Sat, Oct 17, 2009 at 10:33:37PM -0400, Robert Moskowitz wrote:
I am trying to build up an environment where the us
In message <4adb44a5.2060...@htt-consult.com>, Robert Moskowitz writes:
>
>
> Chris Thompson wrote:
> > On Oct 18 2009, Joseph S D Yao wrote:
> >
> >> On Sat, Oct 17, 2009 at 10:33:37PM -0400, Robert Moskowitz wrote:
> >>> I am trying to build up an environment where the user can maintain
> >>>
Chris Thompson wrote:
On Oct 18 2009, Joseph S D Yao wrote:
On Sat, Oct 17, 2009 at 10:33:37PM -0400, Robert Moskowitz wrote:
I am trying to build up an environment where the user can maintain
custom files and leave the basic files alone.
So I have a named.acl that works, I add an include
On Oct 18 2009, Joseph S D Yao wrote:
On Sat, Oct 17, 2009 at 10:33:37PM -0400, Robert Moskowitz wrote:
I am trying to build up an environment where the user can maintain
custom files and leave the basic files alone.
So I have a named.acl that works, I add an include line:
acl "hdanets" {
On Sat, Oct 17, 2009 at 10:33:37PM -0400, Robert Moskowitz wrote:
> I am trying to build up an environment where the user can maintain
> custom files and leave the basic files alone.
>
> So I have a named.acl that works, I add an include line:
>
> acl "hdanets" {
> 192.168.1.0/24; // hda
I am trying to build up an environment where the user can maintain
custom files and leave the basic files alone.
So I have a named.acl that works, I add an include line:
acl "hdanets" {
192.168.1.0/24; // hda network
include "custom.acl";
};
and get the error:
Starting named:
E
8 matches
Mail list logo