i'm assuming that by ip masquerading, you're still planning to use both public ip addresses. so, yes, it's possible, but not super-easy if you're doing it manually with iptables, "ip rule", etc. i found that load balancing by connection avoids various problems. this means that if the first packet of a connection transits through a certain interface, then you should have all subsequent packets of that connection transit through the same interface. you'd need to do some reading. you can start by searching for lartc.
Last edited by Berhanie; 06-17-2013 at 03:43 AM.
|