summaryrefslogtreecommitdiff
path: root/kpov_judge/tasks/nat_vlc/task.py
diff options
context:
space:
mode:
authords8283@student.uni-lj.si <ds8283@student.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414>2015-01-13 20:53:31 +0000
committerds8283@student.uni-lj.si <ds8283@student.uni-lj.si@5cf9fbd1-b2bc-434c-b4b7-e852f4f63414>2015-01-13 20:53:31 +0000
commitabad7b96b2e89211a070f82aad54ff3526673936 (patch)
tree9189f1f485e7e358153737eb30b1add014e7282b /kpov_judge/tasks/nat_vlc/task.py
parent500954bca6e126ecbe0c8ac3370f75e47c801881 (diff)
Popravki prevoda v task.py in prevod slovenskega howto-ja v angleščino.
git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@179 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414
Diffstat (limited to 'kpov_judge/tasks/nat_vlc/task.py')
-rw-r--r--kpov_judge/tasks/nat_vlc/task.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/kpov_judge/tasks/nat_vlc/task.py b/kpov_judge/tasks/nat_vlc/task.py
index 83f9bcf..fae3be5 100644
--- a/kpov_judge/tasks/nat_vlc/task.py
+++ b/kpov_judge/tasks/nat_vlc/task.py
@@ -18,10 +18,9 @@ bo za privzeti prehod uporabljal NATServer. Nastavi DNS (etc/resolv.conf). e e
z uporabo paketa iptables. Na simpleArbiter z vlc preberi naslov, na katerem si lahko ogledaš kratek filmček.
""",
'en':u"""
-Set two virtual machines - SimpleArbiter (use disc simpleArbiter) and NATServer. On NATServer set two network adapters. First is connect to SimpleArbiter, second is connect to Internet.
-On NATServer run instruction ifconfig and in file /etc/network/interfaces configure network adapters - first connected to WAN(Internet), second to LAN(SimpleArbiter).
-Configure SimpleArbiter to use NATServer for default gateway. Set DNS: /etc/resolv.conf. Enable IP forwarding.
-Set NAT, using packet iptables. On SimpleArbiter, use vlc to watch video.
+Set up two virtual machines - SimpleArbiter (using the disc simpleArbiter) and NATServer. NATServer should have two network adapters. The first is to connect to SimpleArbiter and the second is for connecting to the internet.
+On NATServer use the instruction ifconfig and the file /etc/network/interfaces to configure the network adapters - the first one should be connected to WAN(Internet) and the second one to LAN(SimpleArbiter).
+Configure SimpleArbiter to use NATServer as the default gateway. Setup DNS: /etc/resolv.conf, enable IP forwarding, using the iptables command. On SimpleArbiter, use vlc (network stream) to watch the video.
"""
}