Re: [squid-users] TCP Outgoing Address ACL Problem

2016-11-11 Thread Garri Djavadyan
On 2016-11-12 07:55, Amos Jeffries wrote: On 12/11/2016 7:44 a.m., Garri Djavadyan wrote: 2. I added second http_port, ACL for the second http_port and the rule to use second IP address if connection is for second http_port. # diff -u etc/squid.conf.default etc/squid.conf ---

Re: [squid-users] TCP Outgoing Address ACL Problem

2016-11-11 Thread Amos Jeffries
On 12/11/2016 5:51 a.m., jarrett+squid-users wrote: > Can anyone point out what I'm doing wrong in my config? > > Squid config: > > > acl ipv4-1 myportname 3128 src 10.99.0.0/24 > acl ipv4-2 myportname 3129 src 10.99.0.0/24 > acl ipv4-3 myportname 3130 src 10.99.0.0/24 > acl ipv4-4 myportname

Re: [squid-users] TCP Outgoing Address ACL Problem

2016-11-11 Thread Amos Jeffries
On 12/11/2016 7:44 a.m., Garri Djavadyan wrote: > > 2. I added second http_port, ACL for the second http_port and the rule > to use second IP address if connection is for second http_port. > # diff -u etc/squid.conf.default etc/squid.conf > --- etc/squid.conf.default2016-10-28

Re: [squid-users] TCP Outgoing Address ACL Problem

2016-11-11 Thread Garri Djavadyan
On 2016-11-11 22:28, Antony Stone wrote: On Friday 11 November 2016 at 17:51:04, jarrett+squid-us...@jarrettgraham.com wrote: I'm trying to use ACLs to direct incoming traffic on assigned ports to assigned outgoing addresses. But, squid uses the first IP address assigned to the interface not

Re: [squid-users] TCP Outgoing Address ACL Problem

2016-11-11 Thread Garri Djavadyan
On 2016-11-11 21:51, jarrett+squid-us...@jarrettgraham.com wrote: Can anyone point out what I'm doing wrong in my config? Squid config: https://bpaste.net/show/796dda70860d I'm trying to use ACLs to direct incoming traffic on assigned ports to assigned outgoing addresses. But, squid uses the

Re: [squid-users] TCP Outgoing Address ACL Problem

2016-11-11 Thread Antony Stone
On Friday 11 November 2016 at 17:51:04, jarrett+squid-us...@jarrettgraham.com wrote: > I'm trying to use ACLs to direct incoming traffic on assigned ports to > assigned outgoing addresses. But, squid uses the first IP address > assigned to the interface not listed in the config instead. See

[squid-users] TCP Outgoing Address ACL Problem

2016-11-11 Thread jarrett+squid-users
Can anyone point out what I'm doing wrong in my config? Squid config: https://bpaste.net/show/796dda70860d I'm trying to use ACLs to direct incoming traffic on assigned ports to assigned outgoing addresses. But, squid uses the first IP address assigned to the interface not listed in the config

[squid-users] TCP Outgoing Address ACL Problem

2016-11-11 Thread jarrett+squid-users
You are not allowed to post to this mailing list, and your message has been automatically rejected. If you think that your messages are being rejected in error, contact the mailing list owner at squid-users-ow...@lists.squid-cache.org. --- Begin Message --- Can anyone point out what I'm doing