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.
Hi
I've installed SQUID (3.1.14) on a dell desktop running Ubuntu Desktop 11.10
Everything seems in place. I've edited the squid.conf file to allow access from my local subnet (192.168.0.0/16). At first I thought I'd made a simple error in the config but after 3 days of pretty much solid troubleshooting I still can't get a client to recieve a webpage.
I am trying to set up Squid on Debian and am getting a connection refused error:
squidclient http://www.apple.com/ > test
client: ERROR: Cannot connect to 127.0.0.1:3128: Connection refused
Here is my config:
visible_hostname none
cache_effective_user proxy
cache_effective_group proxy
cache_dir ufs /var/spool/squid 2048 16 256
cache_mem 512 MB
cache_access_log /var/log/squid/access.log
I have installed squid on my remote linux box and added my desktop's IP as
acl lagrangian64 src XX.XX.XX.XX/32
in squid config.
Also I have added lagrangian64 to the following line:
http_access allow manager localhost lagrangian64
Was this enough and correct?
I am getting and error while browsing any site with this proxy:
ERROR
The requested URL could not be retrieved
While trying to ret
On my local box(ubuntu 10.10) when I try to access my page I received following error
While trying to retrieve the URL: http://webstartslocal.com/
The following error was encountered:
Unable to determine IP address from host name for webstartslocal.com
The dnsserver returned:
Name Error: The domain name does not exist.
This means that:
The cache was not able to resolve the hostname presented
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
5 and have a server at eth2 with IP 202.51.176.42 and share the network into eth0 with 192.168.10.1. I try to block all user to access facebook.
I am running Fedora 12 32 bit version. I have httpd running, but in a browser when I go to http://localhost, it gives me the apache page. When I put in http://localhost/html, I get a 404 error. In the httpd.conf file for the ServerName, I have localhost:80.
i would like to set a custom error page to a debian Squid 2.7 proxy.
I tried with this:
error_map http://proxy/error.html 403
but i still get the Squid default page... i have no log about page redirectory.
Do you know why?
thanks