So here it is, a post to explain how to set up :
- The xen virtual machine hypervisor on a host.
- The network so guests OS are seen as independant and autonomous machine within the local domain.
- Some guest OS on the host.
As a foreword there is two method of virtualization : with and without hardware virtualization. To check that :
grep --color vmx /proc/cpuinfo
If you have a non-empty output, that mean your hardware can support hardware virtualization. Otherwise BIOS patch are needed. When the hardware virtualization is enable guest OS can run like native OS, they are not aware they're virtualized. As for me I didn't enabled this feature since I have not a need for great performance, but if you might want to consider it.