On Fri, 07 Nov 2008 11:41:46 +0000, Tom Brown <[EMAIL PROTECTED]> wrote: > Is there a way to 'generate' a random mac for a Xen guest apart from > using the GUI ? I want to pretty much script the deployment of a Xen > host and along with it deploy 20 domU's in 1 swoop - Is there a way to > ask cobbler for a bunch of mac's without using the GUI?
I see no reason why you couldn't generate them yourself, just start out at 00:16:3e:00:00:01 and increment from there, 00:16:3e being the vendor code reserved for Xen. You could use anything there though, as long as you're sure it won't have a conflict on your local network. Overall, I don't think you need cobbler to do this at all :) James C. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
