defines ip to acl

McDonald, Daniel (Dan) Dan.McDonald at austinenergy.com
Mon Oct 17 19:08:49 UTC 2016


Acls don’t support ranges, only prefixes.  You don’t want the whole /24.  I think you want:

acl net1 {192.168.1.0/26; 192.168.1.64/27; 192.168.1.96/30; }
acl net2 {192.168.1.100/30; 192.168.104/29; 192.168.1.112/28; 192.168.1.128/26; 192.168.1.192/29; }
 

On 2016-10-17, 13:41, "bind-users on behalf of Pol Hallen" <bind-users-bounces at lists.isc.org on behalf of bindml at fuckaround.org> wrote:

    Hello all :-)
    
    I need to setup 2 kind of acl on same network, ie:
    
    ip from 192.168.1.1 to 192.168.1.99 belongs to acl1
    and ip from 192.168.1.100 to 192.168.1.199 to acl2
    
    acl net1 { 192.168.1.1-99/24 };
    acl net1 { 192.168.1.99-199/24 };
    
    what's the correct way? I didn't find nothing :-/
    
    thanks for help
    
    Pol
    _______________________________________________
    Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list
    
    bind-users mailing list
    bind-users at lists.isc.org
    https://lists.isc.org/mailman/listinfo/bind-users
    



More information about the bind-users mailing list