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=truecobbler system edit --name=001234567890 --interface=bond0 --static=1 --dns-name=HOST1-SITE.EXAMPLE.COMcobbler 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.1cobbler system reboot --name=001234567890 What would I have to add in to have an IPV6 address/GW/Subnet to also bond to Interface bond0-100? -- Thanks. JLP
_______________________________________________ cobbler mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/cobbler
