Hi,
I've just installed Squid 3.2 on OpenIndiana 151a server. I have to
build squid 3.2 because I can't build squid 3.1.
I decide to install transparent/interception proxy:
# ./configure --prefix=/usr/squid --enable-ipf-transparent
# make
# make install
Modify in squid.conf with these settings
http_port 3129 intercept
and start squid:
# /usr/squid/sbin/squid
Squid listen to tcp port 3129 as well (checked via netstat command)
Next phase, I start ipfilter service and add redirect direction to squid
port
rdr iprb0 0.0.0.0/0 port 80 -> 10.2.176.31 port 3129 tcp
Then test it, but can't open any web page. Check IPfilter with ipnat -l
command, and everthing was redirected as well; then check squid.
By add proxy setting on browser's Network connections to squid IP and
port, but can't open anything too.
I've spent hours to google but still have no clue about this kind. If
anyone has idea please let me know; I highly appreciate.
Thanks,
Neddie