Changes

Jump to: navigation, search

OSTEP 01-2021 Startup Activity

1,071 bytes added, 14:25, 12 January 2021
no edit summary
Team A Solution= Challenge = 1. Set up two VMs on separate physical machines using '''KVM-QEMU''', both serving the same web content on a non-public network. Configure these machines for fail-over, so that if one goes offline, the other one will take over for it. 2. On a third physical machine, set up a VM with a publicly-accessible way to reach the web content. 3. Configure each VM to start automatically when the host boots. Ensure that the hosts and the VMs are well-secured (no unnecessary services, SELinux enabled, and so forth). 4. Document the solution, and ensure that everyone on the team is able to recreate or extend the solution if needed.
= Teams Solution =
 
Both team A and B implemented very similar solutions, so this is a refined and combined version of the solutions provided by both teams.
== Setup VMs ==
2. Restart the SSH server with <code>systemctl restart sshd</code>.
 
=== Enable AutoStart ===
 
Once a VM is running, using virt-manager:
 
1. Right click on the VM and select '''open'''.
 
2. In the newly opened window, go to '''hardware details''' (light bulb icon) and select '''Boot Options'''.
 
3. Tick the '''Autostart''' box to enable starting the VM on host boot up.
=== Known Problems ===
106
edits

Navigation menu