KartheeK
2005-Apr-14 19:16 UTC
LOADBALANCING+BRIDGING---is it possible on the same machine??
Hello All, I have a linux box running with three NIC''s, I have used brctl tool to configure this box as a bridge, i have given it ONE logical ipaddres, Every thing is working fine, but now i am required to configure the same bridge as a LOAD BALANCER.... On some googling i found the following link http://lartc.org/howto/lartc.rpdb.multiple-links.html This HOWTO requires me to have one ip address for each NIC, while i dont in my case... Now, is BRIDGING+LOAD BALANCING possibe on the same machine??? Any sort of inputs regarding the matter is most welcome Thanx in advance KARTHEEK Yahoo! India Matrimony: Find your life partneronline. _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
Taylor Grant
2005-Apr-14 23:15 UTC
Re: LOADBALANCING+BRIDGING---is it possible on the same machine??
> I have a linux box running with three NIC''s, I have used brctl tool to > configure this box as a bridge, i have given it ONE logical ipaddres, > Every thing is working fine, but now i am required to configure the same > bridge as a LOAD BALANCER.... > On some googling i found the following link > > http://lartc.org/howto/lartc.rpdb.multiple-links.html > > This HOWTO requires me to have one ip address for each NIC, while i dont > in my case... > Now, is BRIDGING+LOAD BALANCING possibe on the same machine???Are you trying to load balance on the IP / routing level or on the physical ethernet level? What are you trying to load balance in and out from? Did you bridge your interfaces together to allow your services to run on one (virtual) bridge interface in the hopes to get more aggregate bandwidth out of the box or did you bridge your interfaces to join three separate physical networks? If it is the former and you are trying to get more aggregate bandwidth, take a look at Bonding (Cisco EtherChannel). Grant. . . .
Stephen Hemminger
2005-May-03 21:24 UTC
Re: LOADBALANCING+BRIDGING---is it possible on the same machine??
On Thu, 14 Apr 2005 20:16:55 +0100 (BST) KartheeK <kartheekpn@yahoo.co.in> wrote:> > Hello All, > I have a linux box running with three NIC''s, I have used brctl tool to configure this box as a bridge, i have given it ONE logical ipaddres, Every thing is working fine, but now i am required to configure the same bridge as a LOAD BALANCER.... > On some googling i found the following link > > http://lartc.org/howto/lartc.rpdb.multiple-links.html > > This HOWTO requires me to have one ip address for each NIC, while i dont in my case... > Now, is BRIDGING+LOAD BALANCING possibe on the same machine??? > > Any sort of inputs regarding the matter is most welcome > > Thanx in advance > KARTHEEKIt is not possible to load balance with a bridge because bridging constructs a spanning tree. If you are doing load balancing you want bonding not bridging.