Tu squid esta en modo-transparente.
Vamos viendo:
1; Si sigues problemas, dejalo en modo-transparente, si puedes reinicia el equipo.
2; Si no puedes reiniciar o si, no hay problema has esto.
3; Abre tu consola.
4; Esta el servicio arriba?
Quote
ps -ax | grep squid
42577 ?? INs 0:00.00 /usr/local/sbin/squid -D
44561 ?? SN 8:30.58 (squid) -D (squid)
46929 0 R+ 0:00.00 grep squid
42577 ?? INs 0:00.00 /usr/local/sbin/squid -D
44561 ?? SN 8:30.58 (squid) -D (squid)
46929 0 R+ 0:00.00 grep squid
Resultado, el mio si, el tuyo?
NOTA: Si tienes los mismos resultados no necesitas poner lo que te sale.
5; Esta escuchando peticiones?
Quote
netstat -na | grep .3128 | grep LISTEN
tcp4 0 0 192.168.4.1.3128 *.* LISTEN
tcp4 0 0 192.168.4.1.3128 *.* LISTEN
Ok el mio tiene el puerto abierto listo para recibir peticiones.
6; Puede tu cliente llegar a su puerto? desde tu cliente abre ya sea cmd de windows o la consola de linux.
Quote
telnet 192.168.1.2 3128
Trying 192.168.1.2...
Connected to 192.168.1.2.
Escape character is '^]'.
Trying 192.168.1.2...
Connected to 192.168.1.2.
Escape character is '^]'.
El mio si.
Ahora ahi mismo sin salir de esa conexion establecida con tu proxy, solicitale que se traiga la pagina de google asi:
Quote
GET http://www.google.com/ HTTP/1.1
<<<TIENES QUE DARLE DOBLE ENTER>>>
HTTP/1.0 407 Proxy Authentication Required
Server: squid/2.X.Y
Date: Thu, 23 May 2013 19:41:15 GMT
Content-Type: text/html
Content-Length: 1299
X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0
Proxy-Authenticate: Basic realm="Squid proxy-caching web server"
X-Cache: MISS from firewall
X-Cache-Lookup: NONE from firewall:3128
Via: 1.0 firewall:3128 (squid/2.X.Y)
Connection: close
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>ERROR: Cache Access Denied</TITLE>
<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
</HEAD>
<BODY>
<H1>ERROR</H1>
<H2>Cache Access Denied</H2>
<HR noshade size="1px">
<P>
While trying to retrieve the URL:
http://www.google.com/
<P>
The following error was encountered:
<UL>
<LI>
<STRONG>
Cache Access Denied.
</STRONG>
</UL>
</P>
<P>Sorry, you are not currently allowed to request:
<PRE> http://www.google.com/</PRE>
from this cache until you have authenticated yourself.
</P>
<P>
You need to use Netscape version 2.0 or greater, or Microsoft Internet
Explorer 3.0, or an HTTP/1.1 compliant browser for this to work. Please
contact the <A HREF="mailto:root@mi dominio punto com">cache administrator[/url] if you have
difficulties authenticating yourself or
change your default password.
</P>
<BR clear="all">
<HR noshade size="1px">
<ADDRESS>
Generated Thu, 23 May 2013 19:41:15 GMT by firewall (squid/2.X.Y)
</ADDRESS>
</BODY></HTML>
<<<TIENES QUE DARLE DOBLE ENTER>>>
HTTP/1.0 407 Proxy Authentication Required
Server: squid/2.X.Y
Date: Thu, 23 May 2013 19:41:15 GMT
Content-Type: text/html
Content-Length: 1299
X-Squid-Error: ERR_CACHE_ACCESS_DENIED 0
Proxy-Authenticate: Basic realm="Squid proxy-caching web server"
X-Cache: MISS from firewall
X-Cache-Lookup: NONE from firewall:3128
Via: 1.0 firewall:3128 (squid/2.X.Y)
Connection: close
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>ERROR: Cache Access Denied</TITLE>
<STYLE type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></STYLE>
</HEAD>
<BODY>
<H1>ERROR</H1>
<H2>Cache Access Denied</H2>
<HR noshade size="1px">
<P>
While trying to retrieve the URL:
http://www.google.com/
<P>
The following error was encountered:
<UL>
<LI>
<STRONG>
Cache Access Denied.
</STRONG>
</UL>
</P>
<P>Sorry, you are not currently allowed to request:
<PRE> http://www.google.com/</PRE>
from this cache until you have authenticated yourself.
</P>
<P>
You need to use Netscape version 2.0 or greater, or Microsoft Internet
Explorer 3.0, or an HTTP/1.1 compliant browser for this to work. Please
contact the <A HREF="mailto:root@mi dominio punto com">cache administrator[/url] if you have
difficulties authenticating yourself or
change your default password.
</P>
<BR clear="all">
<HR noshade size="1px">
<ADDRESS>
Generated Thu, 23 May 2013 19:41:15 GMT by firewall (squid/2.X.Y)
</ADDRESS>
</BODY></HTML>
Como podras ver, mi squid respondio y esta respondiendo peticiones, claro que me bateo por que requiere autentificacion, pero esta operando, si me voy a mi log tengo esto:
Quote
1369338513.599 0 192.168.2.66 TCP_DENIED/407 1697 GET http://www.google.com/ - NONE/- text/html
Si todo funciono, si estas bajo windows ejecuta ccleaner para que limpie toda la basusa del navegador, y ahora si pruebas y nos cuentas como te fue, si puedes con 2 clientes mejor, saludos.!!!

