Hi, Here is my current rule set. I've tried other combinations of settings but with no more luck than the current rule set. $IPTABLES -A FORWARD -p tcp --destination-port 80 -j ACCEPT $IPTABLES -t nat -A PREROUTING -j REDIRECT -p tcp --destination-port 80 --to-ports 12080 Now what I need to happen is that requests coming into ip1:80 goto ip1:12080 and ip2:80 goto ip2:12080. What seems to be happening is that all requests coming into 80 are going to ip1:12080. Any pointers gladly accepted. Thank you, Fu-Tung -- 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