Questions tagged [squid]

Squid is a FOSS package licensed under the GNU GPL and is primarily used as a web proxy server and cache.

Squid is a FOSS package licensed under the GNU GPL primarily used as a web proxy server and cache.

In addition to its primary usages for web proyying and caching, it supports FTP and has limited support for several other protocols, including TLS, SSL, HTTPS and Gopher.

It has a wide variety of uses, from speeding up a web server by caching repeated requests (reverse proxy); to caching web, DNS and other computer network lookups for a group of people sharing network resources (regular proxy); to improving security by filtering traffic (layer 7 firewall).

Squid's homepage is here, and its Wikipedia entry is here.

1400 questions
0
votes
0 answers

Iptables forward with running Squid proxy

My topology include 3 hosts (client, squid proxy and server). Client: eth1: 192.168.1.3/24 Squid proxy: eth1 192.168.30.3/24, eth2 192.168.31.3/24 Server: eth1: 192.168.10.3/24 On host (squid proxy) I have set up some rules to block download…
Adam
  • 1
  • 1
0
votes
1 answer

Squid proxy service configuration issue

I have installed squid proxy to filter outbound traffic from docker. Specifically, I created a jupyterhub environment with docker in order to isolate each user and give them their virtual environment. Now I would like to go and filter outbound…
0
votes
2 answers

Squid proxy server returning error

I have designed a topology which has an external proxy server (192.168.239.152) and a Mikrotik Router (192.168.239.151). The MikroTik router connected with a LAN and enables internet connection to LAN PCs. The LAN PCs has IP from the block…
Abhi
  • 1
0
votes
1 answer

Forwarding all traffic to transparent proxy

I want to redirect all of the traffic from my instance to another instance that’s running a transparent squid proxy, using IP tables rules and NOT changing the instance’s default route. is it done on the POSTROUTING chain? what is the action? SNAT?…
Moshe
  • 155
  • 1
  • 7
0
votes
2 answers

iptables for transparent NAT

I'm trying to transparently route traffic of one Xen VM through another, like so: ------- 192.168.250.4 192.168.250.3 --------- | VM1 | <-----------------bridged----------------> | VM2 | <-----> Internet ------- …
AndiDog
  • 321
  • 2
  • 5
  • 19
0
votes
1 answer

what to check when can't connect the port of Squid proxy server on remote server

I want to connect from local pc(Windows10) to the specific port on the remote server(Windows server2019). The port is of Squid proxy server. But, I tried checking with PowerShell command on the local server if the connection works. It can connect to…
0
votes
1 answer

how to setup proxy server on internet in good security to be requested from IP addresses that I already know

My goal is that my colleages in our company can make https request via proxy server(Squid) outside of the company network to final destination API server. My colleages can make requests from company network as well as from their own PC at home…
Angus B.
  • 1
  • 2
0
votes
1 answer

Squid 3.5.20 No Internet Access

I installed Squid Proxy 3.5.20 on CentOS 7 The server is connected to the internet and pings Squid is running with no errors When I try to pass through Squid in Chrome I get no internet access for both http and https sites even local IPs…
medk
  • 111
  • 1
  • 7
0
votes
1 answer

Integration of Squid Proxy to Anonymous Open Proxies to cache html response from Anonymous proxies

I need to Cache html response from anonymous proxies using squid caching server. However my requirement is something as given: From client machine I need to connect to anonymous proxy with credentials IP and port. All my request are routed through…
0
votes
1 answer

Can you ssh into a server given only an HTTPs address

I have a server that I have a domain name for. The DNS redirects the address ssh.example.com to https://example.com:12345/ssh/. Note: My server DNS needs to have a port as my server isn't accessible through the standard ports 80/443, only port:…
0
votes
0 answers

Issue with Difference In Proxies

I have been recently diving deep into making proxies using servers and such. There are multiple proxy companies where their proxy IPs are traced back to https://www.hetzner.com/. These proxies provide top of the line UNITED STATES proxies yet…
Shockx
  • 1
0
votes
1 answer

How can I allow a single address to access multiple URL in Squid?

We have squid setup and it is blocking everything and allowing some specific sites for all users. Now we have 1 user who wants to access skype and hotmail. If we add skype and hotmail to allow_sites.txt than all users will be getting that access, …
0
votes
0 answers

How to redirect multiple subdomains through gateway server to internal app server with single IP address on different ports for each subdomain?

I am having a problem with trying to redirect subdomain url to a Application server that have apps on different ports but a single IP address. Basically, here are the steps: Client outside the network types in subdomain sub1.example.com,…
0
votes
1 answer

Squid Proxy with SSL and Gmail

I am trying to get squid to work with SSL so i can open up gmail but only with access to our domain, here is my config coredump_dir /var/spool/squid workers 4 http_port 3128 ssl-bump \ dynamic_cert_mem_cache_size=16MB \ …
0
votes
0 answers

Squid Block/deny/disable cookies?

I wanted to try blocking cookies for matched URLs. I read this Squid - Users - "unset" or "remove" cookies on static content from the backend server and found I could do that, blocking cookies for all domains and URLs, with something like…
ー PupSoZeyDe ー
  • 139
  • 1
  • 1
  • 3