[squid-users] Deny ports to users
Jonathan thomas Cho
jonathanthomascho22 at gmail.com
Thu Nov 16 19:40:30 UTC 2017
Hello, I was curious how to restrict users from accessing ports .
I have 4 workers and need them to have their own ports and not able to use
the other 3.
I currently use :
http_port 3128 name=ip2
http_port 3129 name=ip3
http_port 3130 name=ip4
acl ip2 myip x.x.x.2
acl ip3 myip x.x.x.3
acl ip4 myip x.x.x.4
tcp_outgoing_address x.x.x.2 ip2
tcp_outgoing_address x.x.x.3 ip3
tcp_outgoing_address x.x.x.4 ip4
However 3129 still work on all 4 ports.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squid-cache.org/pipermail/squid-users/attachments/20171116/e501e4ce/attachment.html>
More information about the squid-users
mailing list