Hey, I have the following lines in my squid.conf http_port XX.XX.XXX.XXX:5190 tcp_outgoing_address XX.XX.XXX.XXX MyUsers Where XX.XX.XXX.XXX is my target inbound and outbound IP address and MyUsers is the ACL containing my authenticated users. However, all outbound connections are going out on eth0 instead of eth0:6 which is the IP address I want to use. Any suggestions?