Hello, I have a dual-homed network. Is there any way to tell iptables to forward all requests for specific service, that come from one interface, to go back out on the same interface? Right now I have simply: -A POSTROUTING -o eth0 -j MASQUERADE -A POSTROUTING -o eth1 -j MASQUERADE So, what am I missing? Thank you. -- http://legoandy.com