SYS‐350 Milestone 1 - DefiantCoder/Tech-Journals GitHub Wiki

SYS-350

ESXi Installation

  • First plug in your usb drive into your server (super8 for me)
  • then go to your ipmi address in a browser (192.168.7.92 for me)

image

  • From there login and navigate to Remote Control > iKMB/HTML and launch the console

image

from there power cycle and using the below virtual keyboard press f11 one the below shown screen

image

image

  • on the boot menu select your USB drive to boot your ESXi installer

image

  • When selecting your disk choose the smaller 476 GB drive

image

  • Choose US Default & set your root password

image image

  • Confirm the install

image

  • Once that is done reboot your server

image

  • After you have successfully rebooted press f2 and log into root using the password you set earlier

image

  • Navigate to Configure Management Network > IPv4 Config

image

image

  • Set IPv4 to static add your ESXi ip address, subnet mask to /24 and the default gateway to the room ip of 192.168.7.250

image

  • Next configure the DNS and DNS Suffix

image

image

image

Once this is complete save and attempt to launch ESXI using the hostname.DNS Suffix (super8.cyber.local)

Deliverable 1

image

  • the ip is different and it's all PAULS FAULT!!!!!!!!!

image

Datastore Configuration

  • To start off we will navigate to storage and rename the two datastores as shown below using our super number to specify that these are super8's datastores.

  • Next we will add a directory in datastore2 called isos which will contain the pfsense & xubuntu isos we will upload to the isos directory

Deliverable 2

image

VSwitch Creation

  • By navigating to Networking > Virtual Switches > Add standard virtual switch you can create your own virtual switch

image

  • Next navigate to Networking > Port groups > add port group and add the following:

image

Deliverable 3

image

pFsense Firewall & LAN Management workstation Creation

pFsense VM Creation

  • Next we will setup our pFsense Firewall by creating a new VM and configuring as shown:

image

image

image

image

image

  • Once you have configured as shown select finish to create your vm

Xubuntu Vm Creation

  • We will now create a new Xubuntu VM as shown below:

image

image

image

image

pfSense Configuration

  • Power on your new VMs and open a console to begin configuration

image

  • Begin installing pfSense as shown

image

image

image

image

  • Before rebooting do the following

image

  • Edit settings of the 350-fwx and remove the ISO

image

  • Then take a snapshot named base by right clicking 350-fwx and choosing snapshots > take a snapshot

image

  • a successful pfSense installation should look as follows

image

  • begin configuring your network interface

image

  • The end result should look as follows

image

Xubuntu Configuration

  • Begin the installation of xubuntu

image

image

  • Create a username and password of your choosing and begin installation

  • Once complete power off, remove the ISO from the cd rom and take a snapshot called base

image

  • Power mgmt1 on and begin the network configuration

  • Configure mgmt1's network as follows

image

  • Open a web browser and navigate to pfSense 10.0.17.2 where the final configurations will occur (login using the default pfsense password)

image

  • Configure the setup wizard as shown

image

image

image

  • set an admin password and finish the setup

image

Deliverable 4

image

Reflection

=================================

  • I ran into an issue where the created root user could not log into ESXi which was due to an IP mess up that occurred for several people including myself

image

  • There were random disconnections of mgmt1 to the network and I am not exactly sure why but if it continues I will consult my professors on the issue.