I'd be much obliged if somebody could give me a modern iptables equivalent for this ipchains rule ipchains -A input -p tcp -d 0.0.0.0/0 80 -j REDIRECT 8081 which is intended to redirect OUTGOING packets with port 80 as destination to port 8081 on localhost, where I have tproxy sitting waiting to talk to the LAN web proxy and cache. The tproxy man page doesn't give anything other than ipfw (freebsd) or ipfwadm or ipchains (or ipnat, whatever that is) rules, but then it was written in 2000. Perhaps the man page could be updated, with a suitable note of thanks, when we know what to put in it! Thanks in advance! Peter (ptb@xxxxxxxxxxxxx, ptb@xxxxxxxxxxxxxx) - To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html