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-devel

[Xen-devel] Re: Xen-devel digest, Vol 1 #798 - 2 msgs

To: fajar@xxxxxxxxxxxx
Subject: [Xen-devel] Re: Xen-devel digest, Vol 1 #798 - 2 msgs
From: Evan Bigall <evan.bigall@xxxxxxxxxxx>
Date: Mon, 24 Jan 2005 22:41:14 -0800
Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 25 Jan 2005 06:42:15 +0000
Envelope-to: xen+James.Bulpin@xxxxxxxxxxxx
In-reply-to: <20050125042613.512A7134B0@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
References: <20050125042613.512A7134B0@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 0.9 (Windows/20041103)
Why bother use VLANS in dom-U
  
Well, I'm porting a large piece of software that makes extensive use of vlans, configuring them itself, I was hoping to change as little as possible.
I use bridge, setup VLANS on Domain-0, and bridge each eth0.x on 
Domain-0 to ethy on dom-U.
That way dom-U only sees eth0, eth1, eth2, and so on. It works flawlessly.
It does seem to work, and I might need to switch to that. I think I'd have to ssh to dom0 to set it up though which might be a bit awkward.

I'm curious though why the bridging doesn't seem to work.  Shouldn't it transparently pass the vlan tags through?

After some more experimentation I have this.

In dom1, I've configured eth0.5. In dom0, the bridge contains the Xen vif, and eth0.  The physical nic eth0 is connected via a loopback cable to another machine which also has vlan5 on eth0.

With this setup I cannot ping the ip on eth0.5 in dom1 on the Xen box.  The arps seem to arrive correctly but do not get replied to.

I've tried various things like adding eth0.5 to the bridge in dom0, but nothing seems to allow me to ping to the vlan in the vm from another physical box (I can get connections on vlans between vm's on the same physical machine).

Evan
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Re: Xen-devel digest, Vol 1 #798 - 2 msgs, Evan Bigall <=