virtinst-vmlinuz.omv9yr -initrd /var/lib/libvirt/boot/virtinst-initrd.img.Ufj-qc -append ks=
http://cobbler.evenit.info/cblr/svc/op/ks/system/vmtest ksdevice=link kssendmac lang= text method=
http://cobbler.evenit.info:80/cblr/links/fedora-core-10-x86_64/ -drive file=/var/lib/libvirt/images/vmtest-disk0,if=virtio,index=0,boot=on -net nic,macaddr=ff:00:00:01:00:00,vlan=0,model=virtio -net tap,fd=14,script=,vlan=0,ifname=vnet0 -serial pty -parallel none -usb -vnc
127.0.0.1:0 -k en-us
But, when I open the VM display with virt-manager, I see that
installation can't start as DHCP is not answering... There's no trace
of the DHCP requests on DHCP server and vnet0 seems to have no trafic :
[root lilith ~]# netstat -i
Table d'interfaces noyau
Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg
br0 1500 0 173524 0 0 0 261005 0 0 0 BMRU
eth0 1500 0 173589 0 0 0 260909 0 0 0 BMPRU
lo 16436 0 29105 0 0 0 29105 0 0 0 LRU
vnet0 1500 0 0 0 0 0 1 0 0 0 BMRU
As far as I can see, it seems vnet0 doesn't forward its trafic to br0 like there's no link.
I
have also seen that the vnet0 interface seen from host (opposed to
guest) doesn't have the MAC address asked for vnet0, but this may be
normal.
--
Fabien