How can I do this enable thing in the kernel? Actually all I needed right now is to divert all port 80 trafic to one ISP and all others to another ISP. But I also want to know the Equal Cost Multipath for another of my alternative.
regarding the iptables simulating a load-balancing effect. How can I make this posible? What is exactly the command in iptables? thanks! On Wednesday 03 April 2002 12:48 pm, you wrote: > On Wed, 3 Apr 2002, Gino LV. Ledesma wrote: > > On Thu, Apr 03, 2014 at 12:18:09PM +0800, alben b. alteza wrote: > > > Follow-up question. I this a way to have load balancing between two ISP > > > connection? Can Iptables do this? Or can a firewall using iptables > > > route > > This is done not with IPtables but with the kernel networking option call > Equal Cost Multipath, look for it in your favorite kernel and enable it. > > > > port 80 request to one ISP and all ports to the other ISP? Is there > > > another package for this in linux? > > > > You can make iptables simulate a load-balancing effect. What traffic do > > you want load-balanced anyway? > > Gino's question has merit: THere are many ways to load balance multiple > network links, only one of which is equal cost multipath. > > _ > Philippine Linux Users Group. Web site and archives at > http://plug.linux.org.ph To leave: send "unsubscribe" in the body to > [EMAIL PROTECTED] > > To subscribe to the Linux Newbies' List: send "subscribe" in the body to > [EMAIL PROTECTED] _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
