summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgasperfele@fri1.uni-lj.si <gasperfele@fri1.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414>2016-10-11 13:13:53 +0000
committergasperfele@fri1.uni-lj.si <gasperfele@fri1.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414>2016-10-11 13:13:53 +0000
commit082c367e7e672b23f99c1ba4a91a4626ead675d8 (patch)
tree3c68de656ac4d24f99e5c80b6d03450b4c89c00a
parent3d1964787ae30b977b9797625acf13d5014838d4 (diff)
Updated instructions for set_ip_static_dhcp
git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@365 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
-rw-r--r--kpov_judge/tasks/set_ip_static_dhcp/task.py12
1 files changed, 8 insertions, 4 deletions
diff --git a/kpov_judge/tasks/set_ip_static_dhcp/task.py b/kpov_judge/tasks/set_ip_static_dhcp/task.py
index aafac3d..c611356 100644
--- a/kpov_judge/tasks/set_ip_static_dhcp/task.py
+++ b/kpov_judge/tasks/set_ip_static_dhcp/task.py
@@ -8,7 +8,8 @@ Ustvari tri navidezne racunalnike. Za prvega
uporabi sliko diska simpleArbiterDhcpGW, za drugega sliko diska
maliNetworkManager, za tretjega sliko diska maliBrezNetworkManager.
Racunalnike imenujmo enako kot slike diska.
-Na maliBrezNetworkManager poskrbi, da networkmanager ne bo več skrbel za omrežni vmesnik, temveč bosta delovala ukaza ifup in ifdown.
+Na maliBrezNetworkManager poskrbi, da networkmanager ne bo več skrbel
+za omrežni vmesnik, temveč bosta delovala ukaza ifup in ifdown.
Na maliNetworkManager nastavi IP naslov {IP_NM} ter DNS {DNS_NM}.
Na maliBrezNetworkManager nastavi IP naslov {IP_static} ter DNS {DNS_static}.
@@ -18,10 +19,13 @@ disk image for the first, maliNetworkManager as the disk image for the second
and maliBrezNetworkManager for the third. The virtual machine names can match
the disks.
-Make sure that on maliBrezNetworkManager ifup/ifdown can be used to configure the network and that NetworkManager, while still installed, will not manage the network interface. The IP should be {IP_static} and the computer should use
-the server {DNS_static} as it's DNS.
+Make sure that on maliBrezNetworkManager ifup/ifdown can be used to configure
+the network and that NetworkManager, while still installed, will not manage
+the network interface. The IP should be {IP_static} and the computer should
+use the server {DNS_static} as it's DNS.
-On maliNetworkManager, set the IP address to {IP_NM} and use {DNS_NM} as the DNS.
+On maliNetworkManager, set the IP address to {IP_NM} and use {DNS_NM}
+as the DNS.
"""
}