On 13/07/2015 10:50 a.m., Jason Enzer wrote:
> 'm hardly a novice in squid (more of an initiate, actually) ... but it
> looks like you've got the deny rules backwards in examples 2 & 3. With
> they assumption that the first rule works fine, they should read:
>
> 2. http_access deny *ip2 inc3172*
>
On 13/07/2015 1:36 p.m., Tory M Blue wrote:
> Wondering when a 3.5.6 RPM will be available. I can build the beta's no
> issue, but I've spent a couple of days with trying to get 3.5.6 packaged up
> and am failing. So it would be nice to get a 3.5.6 spun up as the 3.5.x was
> provided and that was c
Wondering when a 3.5.6 RPM will be available. I can build the beta's no
issue, but I've spent a couple of days with trying to get 3.5.6 packaged up
and am failing. So it would be nice to get a 3.5.6 spun up as the 3.5.x was
provided and that was clean, but for some reason I can't get the 3.5.6 to
b
sorry for the repost. putting the whole config up. maybe someone can
spot the issue.
I have a single source address I want access to 10 ips.
I also have a single source address I want to access 1 ip.
The 1:1 works fine
The 1:10 acl is off.. I can connect to the ip:port fine and it works
fine, bu
'm hardly a novice in squid (more of an initiate, actually) ... but it
looks like you've got the deny rules backwards in examples 2 & 3. With
they assumption that the first rule works fine, they should read:
2. http_access deny *ip2 inc3172*
3. http_access deny *ip3 inc3173*
client still shows o
On Sun, 12 Jul 2015 11:13:02 -0700, Jason Enzer wrote:
> [...]
> Looks like this:
>
> [snip]
> http_access allow tasty3171 ip1
> http_access deny ip1 tasty3171
>
> [snip]
> http_access allow inc3172 ip2
> http_access deny *inc3172 ip2*
>
> [snip]
> http_access allow inc3173 ip3
> http_access de
T have a single source address I want access to 10 ips.
I also have a single source address I want to access 1 ip.
The 1:1 works fine
The 1:10 acl is off.. I can connect to the ip:port fine and it works
fine, but the outgoing address is always the one from the 1st acl.
Can someone please help? I