Matthew Mileham wrote:
> rules look like this > > iptables -t nat -A POSTROUTING -o eth0 -s 172.20.128.121 -j SNAT --to > 57.24.224.242 > iptables -t nat -A PREROUTING -i eth1 -d 57.24.224.242 -j DNAT --to > 172.20.128.121 > > these rules have been applied to both machines which does work, but a > need to load balance the traffic > I want to send traffic out one box and receive traffic on the other but > for some reason the second box does nothing with the packet
Are you certain the second box is accepting the traffic as oppose to dropping/rejecting it?
-- Greg

