From: Felipe Alfaro Solana <felipe.alfaro@gmail.com>
To: Michael Stoehrel <mstoehrel@sidarion.ch>
Cc: xen-devel@lists.sourceforge.net
Subject: Re: 2nic network bridge fails
Date: Sat, 26 Feb 2005 10:12:45 +0100 [thread overview]
Message-ID: <6f6293f10502260112c930b58@mail.gmail.com> (raw)
In-Reply-To: <loom.20050225T005347-315@post.gmane.org>
On Fri, 25 Feb 2005 00:16:18 +0000 (UTC), Michael Stoehrel
<mstoehrel@sidarion.ch> wrote:
> If I have 2 active and connected nics, the bridge fails.
> "ifconfig -a" on dom0 shows 1 bridge.
>
> If I start a vm the connected eth0 is dead.
> After a reboot and disconnecting eth1.
> The vm gets connection.
> xen 2.04 sources installed.
>
> Any Ideas?
In file /etc/xen/scripts/network, replace the line
netdev=${netdev:-eth0}
with
netdev=${netdev:-eth1}
This will mount the bridge over eth1 and will leave eth0 alone.
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
next prev parent reply other threads:[~2005-02-26 9:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-25 0:16 2nic network bridge fails Michael Stoehrel
2005-02-26 9:12 ` Felipe Alfaro Solana [this message]
2005-02-27 16:54 ` Michael Stoehrel
2005-02-27 17:51 ` Nivedita Singhvi
2005-02-27 23:55 ` B.G. Bruce
2005-02-27 23:18 ` Matthieu PATOU
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=6f6293f10502260112c930b58@mail.gmail.com \
--to=felipe.alfaro@gmail.com \
--cc=mstoehrel@sidarion.ch \
--cc=xen-devel@lists.sourceforge.net \
/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.