Displaying 4 results from an estimated 4 matches for "renial".
Did you mean:
xenial
2010 Aug 03
6
xen vlans in domU
Hello.
I''m trying to use vlan in domU, but have something strange:
I created bridge on eth0. This interface was configured as trunk with
vlan 300, 301. I use this bridge in my domU, and I can see tagged
packets when run tcpdump in domU. Also I created interface on domU to
work with vlan 300. On this interface I see untagged packets in vlan300.
And everything looks fine.
But when
2009 Feb 04
2
More complex Xen Networking, with VLANs and maybe with VDE 2... but how?!
...the same, ie as if there were no VLANs?
It''s necessary to use the ''vconfig'' (the debian package "vlan") inside of
all domus?
Maybe I need to create the VLANs in dom0 and, then, setup the bridges using
the VLANs as ethernets for them? As this example:
http://renial.net/weblog/2007/02/27/xen-vlan/ ?
With VMWare ESX virtual switches can be created (with firmware from Cisco)
per client, and there, create the customer''s VLANs. This sounds very
interesting, but how to implement something in Xen? Can I use the VDE 2 with
Xen (with paravirtual domUs)? The...
2007 Sep 27
2
Virtual switches
Hi,
[1]
Are there guides for setting up a virtual switch for use in between
guest domains in Xen ?
[2]
In Xen, is it possible for a guest domain to perform a initial dhcp IP
lookup from another guest domain ?
How are the configurations like ?
Are there references or step procedures ?
Kindly advice.
Thanks.
_______________________________________________
Xen-users mailing list
2008 Feb 18
0
Arp problem with network bridging and VLANs
I''m attempting to put together a Xen box, which has multiple VLANs
running into it, on one bridged interface. I mostly copied the way it
was done here: http://renial.net/weblog/2007/02/27/xen-vlan/
I basically have:
bond0 is the bond device (composed of eth0 and eth1), vlan757 is the
vlan device for vlan 757 on bond0, and "xen757" is a bridge created by
the above scripts, which has the vlan757 device in it, and which I am
using for the Xen VM'...