All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mulyadi Santosa <a_mulyadi@softhome.net>
To: qemu-devel@nongnu.org
Subject: Re: Re: [Qemu-devel] problems: running two instance of Qemu with same MAC address
Date: Wed, 19 May 2004 20:41:42 +0700	[thread overview]
Message-ID: <200405192041.42610.a_mulyadi@softhome.net> (raw)
In-Reply-To: <200405191532.45135.a_mulyadi@softhome.net>

Hello all

After doing adventure, i got the answer. The key is using Ethernet Bridge 
method . You need to compile the kernel with Ethernet bridge module if u 
don't have it yet.

First install bridge-utils package ( if your distro doesn't include it, find 
it here http://www.math.leidenuniv.nl/~buytenh/bridge).On my RH 9, the bridge 
utils comes with short HOWTO, so you can learn more about it. Then modprobe 
bridge module.

The rest steps are:
1. create bridge interface, eg br0 --> brctl addbr br0
2. include tun0 and tun1 into br0 -- > brctl addif tun0 & brctl addif tun1
3. assign IP address into br0 and turn it on
4. for each guest, set the br0 IP as default gateway
5. On the host, add new routing toward these two guests using br0

read 

have fun and thanx for the all the help. Now I just need to figure out what is 
blocking process migration on my new virtual openMosix cluster :-))

regards

Mulyadi

      parent reply	other threads:[~2004-05-19 13:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-19  8:32 [Qemu-devel] problems: running two instance of Qemu with same MAC address Mulyadi Santosa
2004-05-19  9:31 ` Rutger Nijlunsing
2004-05-19  9:39   ` Mulyadi Santosa
2004-05-19  9:38 ` Pavel Janík
2004-05-19  9:45 ` Jean-Michel POURE
2004-05-19 13:41 ` Mulyadi Santosa [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=200405192041.42610.a_mulyadi@softhome.net \
    --to=a_mulyadi@softhome.net \
    --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.