Xen hypervisor has currently 3 tool stacks : xend + xm (which is now deprecated), xl (new low level tool) and xapi+xe. xapi is most advanced and it is used in XenServer (and XCP , but it is now also deprecated because XenServer is now open source). Recently I have been migrating some virtual machines from Xen 4 with xend to XenServer 6.2. Below are details of migrating linux machines to new environment. Continue reading Migrating xend virtual machines to xapi platform (XCP/XenServer)
Tag Archives: xen
Xen 4 – Combined Bridged And NAT Networking
Normally Xen is deployed with plenty of of public IPs, so it can use bridged networking and each virtual machine can have it’s own public IP. However in my case I was limited by only 1 public IP, but I wanted to run several VMs with services accessible from outside. Solution was to modify XEN networking scripts.
Idea is to use an internal bridge with hidden IP subnet and to use NAT and port forwading so particular services on VMs can be reached from outside (on public IP, which is assigned to DOM0).This solution works for me successfully on Debian Squeeze. Continue reading Xen 4 – Combined Bridged And NAT Networking