How to sandbox a VMWare image as much as possible
Posted
by
Craig H
on Super User
See other posts from Super User
or by Craig H
Published on 2011-03-08T21:22:22Z
Indexed on
2011/03/09
0:13 UTC
Read the original article
Hit count: 271
The situation:
-A corporate environment, with a corporate managed XP desktop (locked down, patched regularly, restricted user rights, no manual install of SW, AV, etc.)
The requirement:
-Using VMWare Workstation, run a sandboxed image (also XP) for specific testing purposes (with admin rights in the guest VM). No network connectivity is required. It can't be a separate standalone physical workstation disconnected from the network.
(FWIW, this is a legitimate, sanctioned requirement - not someone trying to get around corporate restrictions.)
The challenge:
-Do this in as safe/secure a manner as possible.
The proposed solution:
-Create an image with host-only networking.
-Perhaps remove the virtual ethernet adapter? (not sure if it's required for basic VMWare functionality?)
The question (finally):
-What potential risks remain (and how could I best mitigate them)?
One challenge is that the guest VM will not be a managed workstation itself, so patching, AV, etc. can't be guaranteed (and, ironically, would in fact be somewhat difficult given the proposed solution!)
© Super User or respective owner