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
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
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
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
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
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
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
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
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
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
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
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
12 matches
Mail list logo