JuicyBlack
Regular Member
- Nov 27, 2008
- 406
- 184
Hey guys,
I am trying to allow a certain IP range through SQUID's ACL. The thing here is that my IP is dynamic and I'll be changing it constantly so I need to allow a range of IPs through SQUID so that I can use its IPs as proxies.
The problem here is that I have no idea how to define my IP range, so if my the lowest IP number ive gotten from my ISP is say 44.0.0.1 how would I allow the "A-range" through and if so ... is that safe? I've seen in some sites that in order to allow the range I would have to specify something like:
acl FILE src 44.0.0.1/255.255.255.225
Now I am NOT very excited about using ACL to allow access to my proxies from a range of IPs so instead of that I would like to assing a username and password that would be prompted every time I want to access my proxies... any1 knows how to config that in SQUIDO's "squid.conf" file???
Thanks in advance :tee:
I am trying to allow a certain IP range through SQUID's ACL. The thing here is that my IP is dynamic and I'll be changing it constantly so I need to allow a range of IPs through SQUID so that I can use its IPs as proxies.
The problem here is that I have no idea how to define my IP range, so if my the lowest IP number ive gotten from my ISP is say 44.0.0.1 how would I allow the "A-range" through and if so ... is that safe? I've seen in some sites that in order to allow the range I would have to specify something like:
acl FILE src 44.0.0.1/255.255.255.225
Now I am NOT very excited about using ACL to allow access to my proxies from a range of IPs so instead of that I would like to assing a username and password that would be prompted every time I want to access my proxies... any1 knows how to config that in SQUIDO's "squid.conf" file???
Thanks in advance :tee: