Hi, If I run squid 2.6 stable3 I can't use anymore port forwarding in iptables That was : iptables -t nat -A PREROUTING -s $LAN_IP_RANGE -p tcp -m tcp --dport 80 -i $LAN_IFACE ! -d $LAN_IP -j REDIRECT ---to-port 8080 So I use dansguardian too (8080 port). How can I configure squid I can use this iptables chain ? Because if I disable this chain I only use squid without dansguardian.