On Wed, Apr 4, 2012 at 6:15 AM, Gonzalo Servat <[email protected]> wrote: > On Wed, Apr 4, 2012 at 8:56 PM, James Cammarata <[email protected]> wrote: >> >> >> Do you mean that when you created a VM, it had no network interfaces? >> That should not be an issue, so if so I'd check your cobbler system >> entries to make sure they're configured correctly with a MAC address. >> Cobbler's network setup scripts don't work well if you don't specify a >> MAC, which basically forces them to revert to using DHCP. > > > It had a network interface, but not a virtio one. The network section, as > set-up by koan, looks like this: > > <interface type='bridge'> > <mac address='XX:XX:XX:XX:XX:XX'/> > <source bridge='backend'/> > </interface> > > It's basically missing the <model type='virtio'> in there, so it defaults to > realtek 8139 emulation.
Ahh, I see. There is an option for this: --qemu-net-type, however I don't believe it was in the 2.0.x series. The commit that added it was this one: commit 81465e9a01209f67402e8fcba9994d0ec32efa55 Author: Scott Henson <[email protected]> Date: Sun Aug 7 19:14:47 2011 -0400 So you may need to upgrade to the 2.2.x branch. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
