On 01/06/2015 07:06 PM, Jennifer Patrick wrote:
Just wondering from the command line, what would be the proper nomenclature for configuring IPv6 to sit on a bonded interface? Currently we do a IPv4 setup like so:


cobbler system edit --name=001234567890 --profile=UBUNTU14 --status=production --hostname=HOST1-SITE '--comment=THIS IS A TEST' --netboot-enabled=true

cobbler system edit --name=001234567890 --interface=bond0 --static=1 --dns-name=HOST1-SITE.EXAMPLE.COM <http://HOST1-SITE.EXAMPLE.COM>

cobbler system edit --name=001234567890 --interface=bond0-100 --ip-address=192.168.1.3 --static=1 --netmask=255.255.255.224 --if-gateway=192.168.1.1 '--name-servers=192.168.1.4. 192.168.1.5'

cobbler system edit --name=001234567890 --interface=bond0-200 --ip-address=10.1.2.3 --static=1 --netmask=255.255.255.0 --static-routes=10.0.0.0/8:10.1.2.1 <http://10.0.0.0/8:10.1.2.1>

        cobbler system reboot --name=001234567890



1) Looking at the network interfaces names above , it seems to me you'd want to have bond0-100 and bond0-200 bonded to bond0, but I dont see any bonding setup in your current ipv4 setup. This is done using the --interface-type=bond for master network interface and --interface-type=bond_slave for slave network interfaces.

2) I'm not very familiar with bonding, so someone correct me if I am wrong. afaik you cant bond network interfaces using different IP protocol versions (ipv4 and ipv6). You'd need to assign ipv6 addresses to the existing network interfaces.

3) To setup a network interface with ipv6, use the --ipv6_* options in CLI or corresponding options in web UI

Bonding documentation: http://www.cobblerd.org/manuals/2.6.0/4/1/1_-_Bonding.html


Regards,
Alan Evangelista

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

Reply via email to