컴터관련팁

ip주소 범위를 CIDR포맷으로 변경하기

비개인오후 2009. 11. 11. 15:23

IP Deny Manager

This feature will allow you to block a range of IP addresses to prevent them from accessing your site.

Valid examples of how you can block IPs (CIDR Format):
10.5.3.113 - will block only IP 10.5.3.113
10.5.3.0/24 - will block all IPs in range from 10.5.3.0 to 10.5.3.225
10.5.0.0/16 - will block all IPs in range from 10.5.0.0 to 10.5.255.255
10.0.0.0/8 - will block all IPs in range from 10.0.0.0 to 10.255.255.255

Here is a good converter if you need to calculate exact IP ranges in CIDR Format: http://ip2cidr.com/

Add an IP to deny