Re: [squid-users] Please help with transparent proxy

From: <Squid@dont-contact.us>
Date: Sat, 19 May 2001 10:49:42 +0530

Hi,

    What your browser tells?

    Check wether DNS run on the squid box (This is For the resolver to
query the other DNS).

Try with the following IPchain rule.

ipchains -A input -j REDIRECT 8080 -p tcp -s 0.0.0.0/0 -d 0.0.0.0/0 80

Regards,
squid@visolve.com
www.visolve.com

----- Original Message -----
From: Stuart Clark <sclark@spacelink.com.au>
To: <squid-users@squid-cache.org>
Sent: Friday, May 18, 2001 10:34 PM
Subject: [squid-users] Please help with transparent proxy

> Hi,
> I am having problems with transparent proxy.
> I have changed all the settings as outlined in the HOW-TO
> the squid box is the default gateway
> It works well with the proxy settings enabled in the browser..
> But will not get any pages when i disable the proxy settings in my browser
> ip_forwarding is enabled
>
> The squid.conf now contains
>
> http_port 3128
> httpd_accel_host virtual
> httpd_accel_port 80
> httpd_accel_with_proxy on
> httpd_accel_uses_host_header on
>
>
>
> I have also add the ipchains rules
>
> ipchains -N allow1
> ipchains -A allow1 -p TCP -s 61.12.101.0/24 -d 0/0 80 -j REDIRECT 3128
> ipchains -I input -j allow1
>
>
> What am i doing wrong ????????
>
>
> -------------------------------------
> Stuart G. Clark
> Manager,
> Spacelink Communications Pty. Ltd.
> http://www.spacelink.com.au
> +61 03 9 888 9874
>
> -------------------------------------
Received on Sat May 19 2001 - 05:32:01 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:00:12 MST