Hi All, I have a question regarding iptables traffic forwarding. I have a machine with 2 NICs (which are on different subnets) and all inbound traffic is coming in on eth0. I currently have some rules that accepts traffic on a port range and then forwards that traffic to another host (like this one): -A FORWARD -d 192.168.18.3 -i eth0 -p tcp -m tcp --dport 6660:6669 -j ACCEPT as well as some rules that accept traffic for services on this host (like this): -A RH-Firewall-1-INPUT -p tcp -m state --state NEW -m tcp --dport 1900 -j ACCEPT My first question is, how can I force the traffic from these two types on rules to respond via eth1? I also have ProxyPass rules in Apache the traffic of which I would also like to forward to eth1. What would be the best way to do this? If you need any more information, please let me know. Regards, Leigh _________________________________________________________________ 100’s of Music vouchers to be won with MSN Music https://www.musicmashup.co.uk - 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