Re: [squid-users] IP auth, simple username/pass authentication, if ip not authorized?

2018-04-13 Thread xpro6000
This should do it acl Allowed_IPs src "/etc/squid/Allowed_IPs.txt" http_access allow Allowed_IPs auth_param basic program /usr/lib/squid3/basic_ncsa_auth /etc/squid/passwd auth_param basic children 5 auth_param basic realm Squid proxy-caching web server auth_param basic credentialsttl 2 hours aut

Re: [squid-users] IPv6 only network

2017-10-31 Thread xpro6000
tables? On Tue, Oct 31, 2017 at 3:13 AM, Amos Jeffries wrote: > On 31/10/17 18:34, xpro6000 wrote: > >> Unfortunately my ISP does not provide an IPv6 IP, I need to create an >> only IPv6 network so I can test an iphone app as required by the Apple store >> >> htt

[squid-users] IPv6 only network

2017-10-30 Thread xpro6000
Unfortunately my ISP does not provide an IPv6 IP, I need to create an only IPv6 network so I can test an iphone app as required by the Apple store https://developer.apple.com/support/ipv6/ What I did was, I created a VPS with IPv6 support, I added the following to squid.conf http_port 3001 acl p

Re: [squid-users] Enable tproxy in Squid 3.5 running on Debian 9

2017-10-05 Thread xpro6000
I'm back to square one then, and it looks like there is no way to tell Squid to use the same connecting ip for the outgoing ip, which is what I need. On Thu, Oct 5, 2017 at 3:49 AM, Amos Jeffries wrote: > On 05/10/17 15:01, xpro6000 wrote: > >> I'm trying to setup tproxy

[squid-users] Enable tproxy in Squid 3.5 running on Debian 9

2017-10-04 Thread xpro6000
I'm trying to setup tproxy with Squid 3.5 for the purpose of having the same outgoing ip as the connecting ip. (I have thousands of IPs and I can not add them one by one) I started with a fresh install of Debian 9, installed Squid by apt install squid then I added http_port 3129 tproxy to squi

[squid-users] IP_FREEBIND or IP_TRANSPARENT support?

2017-10-02 Thread xpro6000
If one were to assign a whole /64 block of IPv6 IPs to a NIC on Linux then they would use the "ip route add local" method instead of adding each IP in the /etc/network/interfaces file. >From the testing I have done the IPs that were assigned with the "ip route add local" don't work with Squid and

Re: [squid-users] Make all IPv6 ips on system to be used as a proxy

2017-10-01 Thread xpro6000
mgtfy/ > Linux System Administrator > Mobile: +972-5-28704261 > Email: elie...@ngtech.co.il > > > From: squid-users [mailto:squid-users-boun...@lists.squid-cache.org] On > Behalf Of xpro6000 > Sent: Saturday, September 30, 2017 00:02 > To: squid-users@lists.squid-cache.o

Re: [squid-users] Make all IPv6 ips on system to be used as a proxy

2017-09-29 Thread xpro6000
e that respect for the truth comes close to being > the basis for all morality. "Something cannot emerge from nothing," > he said. This is profound thinking if you understand how unstable > "the truth" can be. -- Frank Herbert, Dune > > > On Fri, Sep 29, 2017 a

[squid-users] Make all IPv6 ips on system to be used as a proxy

2017-09-29 Thread xpro6000
I have multiple IPs on my Linux system and I need one of my programs to be able to choose which IP to use. One way to achieve this is to use a proxy server. But with Squid's default config file, the IP I connect to, is not the IP used for the outgoing connection. Is there anything I can do to enab

[squid-users] Squid on Linux being detected as proxy, but not on Windows

2017-09-28 Thread xpro6000
I have also posted about this on stackexchange but never got a working answer. I think here is a better place as it's dedicated to Squid https://unix.stackexchange.com/questions/392849/squid-on-linux-being-detected-as-proxy-but-not-on-windows Here is the problem I am facing I have added the foll

[squid-users] make large amount of IPv6 IPs for use?

2017-09-27 Thread xpro6000
Right now I have a config file that enables Squid to have an incoming connection based on an IPv4 address and based on the connection port a IPv6 address is used. Below is the relevant part of the config file. ## designate acl based on inbound connection name acl user1 myportname 3100 acl user2 m

[squid-users] Reading gzip encodec content failed

2017-09-26 Thread xpro6000
When I use my squid proxy server within my Java program I get the following error "Reading gzip encodec content failed. java.util.zip.ZipException: Not in GZIP format" This does not happen when I use other proxies or if I don't use a proxy at all. Why is this happening? how can I fix the issue? I