<div dir="ltr">Hi,<div><br></div><div>I am running squid on a server with multiple public IPs and I want some users to be able to access the proxy through some of the IPs and other users through other IPs.</div><div><br></div><div>At the moment I have acl rules of the form:-</div><div>acl abcd myip x.x.x.x</div><div><br></div><div>and for these acl rules I have these tcp_outgoing_address:-</div><div>tcp_outgoing_address x.x.x.x abcd</div><div><br></div><div>And earlier I had proxy_auth acl rules separately, but that allowed any authenticated users to be able to access the proxy through any of those IPs. Since I wanted some users to be able to use the server through some IPs and others through different IPs, I tried this in those acl rules:-</div><div><br></div><div>acl abcd myip x.x.x.x proxy_auth user1</div><div><br></div><div>and so on. But this doesn't seem to work and I realized that the proxy_auth acl rules need to be separate than these. Is there any workaround for this?</div><div><br></div><div>With regards,</div><div>Sonya Roy</div></div>