Difference between revisions of "Vnx-labo-fw"

From VNX
Jump to: navigation, search
(Installation)
Line 11: Line 11:
  
 
== Installation ==
 
== Installation ==
 +
 +
<ul>
 +
<li>Download escenario bundle and unpack it:</li>
 +
wget idefix.dit.upm.es/vnx/examples/fw/fw-v01.tgz
 +
vnx --unpack fw-v01.tgz
 +
<li>Download and create the root filesystems needed:</li>
 +
cd fw/filesystems
 +
# Create LXC rootfs for firewalls and clients
 +
./create-rootfs
 +
# Download Kali rootfs for attackers
 +
vnx_download_rootfs -l -r vnx_rootfs_kvm_kali-1.1.0-v025.qcow2 -y
 +
# Download metasploitable for DMZ server
 +
vnx_download_rootfs -l -r vnx_rootfs_kvm_ubuntu-8.04-metasploitable-v023.qcow2 -y
 +
 +
</ul>

Revision as of 15:04, 6 June 2015

VNX Security laboratory

This scenario has been designed to allow 14 student groups to work together configuring firewalls and using security related tools and Linux security oriented distributions like Kali Linux and Metasploitable.


Figure 1: basic scenario for two student groups

The full scenario is made of 7 basic scenarios that include the virtual machines used by two student groups, as well as a central scenario representing the Internet.

Installation

  • Download escenario bundle and unpack it:
  • wget idefix.dit.upm.es/vnx/examples/fw/fw-v01.tgz
    vnx --unpack fw-v01.tgz
    
  • Download and create the root filesystems needed:
  • cd fw/filesystems
    # Create LXC rootfs for firewalls and clients
    ./create-rootfs
    # Download Kali rootfs for attackers
    vnx_download_rootfs -l -r vnx_rootfs_kvm_kali-1.1.0-v025.qcow2 -y
    # Download metasploitable for DMZ server
    vnx_download_rootfs -l -r vnx_rootfs_kvm_ubuntu-8.04-metasploitable-v023.qcow2 -y