[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

IPtables



Hi
 
has anyone got and Idea why this does not work and how I can fix it
I got 2 boxes running iptables
 
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
 
anybody got any fix
 
thanks

Reply to: