Hi again! > > OK, yes I see my error, however it's still a valid range. > I do mean 94.149.64.0-255 and 94.149.65.0-255 It isn't valid CIDR notation. Maybe this little tool will help you: http://www.subnet-calculator.com/cidr.php - key in your numbers and you'll see that it will correct your range 194.149.65.0/23 to 194.149.64.0/23 which basically means 94.149.64.0 - 94.149.65.255 and NOT 94.149.65.0 - 94.149.66.255 what you wanted. You MUST split this definition in two CIDR entries to achieve what you want to achieve.
hth, Michael