[squid-users] How would I use Multiple IPs with Multiple Users

2013-09-14 Thread Ralph LoBianco
Hi, Right now I have squid setup with Multiple IPS and its working fine like this. acl ip1 myip 192.168.1.101 acl ip2 myip 192.168.1.102 acl ip3 myip 192.168.1.103 acl ip4 myip 192.168.1.104 acl ip5 myip 192.168.1.105 acl ip6 myip 192.168.1.106 tcp_outgoing_address 192.168.1.101 ip1 tcp_outgoing_

[squid-users] Radius with Squid as a proxy server and limiting access to avaialbe proxy IP's

2013-08-28 Thread Ralph LoBianco
Hello,    I currently have squid setup as a proxy server with 15 ip’s defined as tcp_outgoing_address’s and I’m using radius for user name/password authentication. That’s all working great but I was wondering if there is a way to limit certain users to certain tcp_outgoing_address’s.   Right now t