WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Fwd: Re: [Xen-users] network-bridge does not create veth or peth device

To: Xen Users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Fwd: Re: [Xen-users] network-bridge does not create veth or peth devices]
From: Ingard Mevåg <ingardm@xxxxxxxxxxxxx>
Date: Wed, 28 Nov 2007 14:42:46 +0100
Delivery-date: Wed, 28 Nov 2007 05:44:16 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Organization: ABCStartsiden
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.6 (X11/20071022)


-------- Original Message --------
Subject: Re: [Xen-users] network-bridge does not create veth or peth devices
Date: Wed, 28 Nov 2007 14:42:25 +0100
From: Ingard Mevåg <ingardm@xxxxxxxxxxxxx>
Organization: ABCStartsiden
To: Luciano Rocha <strange@xxxxxxxxxxxxx>
References: <474D6492.5030807@xxxxxxxxxxxxx> <20071128130205.GA1838@xxxxxxxxxxxxxxxxxxxxxx>

Luciano Rocha wrote:
On Wed, Nov 28, 2007 at 01:52:34PM +0100, Ingard Mevåg wrote:
 Hi

 I am trying to install xen (64bit) on a Dell PowerEdge 2900.

 The installation process was something like the following:

 -----
apt-get install iproute bridge-utils python-twisted binutils zlib1g-dev python-dev transfig bzip2 screen ssh debootstrap libcurl3-dev libncurses5-dev x-dev build-essential gettext python-pyopenssl python-pam python-xml latex tetex-extra tetex-base texlive-latex-recommended

 hg clone http://xenbits.xensource.com/xen-3.1-testing.hg
 cd xen-3.1-testing.hg/

 make world
 make install

 apt-get install yaird
 mkinitrd.yaird -o /boot/initrd.img-2.6.18-xen 2.6.18-xen
 update-rc.d xend defaults 20 21
 update-rc.d xendomains defaults 21 20

 nano -w /boot/grub/menu.lst
 # edited the following:

 ## Xen hypervisor options to use with the default Xen boot option
 # xenhopt=dom0_mem=512M com1=9600,8n1 vcpus=1
 ## Xen Linux kernel options to use with the default Xen boot option
 # xenkopt=console=tty0 maxcpus=1 console=ttyS0,9600n8

 update-grub
 -----

 after a reboot everything looks just fine, except:

ifconfig shows only a xenbr0, no peth or veth.. The network works, creating a guest with xen-tools works, however the bridging is weird:

 -----
 $brctl show
 bridge name     bridge id               STP enabled     interfaces
 xenbr0          8000.00188b82f742       no              eth0
                                                         vif1.0
 -------


Good. I was tired of Xen's insistence in veth/peth for no good reason.
Bridge in Linux has always been done by setting a bridge and add the
real IP to it.

At most, Xen could rename the bridge to the real interface name, but I
never saw the point on adding another path (veth) to the network.

I installed debian minimal, maybe there are some packages that needs to be there in order to get this to work which i might have missed?

Why do you want veth? I've always used my own network-bridge script, and
not using veth prevented some problems and brought none.

i've never seen the veth/peth devices as a problem, but for starters, if
they were there, it would help alot in manouvering through the new API
(which i kinda need)

ingard



_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Fwd: Re: [Xen-users] network-bridge does not create veth or peth devices], Ingard Mevåg <=