search for: vde2

Displaying 7 results from an estimated 7 matches for "vde2".

Did you mean: vda2
2011 Aug 23
0
qemu-kvm-0.15 + CentOS 5.6 + vanilla 2.6.35.14 (working, patch included)
Hi! Just in case somebody else needs this. Below is a patch which allows building qemu-kvm-0.15 unter CentOS 5.6 with vanilla kernel 2.6.35.14 and (optionally) vde2 [1]. FYI: qemu-kvm-0.15 compiles fine on CentOS 6 with distro-kernel, no patches needed. For CentOS 5.6, unpack 0.15 qemu-kvm tarball [2], apply the path below, configure and compile. Make sure to export the kernel include path before building, otherwise the kernel mman-common.h header won...
2013 Jun 29
0
add support to vde2
what about add support to vde2??, in vde2-svn you can find a patch but is outdated, try to apply to current version but lots of rej. sadly im not a dev so cant help.. Regards. --
2010 Apr 24
1
Problems moving qemu machine to libvirt
...nsole> </devices> </domain> Since libvirt doesn't support VDE networking I use a wrapper around qemu-system-arm (/kvm/arm32/arm32.sh) containing: #!/bin/bash exec /usr/bin/qemu-system-arm $@ \ -net nic,vlan=0,macaddr=52:54:00:12:34:22 \ -net vde,vlan=0,group=vde2-net,mode=0770,sock=/var/run/qemu-vde.ctl \ -append "root=/dev/sda1 console=ttyAMA0,115200n8" However, doing this I get the following error when I attempt to start the VM: error: Failed to start domain arm32 error: internal error Process exited while reading console log output:...
2013 Oct 28
1
How winbindd is working on DC/member? It ignores rfc2703 on DC, and not showing all users on member server... Where is a error?
...r/sbin:/bin/sh ... wakizashi:x:1001:100::/home/wakizashi:/bin/bash gdm:x:110:115:Gnome Display Manager:/var/lib/gdm:/bin/false avahi:x:111:118:Avahi mDNS daemon,,,:/var/run/avahi-daemon:/bin/false ntp:x:112:120::/home/ntp:/bin/false libvirt-qemu:x:113:121:Libvirt Qemu,,,:/var/lib/libvirt:/bin/false vde2-net:x:114:124::/var/run/vde2:/bin/false nslcd:x:115:125:nslcd name service LDAP connection daemon,,,:/var/run/nslcd/:/bin/false guest:*:3000011:3000012:Guest:/home/guest:/bin/false Hmmm... Where is "Administrator"? Where is a "krb-tgt"? BTW - Guest have all needed rfc2703 attr...
2010 Jun 15
0
Problems moving qemu machine to libvirt
...> > </devices> > ... Perhaps this is a place to also start the vde hub? On 10.06.2010 13:34, Erik de Castro Lopo wrote: > #!/bin/bash > exec /usr/bin/kvm $@ \ > -net nic,vlan=0,model=rtl8139,macaddr=52:54:61:44:21:23 \ > -net vde,vlan=0,group=vde2-net,mode=0770,sock=/var/run/kvm-vde-ctl Any reason no to use the virtio driver? Best, Gunnar
2009 Feb 04
2
More complex Xen Networking, with VLANs and maybe with VDE 2... but how?!
...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 VDE2 is completely compatible with Xen? It''s possible to create the effect of a virtual switch with only the tools ip, vconfig and brctl available in dom0? Avoiding the overhead of a virtual switch? How to make a VLAN for certain domus scattered randomly by the Hypervisors? Without a laye...
2011 Mar 27
4
ipconfig problem if multiple devices are up
...evices: $ sudo tunctl -u uli -t tap0 Set 'tap0' persistent and owned by uid 1000 $ sudo tunctl -u uli -t tap1 Set 'tap1' persistent and owned by uid 1000 $ I am using for the following step the vde2 software as it runs as a normal user, but you can do it manually (create a bridge, add tap{0,1} to that bridge, give the bridge a ip address, start a dhcp server) ,---- | # start a switch | vde_switch -s /tmp/switch -d | # connect the tap devices to the switch | vde_plug2tap -s /tmp/switch tap0 -...