* Vadim Korschok ([EMAIL PROTECTED]) wrote: > i'm trying to install OpenBSD, FreeBSD under a Gentoo 2.6.26-r2 with KVM-77. > The installation works quite well if i'm using one nic. > If i try to boot the .iso with 2 nic's the machine freeze, and the cpu goes > to 100%. > > localhost # kvm -hda fw0-ext.img -boot d -cdrom openbsd-4.3-amd64.iso -m 512 > -net nic,model=e1000 -net tap -net nic,model=e1000 -net tap -vnc :0
try vlan, like: kvm -hda fw0-ext.img -boot d -cdrom openbsd-4.3-amd64.iso -m 512 -net nic,vlan=0,model=e1000 -net tap,vlan=0 -net nic,vlan=1,model=e1000 -net tap,vlan=1 -vnc :0 I think you've created a broadcast storm. thanks, -chris -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
