The following examples show different ways that the List of IP addresses can be defined.
ALLOW  *       First statement allows any IP
FORBID 81.50.1.241
FORBID 80.56.241.*
Alternatively, you can write the last line as 
FORBID 80.56.241.0,MASK=255.255.255.0
FORBID *       First statement forbids any IP
ALLOW  172.16.241.128
ALLOW  81.50.1.241
ALLOW  80.56.241.*
FORBID *
ALLOW  172.16.241.*
FORBID 172.16.241.128
FORBID *
ALLOW 172.16.240.0,MASK=255.255.240.000
Parent Topic |