Skip to content

Network Packet Analytics Lab

Richie Johnson edited this page Feb 16, 2017 · 2 revisions

This guide explains the private cloud infrastructure which is setup for Advanced project. This entire private cloud is set up on the Vital platform and each student gets the exact same replica.


Network Description

Each student is assigned a VM with a dedicated network segment. This configuration will be used throughout the class.


Virtual Machine

  1. Ubuntu – Vanila Ubuntu 16.0.4.1 machine with admin and internet access. 16G RAM, 4 VCPUS, 25 HDD
    Username : student
    Password : student

NFS drive mounted(read-only) : /nfs/impact


Basic Exercises

EXERCISE 1: Start and Stop Ubuntu Machine
Start and stop the Ubuntu machine. Make sure you understand the difference between closing the VNC session and shutting down the machine.

Linux
Start up your Linux machine. Login (uid/pwd: student/student), and type ”time cat” at the command line. Close the browser completely. Then, relogin to VITAL and re-establish your VNC session. Now, press the CTRL and ’c’ keys at the same time to stop the process. The ”real” time should display the amount of time it took you to relogin. You may now shutdown the VM properly.

Clone this wiki locally