search for: xenbrn

Displaying 3 results from an estimated 3 matches for "xenbrn".

Did you mean: xenbr0
2010 Sep 10
1
Setting up virtual ''ethX'' devices in Xen 3.4
...no longer the default configuration. I created a simple ''network-script'' with: #!/bin/sh dir=$(dirname "$0") "$dir/network-bridge" "$@" vifnum=0 netdev=eth0 bridge=xenbr0 ... "$dir/network-bridge" "$@" vifnum=N netdev=ethN bridge=xenbrN What else do I need to do to get the virtual copies of ''ethX'' back on my dom0? Thanks! -- Digimer E-Mail: linux@alteeve.com AN!Whitepapers: http://alteeve.com Node Assassin: http://nodeassassin.org _______________________________________________ Xen-users mailing l...
2012 Jul 27
1
Bug#682979: xcp-xapi: VM not starting, tasks not cancellable
Package: xcp-xapi Version: 1.3.2-9 Severity: grave Justification: renders package unusable I've following mostly the xcp-xapi/README.Debian instructions after installing it with apt-get -t wheezy network.conf is configured for bridge, xenbrN are functioning and shown with xe network-list A single SR is present, created with ext on a local LVM. For debugging purposes, all ISO and local ISO SRs have been removed. A VM is created according to README.Debian. Everything looks fine when examined with XenManager6 or OpenXenCenter. When start...
2010 Feb 12
11
[PATCH 1/9] Convert config file to XML, and translate networks/bridge for all connections
...ls=/var/lib/virt-v2v/ecryptfs-utils-56-8.el5.i38 +When importing a guest from a different machine and/or hypervisor, it is likely +that the name of the virtual interface its network devices were connected to +will change. For example, a typical Xen guest will be connected to a bridge +device called xenbrN. This bridge is created by Xen and will not exist locally +by default. - # The following userspace packages are required on RHEL 5 prior to RHEL - # 5.3 to suport virtio - rhel.5.i386.lvm2=/var/lib/virt-v2v/lvm2-2.02.40-6.el5.i386.rpm - rhel.5.i386.device-mapper=/var/lib/virt-v2v/device-mapper-1....