- Installation of virtual machines (30%)
- SELinux and firewall run in default configuration with changes required by scenarios
- Machines are installed completely from scratch
- it is possible to ssh to virtual machines from outside (e.g. supervisor's laptop)
- set root password to asdf
- two virtual machines (referenced as node A, node B)
- Partitioning (20%) on node A
- create a disk device that has physical size (approx 200MB)
- divide the disk into two parts and store 150MB on each of them
- data can be mostly same on each of these part
- mount these parts at the boot time
- Data store (40%)
- prepare a data server on node B and serve data, so only node A can connect
- data has to be encrypted during network transfer
- data store (=device) on node A should be mounted read-write to /mnt/my-data and write access has to work
- Bonus track (10%)
- Configure tftp server, so anonymous users can upload files
Everything has to be executed properly after reboot, otherwise only half of points per item can be given.
It is required to obtain at least 75%.
Internet (without communication with real people) is allowed including Google, StackOverflow, ..