public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Chris Wright <chrisw@sous-sol.org>
To: Vadim Korschok <korschok@caritas-geldern.de>
Cc: kvm@vger.kernel.org
Subject: Re: BSD under KVM with 2 NIC'S
Date: Wed, 29 Oct 2008 15:21:27 -0700	[thread overview]
Message-ID: <20081029222127.GA12160@sequoia.sous-sol.org> (raw)
In-Reply-To: <s9088d66.071@nw0-0.sys.cvg>

* Vadim Korschok (korschok@caritas-geldern.de) 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

      reply	other threads:[~2008-10-29 22:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-29 15:20 BSD under KVM with 2 NIC'S Vadim Korschok
2008-10-29 22:21 ` Chris Wright [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081029222127.GA12160@sequoia.sous-sol.org \
    --to=chrisw@sous-sol.org \
    --cc=korschok@caritas-geldern.de \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox