From: Michael Tokarev <mjt@tls.msk.ru>
To: Bug 588731 <588731@bugs.launchpad.net>
Cc: Michal Suchanek <hramrach@gmail.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [Bug 588731] Re: PXE boot not working
Date: Mon, 26 Mar 2012 23:01:09 +0400 [thread overview]
Message-ID: <4F70BCF5.2030901@msgid.tls.msk.ru> (raw)
In-Reply-To: <20120326151845.22107.56060.malone@soybean.canonical.com>
On 26.03.2012 19:18, Michal Suchanek wrote:
> There seems to be an issue with kvm virtual network interface being
> connected to a in-kernel bridge implementation.
>
> When you configure networking that way the bridge port comes up when the
> kvm instance is started.
>
> As the time from the kvm start to entering the netboot rom is minimal
> and the timeout before the bridge starts forwarding on new ports is long
> this may cause the machine never getting an address.
>
> If you are using a bridge try setting the forwarding delay to a small
> value like:
>
> iface vmbridge inet static
> bridge_ports <probably should put some network interface name here - undocumented>
> address 10.10.10.1
> netmask 255.255.255.0
> post-up brctl setfd vmbridge 3
Use
bridge_fd 0
here instead of these post-up things.
/mjt
next prev parent reply other threads:[~2012-03-26 19:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-02 14:15 [Qemu-devel] [Bug 588731] [NEW] PXE boot not working Jan Smets
2010-06-02 14:54 ` [Qemu-devel] [Bug 588731] " Anthony Liguori
2010-06-02 15:13 ` Jan Smets
2010-09-14 13:06 ` Arsen.Shnurkov
2012-03-26 15:18 ` Michal Suchanek
2012-03-26 19:01 ` Michael Tokarev [this message]
2016-10-27 4:17 ` Launchpad Bug Tracker
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=4F70BCF5.2030901@msgid.tls.msk.ru \
--to=mjt@tls.msk.ru \
--cc=588731@bugs.launchpad.net \
--cc=hramrach@gmail.com \
--cc=qemu-devel@nongnu.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.