> acl allow range: 192.168.0.0/24 > acl deny range: 0.0.0.0/24 > > CIDR notation allows me to utilize shorthand notation for specifying a range > of IP's > > In those two cases any ip within 192.168.0.0 - 192.168.0.255 is allowed > while anything else residing between 0.0.0.0 - 255.255.255.255 is denied Na-uh. You want 0.0.0.0/0, which is valid. 0.0.0.0/24 isn't valid. -- Regards, Chris Knipe -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php