> > iptables -t nat -A PREROUTING -i br0 -p tcp --dport 80 -j REDIRECT --to-port 3128 > This is the same line I use and it works fine. What exactly is the problem? Is it clients don't use squid, clients can't access the web, or what? Andy