On Friday 11 June 2004 7:17 pm, Antonio Alvarez wrote: > Hi all > > My firewall have three network interfaces 2 public ips and another one > private ip... > I`m gonna use load balancing with: > > ip route add default nexthop via gw1 nexthop via gw2 , > > to here that's ok, but i got problems with transparent proxy > > iptables -t nat -A PREROUTING -s private subnet --dport 80 -j REDIRECT > --to-ports 3128 > > my linux local machine use can't connect to internet, any aideas???? The proxy server itself needs to have a working route to the Internet, via one ISP or the other... What result do you get for a traceroute to www.netfilter.org from the machine running the proxy service? Are any other services being routed *through* the machine (rather than being proxied), and are they working correctly? Regards, Antony. -- If at first you don't succeed, destroy all the evidence that you tried. Please reply to the list; please don't CC me.