Hacker News new | ask | show | jobs
by gradschool 3819 days ago
The lazy way to firewall it without doing all that analysis would be to run it in Virtualbox with network access disabled. Do your networking on the host outside of the VM and exchange files between the host and the VM through a shared folder. If you need sharing between multiple windows machines, you can run Syncthing or similar on the hosts to synchronize the directories backing the shared folders across them. I run a setup like this at home for my other half, who needs to use windows for some things but balks at signing up for their cloud service.
1 comments

Do your networking on the host outside of the VM and exchange files between the host and the VM through a shared folder.

This is what I do when I run Windows XP under VMware Fusion. Works like a charm for the few apps I need. I don't care if my XP is unpatched, it can't get to the Internet.

But I thought that Windows XP SP 2 (what I use) was the final version of Windows that didn't need to check in with Microsoft periodically (every few weeks?) or it would stop working. At least that's what Microsoft's original plans were; perhaps they relaxed that requirement?