(480) Milestone 1 - ConnorEast/Tech-Journal GitHub Wiki
The IPMI [Intelligence Platform Management Interface] is most closely corelated with the IDRAC [Intergrated Dell Remote access controller.] |
| First I needed to uninstall the previous ESXI using Gpart. |
| I deleted all stored data on the server as the previous ESXI installation had not been wiped by the previous owner at the end of the prior semester. This took me approximately 30 minutes of waiting. |
| I loaded up the boot menu after installing the ESXI installer onto a flash drive and attaching it to server 6. From there I selected the Micron drive to be my main server hardware storage and confirmed the installation process. The username being that of my root and my password being the same for both IPMI and ESXI. |
| Username | Password: |
|---|---|
| root | Same as typical except entirely lowercase. |
| I used the networking table we were given and set a static IP for my ESXI host. Its DNS pointing towards internal DNS servers. I then logged into my ESXI host and began to continue down the required steps. |
| I went to "storage > New Datastore" and used the base VMFS datastore creation and the 900GB drive as storage. There were no issues of vm usage as I had to completely wipe the server previously. |
| First Create your isos section as seen above |
| I used the SCP command to transfer all of my files too the server. This decreased the wait time required for installation as no secondary medium [gui] was required. |
| The pictures are self explanatory. I created a vyos firewall on the 480-internal network and connected it to the external class net as well. |
| Below are the commands used for Vyos setup |
configure
show interfaces
delete interfaces ethernet eth0 hw-id
delete interfaces ethernet eth1 hw-id
commit
save
set service ssh listen-address 0.0.0.0
commit
save
exit
poweroff
set interfaces ethernet eth0 address 192.168.3.17/24
set protocols static route 0.0.0.0/0 next-hop 192.168.3.250
set interfaces ethernet eth0 description ClassGW
set interfaces ethernet eth1 description CyberLab
set interfaces ethernet eth1 address 10.0.17.2/24
set system name-server 192.168.4.4
set system name-server 192.168.4.5
set service dns forwarding listen-address 10.0.17.2
set service dns forwarding allow-from 10.0.17.0/24
set service dns forwarding system
set nat source rule 10 source address 10.0.17.0/24
set nat source rule 10 outbound-interface eth0
set nat source rule 10 translation address masquerade
set system host-name 480-fw
commit save
| The images show proper connectivity. |
| VM has full accessibility |
traceroute
named user