ards,
> Phill
> On Tue, Sep 1, 2015 at 4:53 PM, Ajey Gore wrote:
>> Can you please drop a rough diagram here? I think you are routing through
>> this VM and must have shared the host interface.
>>
>> - ajey
>>
>>
>>
>> On Tue, Sep 1, 2015 at 7:
Can you please drop a rough diagram here? I think you are routing through this
VM and must have shared the host interface.
- ajey
On Tue, Sep 1, 2015 at 7:39 AM, Phill Edwards
wrote:
> I'm pretty new to KVM and have a KVM CentOS 7.1 hypervisor running a few
> VMs. I'm moving all my VMs from a
I have been struggling with LXC libvirt driver. I created LXC container fs
from "yum install" with install root option.
After that edited few files and created special nodes
rm -f /dev/null
mknod -m 666 /dev/null c 1 3
mknod -m 666 /dev/zero c 1 5
mknod -m 666 /dev/urandom c 1 9
ln -s /dev/urando