On Tue, 2008-09-23 at 15:06 -0500, Dave Augustus wrote:
> Here are some revisions/additions to the above mentions with input
> from
> IRC:
> 
> build the bonding interface:
> cobbler system edit --name=foo --interface=bond0 --ip=10.10.10.10 --
> netmask=255.255.255.0 --bondingopts="arp_interval=100
> arp_ip_target=10.10.10.11,10.10.10.12,10.10.10.13"
> 
> add an ethernet interface to it:
> cobbler system edit --name=foo --interface=eth0 --
> mac=01:23:45:67:89:00
> --master=bond0 --hotplug=no 
> 
> add an ip alias to bond0:
> cobbler system edit --name=foo --interface=bond0 --addip --
> ipalias=192.168.168.1 --netmask=255.255.255.0
> 
> add a second ip to bond0:
> cobbler system edit --name=foo --interface=bond0 --addip --
> ipalias=172.49.49.10 --netmask=255.255.255.0


One more time!

build the bonding interface:
cobbler system edit 
--name=foo 
--interface=bond0 
--ip=10.10.10.10 
--netmask=255.255.255.0 
--bondingopts="arp_interval=100
arp_ip_target=10.10.10.11,10.10.10.12,10.10.10.13" 

add an ethernet interface to it:
cobbler system edit 
--name=foo
--mac=01:23:45:67:89:00
--interface=eth0
--master=bond0
--onboot=yes 
--userctl=no 
--comment="Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet" 

I am unsure of the userctl parameter. If it is not needed, then it could
default to *no*.


Thanks!
Dave


_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to