In message <49c79d6b.7060...@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
> j...@eagle.net
> Office: (212) 200-2000 Ext. 105
> Cell:     (212) 200-3016
> 
> ---
> 
> 
> _______________________________________________
> bind-users mailing list
> bind-users@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_andr...@isc.org
_______________________________________________
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to