Greetings,
We would like to limit some IP addresses (from .130 to .245) to access our Intranet by editing our httpd.conf:
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
Allow from 192.168.10.130-245
</Directory>
However, we didn't see it worked because the PC with IP addresses out of the range (.130 to .145) still can access into our intranet. Is there anything else that we have to do? Please help, thanks!
We would like to limit some IP addresses (from .130 to .245) to access our Intranet by editing our httpd.conf:
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
Allow from 192.168.10.130-245
</Directory>
However, we didn't see it worked because the PC with IP addresses out of the range (.130 to .145) still can access into our intranet. Is there anything else that we have to do? Please help, thanks!