Changes

Jump to: navigation, search

SRT210 Lab 1

2,104 bytes added, 16:43, 4 January 2019
no edit summary
* Get an overview of the course, faculty, and expectations.
* Set up host virtual machines machine to use in the course.
* Understand how boot records and offline disk access affect the security of a system.
* The lab instructions are written for the lab environment at school, but ask your professor if you can use your own host for the coursework and assessments. Generally speaking it should be possible.
* You do '''not''' need the following items which are listed in the course outline: USB stick; raspberry pi, case, cable, and power supply; network cable; SD card; and wireless adapter.
 
= PART 1: HOST VIRTUAL MACHINE AND c7host =
 
== Overview ==
 
You'll use the Vmware on our lab machines as a hypervisor for your host. Typically you have one hypervisor running a bunch of VMs, but for securitty reasons in our lab environment we'll need to use nested virtualisation.
 
That means the VMware hypervisor will run on the real hardware (the lab machine) and we'll set up a second hypervisor in one VMware VM, which will host several other VMs.
 
Just to make it more interesting the host VM will be a dual-boot setup, so you can choose whether you boot into CentOS or Windows.
 
== Create Host VM ==
 
Make sure your SSD drive has a single NTFS partition taking up the whole space.
 
Start VMware workstation and create a new virtual machine, with the following specifications:
 
* Install from the CentOS 7 iso.
* Set the hostname to matrixusernameVMhost (notice that VM is in capitals but everything else is lowercase)
* Store the virtual machine files on your SSD drive.
* Set up the virtual disk to be up to 180GB in size, a single file
* Set up the network adapter to be in bridged mode.
 
== Install CentOS ==
 
During the CentOS installation, make sure to follow these instructions:
 
* Set the software selection to Gnome Desktop
* Configure the "partition" layout by starting from the defaults, remove the /home logivcal volume, and allocate 140GB for /. This will leave about 36GB unallocated, you'll use that later for Windows.
* Set the hostname to c7host.
* The network should be connected on boot, as a dhcp client for now.
* Set the root password to something different from your regular user password.
* Create a regular user with the same username as your matrix username. Set the password to anything you like, as long as it's different from the root password.
 
Once the installation is complete your andrewVMhost virtual machine should boot into CentOS when it's powered on, you should be able to log in with your username, and browse the internet using Firefox.
 
download windows server 2016 https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2016?filetype=ISO

Navigation menu