Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

Trying to set max_user_ip in Squid. When testing this from 2 diffrent ip:s it's not denying access to either of them so something is wrong.

# Limit to 1 connection per user

authenticate_ttl 1 hour
authenticate_ip_ttl 10 seconds
acl ip_unico max_user_ip -s 1
http_access deny ip_unico
server_persistent_connections off

Is it possible to share ip's between users when running acl random ? Seems like it's one ip to ever new connection right now

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.