squid ip based authentication
Posted
by Ian R.
on Server Fault
See other posts from Server Fault
or by Ian R.
Published on 2010-06-03T18:28:57Z
Indexed on
2010/06/03
18:35 UTC
Read the original article
Hit count: 248
squid
I have 10 ip's on a VPS and squid3 installed. I want to lease all of them to 10 co-workers. The authentication should be ip-based.
Basically I want to allow only their home ip address (not internal - we're not on a network) to connect to my squid. I would also like to offer them a dedicated ip from my outgoing addresses. I managed to get it working using username/password based authentication but some software do not support that feature so I would like to switch to this limit if possible.
Any guidance/sample acl's?
© Server Fault or respective owner