View Single Post

  #4 (permalink)  
Old 06-07-2004
Roshan Sequeira
 
Posts: n/a
Default Re: Many bonding interface with different module parameters

Here is how you do it, from bonding.txt(lines 157-165, 2.4.18-14 kernel)

alias bond0 bonding
alias bond1 bonding

options bond0 mode=balance-rr
options bond1 -o bonding1 mode=balance-tlb

Not sure what the 'bonding1' on the last line is for. Would be great if
someone could explain that. I've been able to configure two bond
interfaces with the above configuration.

HTH,
Roshan.

tibo wrote:

> "Cameron Kerr" <cameron.kerr@paradise.net.nz> a écrit dans le message de
> news:40c39d83@news.maxnet.co.nz...
>
>>tibo <bartol_78SPAMSUXXX@yahoo.com> wrote:
>>
>>
>>>Does anyone know if it is possible to have many bonding interfaces with
>>>different module parameters ?

>>
>>Probably, why don't you try and find out?

>
>
> Eh eh already tried...
>
> But didn't find out. That's why I'm asking.
>
> In /etc/modules.conf, on the line where you give the parameters, you cannot
> specify with interface you want (bond0, bond1, etc.) but only the module
> name (bonding). So these parameters affect all the bond interface.
>
> Look, no way of specify a bond interface :
> options bonding mode=3 miimon=100
>
> Someone told me to look in the /usr/src/Linux/.../bonding.txt, but nothing
> in there...
>
>
>>--
>>Cameron Kerr
>>cameron.kerr@paradise.net.nz : http://nzgeeks.org/cameron/
>>Empowered by Perl!

>
>
>


Reply With Quote