Hello! We have a squid + bridge + transparent proxy working pretty well. It seems to be properly caching and dealing with data when requests are coming from behind the bridge to the outside world. But, there are some web servers behind the bridge that should be accessible to the outside world. When the outside attempts to access them, squid is attempting to cache those requests as well. Is there any way to just have squid handle traffic originating on the inside? We're using firewall rules like this: /sbin/ebtables -t broute -A BROUTING -i br0 -p IPv4 --ip-protocol 6 --ip-destination-port 80 -j redirect --redirect-target ACCEPT /sbin/iptables -t nat -A PREROUTING -i br0 -p tcp --dport 80 -j REDIRECT --to-port 3128 Thanks, Ben -- Ben Greear <greearb@xxxxxxxxxxxxxxx> Candela Technologies Inc http://www.candelatech.com