public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Held Bernhard <bheld@mgpi.de>
To: Dan Johansson <kvm@dmj.nu>
Cc: kvm@vger.kernel.org
Subject: Re: Networkconfiguration with KVM
Date: Mon, 05 Apr 2010 22:04:17 +0200	[thread overview]
Message-ID: <4BBA4241.4020203@mgpi.de> (raw)
In-Reply-To: <201004052004.34244.kvm@dmj.nu>

Hi Dan!

> This should be done over the host-eth3 interface and I have set up the br-eth3 
> and qtap3 the same way as with the eth1/br-eth1/qtap1 with one difference - 
> the br-eth3 interface is setup without an IP.
> When doing traffic from the VM to the network I can see traffic on the qtap3 
> and br-eth3 interface but none on the eth3.
> 
> Must I specify an IP for the br-eth3 interface?
No, an IP is not required. Just activate br-eth3 and don't forget to add
a route:

ifconfig br-eth3 up 0.0.0.0
route add 192.168.3.0 netmask 255.255.255.0 eth3

Bernhard

  parent reply	other threads:[~2010-04-05 20:04 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-04 12:17 Networkconfiguration with KVM Dan Johansson
2010-04-04 13:00 ` sudhir kumar
2010-04-04 18:02   ` Dan Johansson
2010-04-04 20:23     ` Held Bernhard
2010-04-05 10:09       ` Dan Johansson
     [not found]         ` <z2sbb653c6e1004050434g209dcc0cmc330c2e391cd68d4@mail.gmail.com>
2010-04-05 14:35           ` Dan Johansson
2010-04-05 16:00             ` David Mair
     [not found]             ` <4BBA024A.7060504@mgpi.de>
2010-04-05 16:25               ` Dan Johansson
     [not found]               ` <4BBA2281.906@mgpi.de>
2010-04-05 18:04                 ` Dan Johansson
2010-04-05 18:34                   ` David S. Ahern
2010-04-05 20:04                   ` Held Bernhard [this message]
2010-04-11 15:41                     ` Dan Johansson

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=4BBA4241.4020203@mgpi.de \
    --to=bheld@mgpi.de \
    --cc=kvm@dmj.nu \
    --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