i want 2 know if the follwing is correct
iptables -A PREROUTING -t nat -i eth1 ... -j REDIRECT --to-port 3128 iptables -A PREROUTING -t mangle -i eth1..... -j mark 1
the intention is to send http pkts first to transpaent squid else use routing based on cost & bandwidth !
will be very thanful to u 4 cealring this doubt
arindam haldar