Hi, You can use balance-tlb/balance-alb on a simple switch for distributed the outgoing traffic. I use balance-tlb for my servers with an aggregation of 2 NIC in gigabit, it works fine.
configuration on debian/ubuntu server :
$ apt-get install ifenslave-2.6
on debian server I must add to /etc/modprobe.d/arch/[i386|x86_64] file's
this line :
alias bond0 bonding
# /etc/network/interfaces
# bonding balance-alb (eth0 + eth1)
auto bond0
allow-hotplug bond0
iface bond0 inet static
address 192.168.0.1
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.2
# interfaces esclaves
slaves eth0 eth1
# mode
bond_mode balance-alb
# MII monitor
bond_miimon 100
bond_downdelay 200
bond_updelay 200
source :
http://www.nerux.org/wiki/Bonding
http://www.linuxfoundation.org/collaborate/workgroups/networking/bonding#Bonding_Driver_Options
Le mardi 18 mai 2010 à 22:38 +0200, jan nilsen a écrit :
> On Tue, May 18, 2010 at 10:29 PM, David Burgess <[email protected]> wrote:
> > The type of bonding you use will depend on what is supported by the
> > attached switch.
> >
> > If you have any budget at all consider buying 3 gig switches, which
> > can be had around $200 for 16 ports.
> >
> > db
>
>
> The switches I do have, are so cheap and simple, that you can't count
> on them supporting anything "special" in this respect.
>
> jan
>
> ------------------------------------------------------------------------------
>
> _____________________________________________________________________
> Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
> https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help, try #ltsp channel on irc.freenode.net
--
DUMAIS Richard <[email protected]>
signature.asc
Description: Ceci est une partie de message numériquement signée
------------------------------------------------------------------------------
_____________________________________________________________________
Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.freenode.net
