<p>I forgot to mention one package, the important one, libvirt.  Install that too.  </p>
<div class="gmail_quote">On Aug 13, 2012 9:12 AM, &quot;Dan Kulinski&quot; &lt;<a href="mailto:daniel@kulinski.net">daniel@kulinski.net</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
If you would like to follow along, here is the system layout I am<br>
currently using:<br>
<br>
CentOS 6.3<br>
I started with a minimal install and added the following:<br>
<br>
Package groups (installed with yum groupinstall &quot;package name&quot;)<br>
Virtualization<br>
Virtualization Tools<br>
Virtualization Client<br>
Desktop Platform<br>
Fonts<br>
<br>
Here are the separate packages I installed:<br>
virt-viewer<br>
libguestfs-tools<br>
<br>
I have also created a network bridge and turned off SELinux.<br>
<br>
To disable SELinux, edit /etc/sysconfig/selinux and change enforcing<br>
to disabled and then reboot.<br>
<br>
Here are my steps for creating a network bridge:<br>
cp /etc/sysconfig/network-scripts/ifcfg-eth0<br>
/etc/sysconfig/network-scripts/ifcfg-br0<br>
<br>
Edit /etc/sysconfig/network-scripts/ifcfg-br0<br>
TYPE=&quot;Bridge&quot;<br>
BOOTPROTO=&quot;dhcp&quot;<br>
ONBOOT=&quot;yes&quot;<br>
<br>
Edit /etc/sysconfig/network-scripts/ifcfg-eth0<br>
BOOTPROTO=none<br>
BRIDGE=&quot;br0&quot;<br>
<br>
service network restart<br>
<br>
I have tried this on Ubuntu but the version of libguestfs-tools on<br>
Ubuntu is out of date with upstream and will not work correctly on a<br>
RHEL6 image.  Red Hat has back ported the changes so these tools will<br>
work properly.<br>
<br>
Let me know if you have any questions.  I will be bringing in my<br>
desktop that is currently setup to work and is running the setup I<br>
based my presentation on.<br>
<br>
Dan<br>
</blockquote></div>