Re: [CentOS-virt] Network Bridgeing

2014-06-09 Thread Zoltan Frombach
You need to add eth0 to the bridge (br0) which you already did. But do NOT assign an IP address to eth0. Instead, assign the host's IP to br0. Then just use another of your IPs for your VM (which can also be called eth0 inside your VM). This way your host and your VM(s) can communicate with each

[CentOS-virt] Problem with X on VM

2014-06-09 Thread Steve Campbell
I've got a Centos 5 server with Xen installed. I'm trying to install a Centos 6.5 VM on it but once all is installed, the X window will not sync or display. I think I understand that it's probably due to the settings on the vnc stuff. I've got Centos 6.2 VMs that act just fine. Is there a way

Re: [CentOS-virt] Windows 7 on a centos kvm host pauses after the installation reboot.

2014-06-09 Thread James B. Byrne
On Sun, June 8, 2014 19:21, Eliezer Croitoru wrote: I am using Centos 6.5 as a kvm hypervisor with local ssd disks in raid and with glusterfs based storage for couple disk images. I have tried to install Windows 7 from ISO and it seems to pass the first stage of the installation which

Re: [CentOS-virt] Problem with X on VM

2014-06-09 Thread NightLightHosts Admin
What vnc are you using? On Mon, Jun 9, 2014 at 9:40 AM, Steve Campbell campb...@cnpapers.com wrote: I've got a Centos 5 server with Xen installed. I'm trying to install a Centos 6.5 VM on it but once all is installed, the X window will not sync or display. I think I understand that it's

Re: [CentOS-virt] Windows 7 on a centos kvm host pauses after the installation reboot.

2014-06-09 Thread Eliezer Croitoru
Hey James, I do not have any optical device associated with the VM. What I tried and worked was to update the OS and also the kernel. Since I did an update from 2.6.X base repo kernel to elrepo lt kernel and Centos basic updates and then a reboot it was all resolved. I do not know the reason but

Re: [CentOS-virt] Problem with X on VM

2014-06-09 Thread Steve Campbell
On 6/9/2014 9:50 AM, Mauricio Tavares wrote: On Mon, Jun 9, 2014 at 9:40 AM, Steve Campbell campb...@cnpapers.com wrote: I've got a Centos 5 server with Xen installed. I'm trying to install a Centos 6.5 VM on it but once all is installed, the X window will not sync or display. I think I

Re: [CentOS-virt] Problem with X on VM

2014-06-09 Thread Steve Campbell
I forgot to mention - I'm using Virtual Machine Manager to create the VM. All of the screen stuff is done by that. steve On 6/9/2014 11:47 AM, Steve Campbell wrote: On 6/9/2014 9:50 AM, Mauricio Tavares wrote: On Mon, Jun 9, 2014 at 9:40 AM, Steve Campbell campb...@cnpapers.com wrote: I've

Re: [CentOS-virt] Are xen and centos incompatible?

2014-06-09 Thread Konrad Rzeszutek Wilk
On Sat, Jun 07, 2014 at 02:44:54AM +0200, lee wrote: Hi, I'm trying to pass a physical network interface through to a domU. This seems to be impossible because the way xen wants to do it is incompatible with the way centos wants to do it. Huh? I followed documentation on

Re: [CentOS-virt] Problem with X on VM

2014-06-09 Thread Zoltan Frombach
After installation: Why don't you SSH into the running guest from the host and change the X11 config files from the command prompt? If sshd is not running on your guest then you can try to stop (shutdown) the guest and use libguestfs to modify files inside the VM's disk. On 6/9/2014 3:40 PM,

Re: [CentOS-virt] Problem with X on VM

2014-06-09 Thread Steve Campbell
On 6/9/2014 2:14 PM, Zoltan Frombach wrote: After installation: Why don't you SSH into the running guest from the host and change the X11 config files from the command prompt? If sshd is not running on your guest then you can try to stop (shutdown) the guest and use libguestfs to modify

Re: [CentOS-virt] Problem with X on VM

2014-06-09 Thread Zoltan Frombach
On 6/9/2014 8:28 PM, Steve Campbell wrote: On 6/9/2014 2:14 PM, Zoltan Frombach wrote: After installation: Why don't you SSH into the running guest from the host and change the X11 config files from the command prompt? If sshd is not running on your guest then you can try to stop (shutdown)

Re: [CentOS-virt] Network Bridgeing

2014-06-09 Thread Ing. Ramon Resendiz
Hi Zoltan, I did the eth0 bridge to br0. As you explain i did the assignment the ip from eth0 to the br0 interface. And is working I could ping between interface from IP eth0 (br0) to VM and from VM to IP eth0. As well I tried to configure my VM with the valid IP address and the connectivity

Re: [CentOS-virt] Are xen and centos incompatible?

2014-06-09 Thread lee
Konrad Rzeszutek Wilk konrad.w...@oracle.com writes: On Sat, Jun 07, 2014 at 02:44:54AM +0200, lee wrote: Hi, I'm trying to pass a physical network interface through to a domU. This seems to be impossible because the way xen wants to do it is incompatible with the way centos wants to do