Logu([EMAIL PROTECTED])@Sat, Apr 27, 2002 at 11:02:26AM +0530: > I am using squid proxy in transparent mode. I want to deny users from using > squid as proxy by configuring it in the browser and they should use only in > transparent mode. > I tried dropping the 3128 request in the input chain but no request goes to > squid. Someone plz suggest an workaround for this. > > note: > squid listens in the tcp port 3128. > I have redirected 80 requests to 3128 in the prerouting.
dont know if this'll work, but try setting squid to listen on the localhost interface: http_port localhost:3128 that should block it off from diret access from connected segments. i'm assuming you can you redirect iptables to a localhost address tho. -- PGP key: http://codex.net/pgp/pgp.asc C:\DOS C:\DOS\RUN RUN\DOS\RUN
