From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Ferrari Subject: transparent proxy Date: Thu, 3 Feb 2005 13:30:21 +0100 Message-ID: <200502031330.21972.fluca1978@infinito.it> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: linux-admin-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-admin@vger.kernel.org Hi, I'm trying to use a machine as a transparent firewall/proxy, using iptables as described in the transparent proxy mini howto: iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8080 where eth0 is my internal interface (eth1 is connected directly to the router). Now, when I try to browse the web, i always get the squid error page saying that the url "/" cannot be retrieved. For example, going to www.google.com is translated as /. Any idea? Thanks, Luca -- Luca Ferrari, fluca1978@infinito.it