Hi all!
We want to make squid transparent proxy. To make that, we installed ip-filter, and compiled squid with --enable-ipf-transparent (following squid FAQ's )
Squid version is 2.1 PATCH 2. on a Solaris 2.7 machine.
squid.conf file network options like this:
http_port 8080
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
IP-FIlter (ipnat rules):
rdr hme0 0.0.0.0/0 port 80 -> 123.123.123.12 port 8080 tcp
Well, when we telnet proxy machine on port 80 and put "GET http://someURL HTTP/1.1" we see the page requested, but when we use the browser, we don't see the page requested (Browser thinking forever)
Can somebody tell me what can be happening and how can I solve this ???
have I missed something in squid.conf or ipnat conf???
Thanx a lot a lot!!!!
Antonio Coloma / acoloma.ctv@ctv.es
Received on Fri Jun 18 1999 - 05:25:57 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:46:55 MST