ACL ?

Mark Andrews Mark_Andrews at isc.org
Mon Mar 23 14:44:28 UTC 2009


In message <49C79D6B.7060109 at eagle.net>, "John D. Vo" writes:
> Greetings:
> 
> Trying to implement acl in my named.conf... for Bind 9.2.2
> 
> acl eagle { 192.168.1.0/24; localhost; };
> 
> But when I issued an reload, I got:
> 
> Mar 23 08:55:39 ns1 named[13578]: [ID 866145 daemon.error] 
> /etc/named.conf:2: unknown option 'acl'
> Mar 23 08:55:39 ns1 named[13578]: [ID 866145 daemon.error] reloading 
> configuration failed: failure

	You have the acl in the wrong place in named.conf.  It should be
	like:

	acl {
		....
	};
	options {
		....
	};

	not
	
	options {
		acl { ... };
		...
	};

	Mark
> 
> 
> Help?
> 
> Thanks.
> 
> -- 
> ----
> 
> Best Regards,
> 
> John D. Vo
> Eagle Teleconferencing Services, Inc.
> Network-System Administrator
> jvo at eagle.net
> Office: (212) 200-2000 Ext. 105
> Cell:     (212) 200-3016
> 
> ---
> 
> 
> _______________________________________________
> bind-users mailing list
> bind-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users
-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark_Andrews at isc.org



More information about the bind-users mailing list