Re: [CentOS-virt] Xen C6 kernel 4.9.13 and testing 4.9.15 only reboots.

2017-04-04 Thread Johnny Hughes
On 03/28/2017 04:55 PM, PJ Welsh wrote: > The mystery gets more interesting... I now have a CentOS 7.3 Dell R710 > server doing the exact same thing of rebooting immediately after the Xen > kernel load. Just to note this is a second system and not just the first > system with an update. I hope I'm

Re: [CentOS-virt] Network isolation for KVM guests (SOLVED)

2017-04-04 Thread Nux!
Ok, sure. For bridging physical with wireless you could use parprouted. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "C. L. Martinez" > To: "Discussion about the virtualization on CentOS"

Re: [CentOS-virt] Network isolation for KVM guests (SOLVED)

2017-04-04 Thread C. L. Martinez
This can be if one of these interfaces isn't a wireless nic. But I need to use a wireless nic and another phys nic. At least, I have solved the problem using network namespaces. All works ok and expected now. Many thanks to all for your help On Tue, Apr 04, 2017 at 10:39:05AM +0100, Nux!

Re: [CentOS-virt] Network isolation for KVM guests

2017-04-04 Thread Nux!
Just create a bridge, hook the host physical interface that you want in it, hook the VMs interface in it, done. No need for passthrough. This can be done via libvirt/virsh or if a UI is wanted then virt-manager makes this really easy. Now assign an IP in the VM and it should work. You don't