Regulate outgoing ip traffic on a VM

0

I am making a virtual network setup for my high school cybersecurity team to practice. I am connecting all the VMs together through a VPN and then people who are practicing will VPN in and ssh/remote desktop into the different VMs. The problem is that for practicing, they will need root access into the VMs and because the VMs are connecting to my personal network, the VMs pose a security risk to my personal network. Is there any way in either VMWare or VirtualBox or even making an unchangeable iptable (I can make all the windows VMs go thru a linux VM) to prevent people from connecting to my local network via the VM?

Franz Payer

Posted 2012-04-16T04:29:32.863

Reputation: 205

Answers

0

You can get vshield http://www.vmware.com/products/vshield-edge/overview.html which is designed to do this sort of controls, or install your own security appliance to route vm network traffic through it.

johnshen64

Posted 2012-04-16T04:29:32.863

Reputation: 4 399

We're a high school cybersecurity team. We cant really afford a $4.5k+ license. What free/cheap options are there? – Franz Payer – 2012-04-16T04:49:42.667