Denying ip addresses

I have a .htaccess file setup on my server to deny access of specific ip addresses. One of the lines in this file contains the following:

deny from 221.132

However, a user with ip address of 221.132.5.19 was able to gain access.

What is the correct procedure to block all ip addresses that start with 221.132?

 

 

 

 

Top