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

Re: [Xen-users] Re: XCP networking

To: rvegas <robertvegas@xxxxxxxxxxx>
Subject: Re: [Xen-users] Re: XCP networking
From: Christian Fischer <christian.fischer@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 24 Feb 2011 10:03:23 +0100
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 24 Feb 2011 01:04:46 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1298527712548-3398094.post@xxxxxxxxxxxxx>
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Organization: EasternGraphics GmbH
References: <1298058355176-3391691.post@xxxxxxxxxxxxx> <201102220854.11774.christian.fischer@xxxxxxxxxxxxxxxxxxx> <1298527712548-3398094.post@xxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.13.5 (Linux/2.6.29-gentoo-r5; KDE/4.4.5; x86_64; ; )
On Thursday 24 February 2011 07:08:32 rvegas wrote:
> Thanx for your response chris. just so im clear:
> 
> nic0 - no ip address set to trunk mode -- cisco3020 to 6500 (also set as
> trunk)
> 
> xcp configured as a trunk, with open switch.
> 
> this will allow me to have management as well as vlans for guests?
> 
> can i use xe to configure the vlans or is messing with the configs the only
> way?

XCP creates one vswitch per ethernet interface for you, named xenbrFOO.

It creates for nic0 vswitch (bridge) xenbr0 with one external port eth0 and 
one internal port xenbr0. Internal port xenbr0 gets the management IP 
assigned. Port eth0 gets nothing assinged, it carries all packets, tagged or 
not, to outside per default.

If you like to have virtual lans for the guests simply create the network and 
the vlan with xe. The PIF to use is eth0. If you create this XCP adds a new 
internal port to vswitch xenbr0, named xapiFOO, which is a virtual network 
interface. All guest network interfaces bound to this network are added to 
vswitch xenbr0 as internal switch ports with the network vlanID assigned 
(untagged vlan).

If you like to have a virtual lan for the management you must tag the internal 
switchport xenbr0 (untagged vlan), which seems not possible with xe.

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

<Prev in Thread] Current Thread [Next in Thread>