Greetings,
This is my first stab at this mailing list. Forgive me if I am over/under
verbose.
We have been running KVM for a while now and love it. Recently I have
noticed a weird anomaly
that is getting on my nerves. When I clone (GUI or virt-clone from CLI)
both* virt-manager* and *virsh*
en
Hi,
I am trying to mount /dev/tty5 from host as /dev/tty1 inside LXC container,
but libvirt currently supports only 1-to-1 mapping:
/dev/tty5
What do you thing about extending this by adding target parameter?
It is easy to archive manually using mknod (mknod /dev/tty1 c 4 5
> Hmm, assuming we're both looking at the same diagram, I think
> your interpretation is wrong. Figure 18.4 (under section 18.3.1)
> is showing one virtual network (192.168.122.0/24) with two guests
> attached to it. I don't see any examples there which describe
> setup for 2 virtual networks.
Ye
On Tue, May 20, 2014 at 06:35:54AM -0700, srinivas_g_go...@dell.com wrote:
> Thanks Daniel.
>
> Why was I trying to do something like this ?
> Two reasons
>
> 1. I was referring to ( Figure 18.4. Virtual network switch running dnsmasq)
>
> https://access.redhat.com/site/documentation/en-US
Thanks Daniel.
Why was I trying to do something like this ?
Two reasons
1. I was referring to ( Figure 18.4. Virtual network switch running dnsmasq)
https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html-single/Virtualization_Administration_Guide/index.html#sect
On Tue, May 20, 2014 at 01:59:42AM -0700, srinivas_g_go...@dell.com wrote:
> Is it possible to configure 2 virtual nics in the same ip range ?
Nope, that's unsupported. We need to key various things off the
IP address + mask used for the NIC, so you can't have multiple
nets with the same address +
Is it possible to configure 2 virtual nics in the same ip range ?
Here is what I am trying.
This works
cat nw1.xml
nw1
[root@localhost nw]# virsh net-create nw1.xml
Network nw1 created from nw1.xml
[root@localhost nw]# virsh net-list --al