similar to: xen+chroot

Displaying 20 results from an estimated 5000 matches similar to: "xen+chroot"

2011 Sep 08
4
CentOS 6 domU on Debian 6 dom0 not working
Hi all, Has anyone managed to get CentOS 6 domU (i.e. guest) working on a Debian 6 do0? Both OS''s are 32bit and I''m running XEN 4.0.1 with HVM support. A CentOS 5.6 domU works fine on this very same server though. When I start CentOS 6, I get the following error: newusaxen:~# xm create -c /xen/genocide.cfg Using config file "/xen/genocide.cfg". xenconsole: Could
2010 May 23
4
xen4.0 debian vlan config
Hello, can anybody help me how to configure vlans? There are vlans: vlan2 vlan3 vlan30 Server has one nic - eth0. vlan2 should be dom0 eth0(peth0) for management Each vlan3 and vlan30 should be has its own bridge. How to make it? Br Peter _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2010 Oct 28
1
libvirt problems. Create bridged network via cmdline?
Hello! I've faced a weird problem. And I totally can't understand how libvirt handles networks. The thing that i need to do is simple. I create a bridge in my ubuntu host, the following config: *iface eth0 inet manual* * * *auto br0* *iface br0 inet dhcp* * bridge_ports eth0* * bridge_stp on* * bridge_maxwait 0* That's OK, and my bridge turns up automatically. But I don't
2010 Jun 30
1
Some missunderstanding in the wiki page
Hi, I'm not in the list and I just would like to comment it to the comunity. So, if someone want to contact me, make CC to me in the reply. The wiki page [1] talk about networking, and show two typical configurations: "virtual network" and "shared physical device". The shared physical device has an error or something that could make confused, I think. What I want to
2008 Mar 25
2
creating xenbr0 manually
Hi guys, i use xen3.2. how can i manually create the xenbr0 ? which parameters have i to choose for brctl ? thanks, -- Viele Grüße Dominique Holger Schramm | Linux Administrator http://schwarz-weiss.cc/ | Life between PuTTy and reality http://ihr-linuxadmin.eu/ | Commercial Admin Service _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2011 Jul 26
1
Ping not working after a migration
Hello guys, maybe you can help me with following issue. I have created a little cloud with a host and two worker nodes using opennebula. The setup went successfully until now, I am able to create VM's and move them via normal and live migration. Another (possibly) important information is that I configured my virtual bridge on both worker nodes like this: auto br0 iface br0 inet static
2011 Sep 08
15
correct steps to add XEN bridge to Debian squeeze?
Hi all, Does anyone know what the correct steps are to add a XEN bridge, let''s say xenbr0 to Debian Squeeze? I have added the following to /etc/network/interfaces # XEN Bridge auto xenbr0 iface xenbr0 inet manual bridge ports eth0 bridge_stp off bridge_fd 0 And then rebooted the server but brctl show still shows eth0 as bridge: newusaxen:~# brctl
2011 Mar 21
7
1 host, 1 nick, 1 regular bridge, 1 local bridge, 5 vm
So Working on CEntOS 5 I am trying to sett up Xen with 2 bridges, one that connects dom0 and most of the domU to the physical card and the out to the network. Got that figured out no problem, now i want to have a second bridge that runs a local network for all the doms that doesn''t connect to the network. With code I have found used in multiple places I can easily get 2 bridges, and
2007 Mar 15
15
dom0 networking disabled
Hi folks, I''ve been trying to work out this situation for a few days now without much success and dug all over the archives for similar issues, none of which seem to relate exactly. I installed Debian Etch and the Xen (3.03) kernels / binaries on a Dell server. It works fantastic with all the default configurations with one strange flaw - as soon as the /etc/xen/scripts/network-bridge
2016 Apr 29
1
I have ping through bridge , net has been started , But IPs they're not equivalent.
Dear All, I have the following configuration and I have ping from bridge : ///////////////////////////////////////////////////// iface eth0 inet static address 192.168.1.4 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1 auto ivbr0 iface ivbr0 inet static address 192.168.1.4 netmask 255.255.255.0
2013 May 20
6
Bridge networking in Debian
Starting a new Xen setup, with off-the-shelf Wheezy, and the standard Xen packages, which turn out to be Xen 4.1 I used to just put a (network-script network-bridge) in the Xen setup, but I guess you can''t do that anymore... There are a variety of recipes to setup the network and bridging, since apparently the Xen setup doesn''t does this for you anymore. I''ve gone
2016 Jul 05
1
Problem in bridged networking
Hello, I am facing some problems in bridged networking. I have successfully created a bridge br0 and added a virtual machine to it. Now the address of virtual machine is 10.1.3.31. I am able to connect to this virtual machine by another computer on same network. The virtual machine is hosting a simple python http server on port 8000, while some other service is running on port 80 When I try
2007 Mar 15
4
xen hotplug scripts not working
Hello Everyone, I have set up a xen server with 10 physical network devices using the bridge mode of XEN. This is because I want to split and separate the network traffic for security reasons. Maybe the best way is to use pci back hide. But I want to understand what is going on here. For all testings I have only activated eth[0-3]. My first tests were successful. I have created a VM using
2013 Nov 01
2
network not work
When I add all interfaces, the internet does not work.... eth0 = interneteth1 = lan ------------------auto eth0 iface eth0 inet static address 192.168.1.254 netmask 255.255.255.0 broadcast 192.168.1.255 auto eth1 iface eth1 inet static address 192.168.0.100 netmask 255.255.255.0 broadcast 192.168.0.255 gateway 192.168.0.254 auto xenbr0 iface xenbr0 inet static
2011 Oct 12
3
domU Windows XP errors...
Hello!! I have some difficulties in my debian squeeze + xen 4.0. I had installed my domU windows XP today, and now it''s fails with some programs/applications. For example, my skype hangs when it starts with windows...i have a system in DOS (maybe in COBOL or CLIPER) running, but it is hanging too, and doesn''t starts...everything was working with VMware server, but now i change to
2012 Oct 29
2
virtual machine seems to run, but can't connect to it
I'm using ubuntu 12.04LTS I setup a bridged network: # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet dhcp auto br0 iface br0 inet dhcp bridge_ports eth0 bridge_stp off bridge_fd 0 bridge_maxwait 0 Seems to work. Then I created a virtual machine using Ubuntu's vmbuilder tool like so: vmbuilder
2006 Oct 27
10
"received packet with own address as source address"
Hello again, folks! I''m getting one strange problem with FC5 running on XEN 3.0.3 x64... The MRTG point to my machine with XEN running one absurd volume of output data sent (normal is around 6 MB/s) and when XEN is working we get 80 MB/s until my DRAC is alive... after this, the machine crash, DRAC stop do reply, swith stop do work together... Anyone knows whats happening now? ;)
2014 Aug 06
0
error configuring a public bridge --> uvt-kvm: error: libvirt domain 'newtest' has no NIC MACs available.
Hi all, First at all, excuse if this is not the right place for sending this email. I'm using ubuntu 14.04 server edition and i'm trying to deploy some virtual machines in a server in such a way that they are visible in the same network that the host machine. The tools I'm using are the uvtool package and libvirt. The error I'm getting is the following: "uvt-kvm: error:
2013 Aug 14
12
xen 4.3 - bridge with bonding under Debian Wheezy
Hi all, i have a xen 4.3 installation and would like to have a bridge bond szenario: *** eth0 eth1 | | bond0 | br0 | vif = [ ''bridge=br0,mac=xx:xx:xx:xx:xx:xx'' ] *** With the network script in debian wheezy *** /etc/network/interfaces auto bond0 iface bond0 inet manual slaves eth0 eth1
2007 Apr 18
2
[Bridge] Newbie at work - need some advise/guidence please.
Hello all, I am new to Linux Ethernet bridging. Let me first start with what I am trying to achieve. Well you see - I am attempting to have 2 main firewall running at the same time - one as a master and the other one as a slave. Yes, I would like to make use of Ethernet bridging in this scenario - as I understand it, all I need are two machines and STP enabled. I am running Debian