diff options
Diffstat (limited to 'kpov_judge/tasks')
-rw-r--r-- | kpov_judge/tasks/nat_vlc/task.py | 7 |
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. """ } |