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? Jasper _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
