diff options
author | go4230@student.uni-lj.si <go4230@student.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414> | 2014-12-11 00:27:56 +0000 |
---|---|---|
committer | go4230@student.uni-lj.si <go4230@student.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414> | 2014-12-11 00:27:56 +0000 |
commit | 8f1b0372089734b2334cef278773349bc69e6aff (patch) | |
tree | 5ba17ec8cae5a61d6c251f478f835dd9f757bec5 /kpov_judge/tasks/isc_dhcp_live_boot | |
parent | 5d2cd458e033fddb0197c74d5c0e656d7cc122ec (diff) |
prevedel instructions v angleščino
git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@24 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
Diffstat (limited to 'kpov_judge/tasks/isc_dhcp_live_boot')
-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': [ |