> From: [EMAIL PROTECTED] [mailto:cobbler- > [EMAIL PROTECTED] On Behalf Of Jasper Capel > Sent: vrijdag 17 oktober 2008 10:51 > To: cobbler mailing list > Subject: Re: Advanced networking: ethernet bonding proposal > > Koelewijn, Marcel - Acision wrote: > > >>> Combine it in what way? I assume you want to add VLANs to the newly > >>> created bond0, that would be: > >>> cobbler system edit --name=system1 --add-interface=bond0.10 > >>> --ip=10.1.1.1 --subnet=255.255.255.0 > >>> cobbler system edit --name=system2 --add-interface=bond0.11 > >>> --ip=10.1.2.1 --subnet=255.255.255.0 > > > > As long as this means that we can have a bond over VLAN 10 and 11 - > that's indeed what the intention is. > > > This would add VLANs 10 and 11 to the bond0 interface. What you mean is > the other way around, interesting. If it works now, I see no reason why > we shouldn't support it. > > This would (if RHEL supports it, I've never tried this) create bonding > device bond0, over VLANS 10 (on eth0) and 11 (on eth1): > > cobbler system edit --name=system1 --add-interface=bond0 > --bonding=master --bonding-opts="miimon=100" --ip=192.168.0.1 > --subnet=255.255.255.0 --gateway=192.168.0.254 --static=1 > cobbler system edit --name=system1 --add-interface=eth0.10 > --bonding=slave --bonding-master=bond0 > cobbler system edit --name=system1 --add-interface=eth1.11 > --bonding=slave --bonding-master=bond0 > > Is this what you had in mind? > Yes,
that's what I (or at least the people I spoke to) had in mind. I can talk to him again next week to check that I understood correctly. For other situations - your original description is wanted as well. /marcel This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
