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.
Dear All,
According to
http://wiki.libvirt.org/page/Networking#Debian.2FUbuntu_Bridging
May be I have to do "ifdown eth0"
How can I define, edit or other task live?
---mohsen
___
libvirt-users mailing list
libvirt-users@redhat.com
https://www.redhat
Hello there,
i am trying to start my VM with 2 virtio interfaces as a vhost-user
interface
Following is my relevant xml network configuration
"
"
when i execute virsh start domain_name command
it starts and gets paused lo
On Wed, Apr 27, 2016 at 07:09:11PM -0400, Ken D'Ambrosio wrote:
> Hi, all. I've set up an LXC container for various Openstack admin chores,
> and now I'm being asked to have it used for importing qcow2 images -- on
> which we want to run utilities like virt-sparsify and virt-sysprep, first.
> Sadl