Hi all.I'm new in the mailinglist. I have a linux router with 3 ethernet interfaces: eth0 is my LAN, eth1 and eth2 are internet gateways. My system default gateway is eth2. At the moment im working with mangle table to mark packets and to use two gateways; http goes across eth1 and other protocols goes across eth2, for example. This is ok. Everything works ok. But now i want to run a transparent squid proxy-cache y the linux router machine and i have some problems. With the next rule, squid works fine: iptables -t nat -A PREROUTING -s 192.168.60.0/255.255.255.0 \ -p tcp --dport 80 -j REDIRECT --to-port 3128 but it use eth2, the default via, it take no notice of mangle table and don't goes across eth1, because squid takes the control. I really had proven a lot of different rules but i can't do simultaneously mangling and web caching. Can somebody help me please? Thanks in advance. PS- Reading other messages from de list, i think this is one of the more interesting mailinglist i had subscribed. I hope i'll be able to help other people in the mailinglist in the future. Thanks to all. ----------- Carlos Ble email: carlosble@xxxxxxxx, tecnico@xxxxxxxxxxxxxxxxxxxxx, alu2388@xxxxxxxxxx irc.oftc.net: kharly_ irc.irc-hispano.org: kharly_ Impulsado por Debian/GNU Linux