Assignment 12‐1 ‐ VM Cleanup - jacobwilliams100/sec-440 GitHub Wiki

VM Cleanup

To save on computing resources, we will be shutting down some of the unneeded VMs from previous labs and designating them. Shut down and add an "old." prefix to:

  • ha1
  • ha2
  • u1
  • u2
  • u3
  • vyos2
  • web01
  • web02

Deliverable 1: Screenshot showing Powered off systems that have been renamed

(as stated, I do not have permissions to rename systems at this time. However, the obsolete systems are powered off and marked in this journal)

image

VyOS1 Reconfiguration

We will be restoring VyOS1 to a non-redundant state.

Change the interfaces to mono with

set interfaces eth1 address 10.0.5.1/24

delete interfaces eth1 address 10.0.5.2/24

set interfaces eth1 address 10.0.6.1/24

delete interfaces eth1 address 10.0.6.2/24

image

Now we will delete the unneeded DNS listening addresses:

delete service dns forwarding listen-address 10.0.5.2

delete service dns forwarding listen-address 10.0.5.3

delete service dns forwarding listen-address 10.0.6.2

delete service dns forwarding listen-address 10.0.6.3

image

remove the obsolete NAT rules with

delete nat destination rule 20

delete nat destination rule 30

image

Remove the obsolete VRRP rules with

delete high-availability vrrp group lan

delete high-availability vrrp group opt

delete high-availability vrrp group wan

image

Because vyos1 inherited the vyos1&2 shared address (10.0.5.1), the other machines should continue to function as normal

image

Deliverable 2: Browse from xubuntu-lan to champlain.edu

image