diff options
Diffstat (limited to 'kpov_judge/tasks')
-rw-r--r-- | kpov_judge/tasks/isc_dhcp_live_boot/task.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/kpov_judge/tasks/isc_dhcp_live_boot/task.py b/kpov_judge/tasks/isc_dhcp_live_boot/task.py index 5bbdf4f..0c7af4f 100644 --- a/kpov_judge/tasks/isc_dhcp_live_boot/task.py +++ b/kpov_judge/tasks/isc_dhcp_live_boot/task.py @@ -17,7 +17,18 @@ SimpleArbiter naj dobi IP_GW. DHCP_server naj ga uporabi kot gateway. Tako BootableClientA kot BootableClientB naj bosta brez diskov. """ } +instructions_en= { +Set up 4 virtual computers - simpleArbiter, DHCP_server, BootableClientA and +BootableClientB. The simpleArbiter reads the address IP_GW, IP_DHCP and finds +the file A. +On the DHCP_server set up a DHCP server with the help of ISC dhcp 3 on the address IP_DHCP. +Get SimpleArbiter to find IP_GW. Make the DHCP_server use it as a gateway. +If there is BootableClientB loading, make the system start-up with a live ISO and make it get hit own IP. +If there is anyone else loading, make the system load the file with the name A. +Make BootableClientA and BootableClientB be without discs. + +} computers = { 'DHCPServer': { 'disks': [ |