DevOps virtualization
Demonstrate HA
Clone 3 virtual machines from your ubuntu template. You should have the following setup:
vm.cs.utahtech.edu
webpage.See below for ip allocation.
You should have created an iso nfs share on Truenas that you connected to. Upload an ISO into the directory. Prove that an installer will start based on that ISO. (No need to finish the install)
Here are the vlan numberings. You don’t have to do much with ipv6 as your nic should automatically get an ip address. I have listed the default ipv6 gateway that your machine will use.
Vlan 321 = ipv4: 10.160.x.y/16, ipv6: 2001:1948:E10:2271::1/64
Vlan 322 = ipv4: 10.170.x.y/16, ipv6: 2001:1948:E10:2272::1/64
What should I put for x and y? For x, use the number assigned to you in the ‘Number’ column back on the equipment page. For the y value, choose whatever number between 1-255 that you would like. You may notice that we are all sharing the same ip space (we are in the same vlan). You should be able to ping the 10.160/170.0.1 address when done. Remember that they are private addresses so traffic may not be able to go much further than that.
Prove that you have done everything. Demonstrate that each vm can ping the gateway. To ping the ipv6 gateway you do something like ping6 2001:1948:E10:2270::1
.