Forum Discussion

Dormelchen_2406's avatar
Dormelchen_2406
Icon for Nimbostratus rankNimbostratus
Jan 19, 2011

Adding Range Data Group List

hello,

 

 

i want to add an range to the data group list

 

like from 10.20.10.64 to 10.20.10.175

 

these range is allowed to access a soecified website via IRULE

 

 

but how to add this range to the group list ??

 

 

Thanks

3 Replies

  • You can add classless subnets using networks and subnet masks:

     

     

    10.1.2.1 / 255.255.255.192 for example

     

     

    Aaron
  • I'd add the following to an "address-type" data group.

     

     

    network - 10.20.10.64/255.255.255.192 (covers .64-.127)

     

    network - 10.20.10.128/255.255.255.224 (covers .128-.159)

     

    network - 10.20.10.160/255.255.255.240 (covers .160-.175)

     

     

    That would of course be an exact range. In an ideal situation, you aren't allowing access to the middle of a subnet and are able to simply do a /24 (10.20.10.1-254) or a /25 (10.20.10.128-254)