Hello,What I'm trying to do is use the squid cache with multiple incoming/outgoing ips using webmin. I set 10 of the ips in IE to test if they are working, but for some reason only the first ip (my primary ip on the server) will work when checked at spotip.com The rest will just give me errors or time out. Not sure if it's my squid setting or not, but been looking at it for hours. My squid.conf is like this (these are just example info) http_port 3128 header_access Allow allow all ... (set most of header_access to allow for anonymous) ... acl in_64_251_10_35 myip 64.251.10.35/32 .. ... (add up to 10 ips, I just followed a guide I found on the web) tcp_out_going_address 64.251.10.35 in_64_251_10_35 (and so on, matching the acl) I set the client access rule: acl cli_10_0_0_10 src 10.0.0.10 http_access allow cli cli_10_0_0_10 (also set the http_access allow for all the above ACL) Restarted squid, test using squidclient in command line seems to be working, if I use the primary ip of the server it works fine (In I.E as proxy server), but other ips don't. Not sure if I need to set anything else up, still pretty new to this squid proxy server. Thanks in advance using webmin 1.310 on ubuntu (Ubuntu Linux 7.04) also tried it on latest version of webmin and ubuntu get same problem -- View this message in context: http://www.nabble.com/Trouble-getting-Squid-to-work-with-multiple-ips-tf4525560.html#a12912079 Sent from the Squid - Users mailing list archive at Nabble.com.