Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-users

[Xen-users] Native VLAN and bridging

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Native VLAN and bridging
From: "Rene" <forumuser@xxxxxxxxxx>
Date: Sun, 29 Oct 2006 12:14:08 -0000 (UTC)
Delivery-date: Sun, 29 Oct 2006 02:46:09 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
Importance: Normal
In-reply-to:
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>
References:
Reply-to: forumuser@xxxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: SquirrelMail/1.4.5
Hi all,

Is it possible to have native VLAN (802.1q) and a VLAN x at the same time
in DOMU's?

This is what I have configured on my DOM0 (xen2):

Eth0 (connected by a 801.1q trunk to Cisco 2950 switch)

Created vlan100  : vconfig eth0 100
Created bridge   : brctl addbr br100
Attach switchport: brctl addif br100 eth0.100
Attach a DOMU    : brctl addif br100 vif2.0

I now have bridge br100 with vlan 100 attached to a DOMU working fine.

However, when I want to use native VLAN, I just can't put switchport eth0
in a bridge and do the same setup as listed before. This results in br100
loosing connectivity. Trying to create a new VLAN with id 1 doesn't make
sense as native VLAN is untagged by default.

Any suggestions how to have native VLAN and VLAN x at the same time?

Thanks,
Rene





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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Native VLAN and bridging, Rene <=