I need to install a guest virtual machine on top of a remote CentOS server host. I can access my host machine through ssh terminal only and I prefer using CentOS native packages only. My guest VM is binary is i386 based but the host is x86_64.

Edit >>>

I am running the guest for testing only so performance is not an issue. My guest should have bridged network interface to one of my existing ethX ports in my host

<<< Edit

Which virtual machine software you recommend for me?

link|improve this question

feedback

2 Answers

up vote 3 down vote accepted

KVM should work fine (probably managed using libvirt and friends). It's integrated into the latest releases of RHEL (and hence CentOS) 5.

link|improve this answer
feedback

VirtualBox can fit your requirements as an option to consider.

link|improve this answer
but VirtualBox is not a prat of official CentOS – mmonem Aug 6 '11 at 8:01
It's not, but Sun/Oracle does have specific builds for RHEL/CentOS. – user48838 Aug 6 '11 at 8:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.