Re: [leaf-user] Silly modules question...

2009-02-06 Thread Erich Titl
Adam Niedzwiedzki wrote: > Hi guys, > > I'm wanting to setup bonding on my internal interface(s) of my router. > Where do I actually add the module lines.. > > > > I figured the /etc/modules is just for "single" modules as such > but if I want to do this > > > > alias bond0 bonding > >

Re: [leaf-user] Silly modules question...

2009-02-06 Thread Erich Titl
Adam Niedzwiedzki wrote: > Hi guys, > > I'm wanting to setup bonding on my internal interface(s) of my router. > Where do I actually add the module lines.. > > > > I figured the /etc/modules is just for "single" modules as such > but if I want to do this > > > > alias bond0 bonding > >

[leaf-user] Silly modules question...

2009-02-06 Thread Adam Niedzwiedzki
Hi guys, I'm wanting to setup bonding on my internal interface(s) of my router. Where do I actually add the module lines.. I figured the /etc/modules is just for "single" modules as such but if I want to do this alias bond0 bonding options bonding miimon=100 mode=0 primary=eth0 where