Displaying 20 results from an estimated 2000 matches similar to: "libvirt problems. Create bridged network via cmdline?"
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
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
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
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
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
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
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
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
2008 Dec 15
1
xen+chroot
I have some questions regarding xen:
My setup is like this: 2 1TB disks with each with /boot and LVM. These two
are in RAID1 configuration on the two disks.Also, I have installed Debian
4.0r5 (etch) with kernel 2.6.18.
So here are some concerns:
Shall I create a new user, chroot it and then create the VMs under this
user? I need to check if this is possible. If it would, then would it
provide
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
2010 Jul 22
4
Installation
Hi all,
I''m struggling to install Xen Hypervisor on my PC, but after one week''s
attempt again and again, it still doesn''t work. Anyone can give some
suggestion or helpful link?
1. download the xen 4.0.0 stable tarball from here,
http://www.xen.org/products/xen_source.html
2. unzip the tar and run install.sh and ''make world''
3. make install
4. then I
2011 Feb 10
1
[libvirt] configuring network interface
Hello Laine:
I've revised the configuration and followed all your instructions.
I'll try to give you a better explain of my problem.
a) I need a bridged (3) configuration, because I have to connect the guests
from each others. (via ssh and execute mpi). I've three hosts, each of one
has at least a guest.
I'll only explain about the configuration of one of them, because the
problem
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
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
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:
2012 Jan 13
3
Measuring domU traffic with vnstat
Hi Guys
I''m trying to measure the traffic of domUs using vnstat without luck.
My configuration:
Debian 6.0.3
xen 4.0.1
vnstat 1.11
I''m using bonding with two network cards.
auto bond0
iface bond0 inet manual
slaves eth0 eth1
bond-mode active-backup
bond-miimon 100
bond-updelay 200
bond-downdelay 200
bond-primary eth0
auto br0
iface br0 inet static
2013 Feb 18
4
Recent hypervisor update on Debian Wheezy breaks domU networking
Hi,
Firstly I apologise for the cross-post, however I don't expect to get as
quick a response from the package maintainers as I do from the Debian
community, and this issue affects a service that I've got scheduled to go
live at midnight this evening. :(
A recent update from xen-hypervisor-4.1-amd64 version 4.1.3-7, to version
4.1.3-8 on Debian Wheezy has caused all vm's on this host
2013 Feb 18
4
Recent hypervisor update on Debian Wheezy breaks domU networking
Hi,
Firstly I apologise for the cross-post, however I don't expect to get as
quick a response from the package maintainers as I do from the Debian
community, and this issue affects a service that I've got scheduled to go
live at midnight this evening. :(
A recent update from xen-hypervisor-4.1-amd64 version 4.1.3-7, to version
4.1.3-8 on Debian Wheezy has caused all vm's on this host
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