[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
squid and firewall
HI
I've install squid on a machine which is also a firewall
when i try to get an html page it, I get:
No peers to query and the host is behind the firewall
but if i directly go to the site, it works ( i.e. i can telnet outside
to port 80
on other hosts).
note that this also happens when i try to fetch a page from localhost.
for example:
> telnet localhost 8080
trying 127.0.0.1
connected to localhost.
Escape character is '^]'.
GET http://localhost/ http/1.0
.
.
.
<PRE><I> No peers to query and the host is beyond your firewall
.
.
> telnet localhost 80
trying 127.0.0.1
connected to localhost.
Escape character is '^]'.
GET / http/1.0
( now i get the page i wanted )
any ideas ?
Regards
Erez