I am working with a local univeristy which wants to teach students security. The modules involved using tools like Nmap and Metasploit on Windows and Linux boxes. However, as Windows has licensing issues the school does not want to hand over VMs to the students.
So basically here is what they need:
- They have multiple licenses available for windows and want me to create VMs
- A student can login to the lab from school/home over a VPN
- As soon as he logs in he can start / stop VMs which he would like to practice on
- A new instance of a VM image is created every time a request is made in (3) from a common image which is identical for all students
- When the student logs off the VPN then the instance is destroyed
- Multiple students may be logged in simultaneously and be working
Basically, this will allow them to reuse the same set of VMs for 50 students.
I am looking for open source solutions so the univeristy does not have to buy licenses.
QUestions:
- What VPN solution should I use?
- How do I create a virutalization setup where the same "physical image" can be loaded simultaneously for multiple students?
- Any software available to automate the above tasks?
- Can I use commodity hardware to achieve the above?
Appreciate any help you can provide!