Re: [squid-users] squid-users Digest, Vol 44, Issue 8

2018-04-08 Thread kalice caprice
while searching around so I'm > stuck and looking to know if it's possible or not to do it this way, if yes > what am I missing ? And if not, is there a way to randomize the end part of > the last 3 blocks of a /64 and if yes how ? > > Thanks! > -- next part -- &

Re: [squid-users] Fwd: Outbound IPv6/128 - Possible ?

2018-04-08 Thread Amos Jeffries
On 08/04/18 21:04, kalice caprice wrote: > Hello, > > I'm trying to bound mutiples IPv4:Port entry to a different outbound > IPv6 this way: HTTP does not work that way. It is a stateless and multiplexing protocol. Inbound and outbound connections are independent of each other. > > http_port

[squid-users] Fwd: Outbound IPv6/128 - Possible ?

2018-04-08 Thread kalice caprice
Hello, I'm trying to bound mutiples IPv4:Port entry to a different outbound IPv6 this way: http_port 94.xxx.xxx.204:10001 name=1 acl ip1 myportname 1 tcp_outgoing_address 2a01::::::eb7c:8336 ip1 http_port 94.xxx.xxx.204:10002 name=2 acl ip2 myportname 2 tcp_outgoing_address

Re: [squid-users] Proxy through another proxy possible?

2018-04-08 Thread xpro
Thank you. I did get it to work with snippet below cache_peer myproxy.com parent 3114 0 no-query default never_direct allow all can you tell me how I can assign different ports to different outgoing proxies? On 04/07/2018 02:30 AM, Amos Jeffries wrote: On 07/04/18 18:02, xpro wrote: