How to migrate VirtualBox 2 virtual computer (virtual drive) to VmWare Server 2? Computer itself runs Linux, virtual computers run Windows XP and Windows Vista. I need support for GRE protocol, which is not done in VirtualBox.
How to migrate VirtualBox 2 virtual computer (virtual drive) to VmWare Server 2? Computer itself runs Linux, virtual computers run Windows XP and Windows Vista. I need support for GRE protocol, which is not done in VirtualBox.
may this will help.
You can convert a VirtualBox image to VMWare using QEMU (aptitude install qemu) command:
Just a quick note - vmware alone probably won't solve the problem. The problem is you're using NAT instead of bridging. We have problems in both vmware and virtualbox using NAT mode. GRE works fine in virtualbox and vmware using bridge mode networking. A quick web search shows others still having problems with GRE using vmware in NAT mode.
We use VPN's on bridged virtualbox clients daily with no issues.