Hello everyone, I first want to thank you all that reply to my post in advance.
I have a squid proxy installed with an isc-dhcp-server as well and it is working awesome. I have put a whitelist to work with the proxy and it is doing its job but I am having an issue with connecting the proxy to email clients.
i would like to setup two transparent proxy server that use Ubuntu Server and Squid as transparent proxy. My idea is to synchronize the cache between Proxy 1 and proxy 2. so both Proxy server will have same cache inside them. I wish to use Rsync that is an open source utility that provides fast incremental file transfer.
Hi all,I'm trying to channel all my traffic through tor but KDE doesn't seem to recognize my proxy settings. To set up the proxy, I went to System Settings -> Network Settings -> Proxy -> Use manually specified proxy configuration and set the value of SOCKS proxy to socks://localhost, PORT to 9050.
I have a Squid Proxy server (Debian) working perfectly with authentication:
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/passwd
I'd like that also client that try to get web pages using the proxy as gateway (port 80) get redirected on port 3128.
I've tried iptables:
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128
without luck because in tha
I've configured squid with squid with squidguard and when using proxy in browser it works fine.
But I want to enforce using proxy (probably in iptables) in all browsers. Now it can be disabled in the browser settings by user.
My setup is: one standalone pc with ubuntu running the squid and squidguard and on this very same device I want to somehow enforce using the proxy.
Hi,
I'm mon webmaster/developer and I'm new in Linux. Our office suddenly needs to setup a proxy server. Ubuntu Squid proxy server immediately came as an option for us. The question is: does transparent squid proxy configuration using Ubuntu will have no problem with computers running on Windows OS?
Thanks in advance.. Sorry if this is a very noob question.
I am having a problem with squid proxy server and xchat as well as kvirc.
I am trying to get wget running behind a proxy. Since Ubuntu didn't support providing authentication information for the proxy (the one in the system settings), I had to use a ntlm proxy (in my case, I use cntlm). In the network settings I have set the proxy to 127.0.0.1:3128, which works fine for Chrome. APT has its own configuration file, where I've also set the proxy to 127.0.0.1:3128.
I know how to have squid work as a transparent proxy. You put it into transparent mode then use your router or IPTABLES to forward port 80 to the squid port. I would like to do the same for SSL. Every guide I see mentions setting up keys on the squid server.