kitty500cat said:
How safe is malware testing on VMs? Check out this post on the Google Online Security Blog.
Good information there!
Treat virtual machines as services that can be compromised.
Most administrators will take steps to limit the impact of a compromise of a network facing daemon,
such as using chroot() or running the daemon as a low privileged user .
These same tactics can be applied to your virtual machine. As always, try to
minimise what has to run as root or administrator.
For windows, this means running your VM as a GUEST user.
Create a "RunAs" short-cut in Windows XP that saves the User password
* Create a normal Short-Cut to openvpn-gui.exe (c:\program files\openvpn\bin\openvpn-gui.exe) on the desktop.
(or whichever VM product you've installed)
* Right-click the short-cut and select Properties.
* In the Target box, insert the following before the path to openvpn-gui.exe: "runas /savecred /user:guest ".
* Double-click the new short-cut, and enter the guest password.
Next time you run this short-cut, it will start OpenVPN GUI as guest automatically without prompting you for any credentials.
If you want OpenVPN-GUI to auto-start when you logon, move this short-cut to your "Startup" folder
on the Start->Programs menu.
edit: ( using WinXP Home? you can't use the /savecred switch with runas.exe as it is ignored )