I have broken my brain dealing with this.
Squid was built from ports /usr/ports/www/squid32 with PF_TP enabled.
I have internet but strangely it bypasses squid. Obviously, squid logs are empty.
I am not sure what is wrong.
Hi,
I am trying to set up a proxy server (squid). However, when I want to connect to a website using my proxy, I recieve the following response:
Code:
he following error was encountered while trying to retrieve the URL: http://www.google.com/
Connection to 2607:f8b0:400c:c03::6a failed.
The system returned: (110) Connection timed out
The remote host or network may be down.
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 am having a problem with squid proxy server and xchat as well as kvirc.
i have a squid proxy server for both, http and ftp connections, i'm trying to use filezilla to open a ftp, but it always fail with an error saying:
Status: Connection with proxy established, performing handshake...
Response: Proxy reply: HTTP/1.0 403 Forbidden
Error: Proxy handshake failed: ECONNRESET - Connection reset by peer
Error: Connection timed out
Error: Failed to retrieve directory
No matter how hard i tried skype still can not connect to its server.
Able to access other HTTPS servers like gmail,but skype is not working through proxy.
squid proxy server
eth0:192.168.2.22 with internet connection
eth1:192.168.1.1 connected to LAN
Squid running on port 3128
able to access HTTP and HTTPS websites but skype can not.
specified
Host and port in squids connection page,but
I recently purchased a VPS and am wanting to use it as a VPN server. However, it has bandwidth limitations. So, I figured since I already have a local Squid proxy caching things for me, I could have users connect to the proxy and the proxy connect to the VPN.
Hi All,
I am new to linux administration and I am currently having a problem running Squid and Dansguardian on our new server. In our previous server, Squid and Dansguardian seems to be running fine but when one of our former administrators transferred the applications to another machine the apps seemed to malfunction.
I'm trying to setup Squid proxy and have troubles connecting to it from remote PC. Squid runs on VMWare virtual machine.