From 8081a5520a441b43a8a7a73f3a90c7aacfaa8e10 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Sun, 24 Feb 2019 21:05:27 +0100 Subject: Move everything one level up --- tasks/set_ip_static_dhcp/howtos/en/index.html | 73 +++++++++++++++++++++++++ tasks/set_ip_static_dhcp/howtos/images/04.png | Bin 0 -> 11706 bytes tasks/set_ip_static_dhcp/howtos/images/09.png | Bin 0 -> 187608 bytes tasks/set_ip_static_dhcp/howtos/images/10.png | Bin 0 -> 193147 bytes tasks/set_ip_static_dhcp/howtos/images/11.png | Bin 0 -> 189272 bytes tasks/set_ip_static_dhcp/howtos/images/12.png | Bin 0 -> 163954 bytes tasks/set_ip_static_dhcp/howtos/images/13.png | Bin 0 -> 175600 bytes tasks/set_ip_static_dhcp/howtos/images/17.png | Bin 0 -> 7062 bytes tasks/set_ip_static_dhcp/howtos/si/index.html | 74 ++++++++++++++++++++++++++ 9 files changed, 147 insertions(+) create mode 100644 tasks/set_ip_static_dhcp/howtos/en/index.html create mode 100644 tasks/set_ip_static_dhcp/howtos/images/04.png create mode 100644 tasks/set_ip_static_dhcp/howtos/images/09.png create mode 100644 tasks/set_ip_static_dhcp/howtos/images/10.png create mode 100644 tasks/set_ip_static_dhcp/howtos/images/11.png create mode 100644 tasks/set_ip_static_dhcp/howtos/images/12.png create mode 100644 tasks/set_ip_static_dhcp/howtos/images/13.png create mode 100644 tasks/set_ip_static_dhcp/howtos/images/17.png create mode 100644 tasks/set_ip_static_dhcp/howtos/si/index.html (limited to 'tasks/set_ip_static_dhcp/howtos') diff --git a/tasks/set_ip_static_dhcp/howtos/en/index.html b/tasks/set_ip_static_dhcp/howtos/en/index.html new file mode 100644 index 0000000..74dfeea --- /dev/null +++ b/tasks/set_ip_static_dhcp/howtos/en/index.html @@ -0,0 +1,73 @@ +

+

Purpose of the assignment

+Learn how to setup network interfaces in most modern Linux distributions (NetworkManager). +

+

+

Quick instructions

+Set a static IP in NetworkManager, set a static IP and DNS server in /etc/network/interfaces. You'll get both IP's when you execute script run_test.py. +

+

+

Instructions

+
    +
  1. From the directory with images of virtual computers, download the following:
    maliNetworkManager, maliBrezNetworkManager, SimpleArbiterDhcp.
  2. + +
  3. Set the network for virtual computers, so that SimpleArbiterDhcp's 1. nework interface is connected to the same network, as the only network interface for maliNetworkManager and maliBrezNetworkManager,
    + SimpleArbiterDhcp's 2. network interface will be connected to a NAT or a physical network, where the address and route (gateway) to the internet is obtained via DHCP.
  4. + +
  5. Start SimpleArbiterDhcp. Sign in as user "tester" with password "SedemKrogovPekla".
  6. +
  7. +slika-04
    +Use command
    ping 193.2.1.66
    to check if SimpleArbiterDhcp is connected to internet. If you get ping reply, you're connected to the internet. Cancel the ping with combination CTRL+C.
    + If SimpleArbiterDhcp doesn't have internet access, change the network settings in Virtual box for 1. and 2. network interface, then restart the virtual computer. + +
  8. +
  9. Run the script run_test.py.
  10. + +
  11. Enter "03.predvaja" as assignment name.
  12. + +
  13. Read the maliNetworkManager's static IP . Leave SimpleArbiterDhcp running in the background until you have setup the maliNetworkManager.
  14. + +
  15. Start maliNetworkManager.
  16. + +
  17. +Sign in the GUI(graphical user interface) using username "student" and password "vaje".
  18. +
  19. ikona network manager
    +Right click on the icon for network settings.
    + +
  20. +Menu NetworkManager
    +Choose "Edit Connections"
  21. + +
  22. +Menu NetworkManager
    +Click "Edit"
  23. + +
  24. +Menu NetworkManager
    +In tab "IPv4" change the "Method" to "Manual". Click "Add". Set the SimpleArbiterDhcp's static IP as static IP A.
    +Add Arnes DNS: 193.2.1.66 to DNS servers. +
  25. +
  26. Click "Save"
  27. + +
  28. Switch to SimpleArbiterDhcp. Click "Enter" or "OK".
  29. + +
  30. Read maliBrezNetworkManager's IP . Click "OK". Read the DNS server's address .
  31. + +
  32. Switch to maliBrezNetworkManager. Switch to first console using combination CTRL+ALT+F1. Sign in as root (su) with password "kaboom".
  33. + +
  34. Open the file /etc/network/interfaces. Edit the settings according to the information you got on SimpleArbiter. Entry for network interface should look something like this:
    +
    +allow-hotplug eth0
    +iface eth0 inet static
    +    10.0.1.2
    +    netmask 255.255.255.128
    +    dns-nameservers 10.0.1.5
    +
    +
  35. + +
  36. Save the settings. Use the command
    reboot
    to restart maliBrezNetworkManager. On boot the NetworkManager reads which network interfaces are configured in /etc/network/interfaces. After that NetworkManager doesn't manage these interfaces anymore.
  37. + + +Press OK on SimpleArbiterDhcp. If all went ok, you have completed this assignment. +
+

diff --git a/tasks/set_ip_static_dhcp/howtos/images/04.png b/tasks/set_ip_static_dhcp/howtos/images/04.png new file mode 100644 index 0000000..754c200 Binary files /dev/null and b/tasks/set_ip_static_dhcp/howtos/images/04.png differ diff --git a/tasks/set_ip_static_dhcp/howtos/images/09.png b/tasks/set_ip_static_dhcp/howtos/images/09.png new file mode 100644 index 0000000..866a51d Binary files /dev/null and b/tasks/set_ip_static_dhcp/howtos/images/09.png differ diff --git a/tasks/set_ip_static_dhcp/howtos/images/10.png b/tasks/set_ip_static_dhcp/howtos/images/10.png new file mode 100644 index 0000000..d6ccf42 Binary files /dev/null and b/tasks/set_ip_static_dhcp/howtos/images/10.png differ diff --git a/tasks/set_ip_static_dhcp/howtos/images/11.png b/tasks/set_ip_static_dhcp/howtos/images/11.png new file mode 100644 index 0000000..10b5ec7 Binary files /dev/null and b/tasks/set_ip_static_dhcp/howtos/images/11.png differ diff --git a/tasks/set_ip_static_dhcp/howtos/images/12.png b/tasks/set_ip_static_dhcp/howtos/images/12.png new file mode 100644 index 0000000..0a87ae6 Binary files /dev/null and b/tasks/set_ip_static_dhcp/howtos/images/12.png differ diff --git a/tasks/set_ip_static_dhcp/howtos/images/13.png b/tasks/set_ip_static_dhcp/howtos/images/13.png new file mode 100644 index 0000000..e71474a Binary files /dev/null and b/tasks/set_ip_static_dhcp/howtos/images/13.png differ diff --git a/tasks/set_ip_static_dhcp/howtos/images/17.png b/tasks/set_ip_static_dhcp/howtos/images/17.png new file mode 100644 index 0000000..d4bba87 Binary files /dev/null and b/tasks/set_ip_static_dhcp/howtos/images/17.png differ diff --git a/tasks/set_ip_static_dhcp/howtos/si/index.html b/tasks/set_ip_static_dhcp/howtos/si/index.html new file mode 100644 index 0000000..6236245 --- /dev/null +++ b/tasks/set_ip_static_dhcp/howtos/si/index.html @@ -0,0 +1,74 @@ +

+

Namen vaje

+Naučite se, kako se nastavljajo omrežni vmesniki v večini sodobnih Linux distribucij (NetworkManager). +

+

+

Naloga na hitro

+Nastavi statičen IP v NetworkManager-ju, nastavi statični IP in DNS strežnik v /etc/network/interfaces. Oba naslova računalnikov in DNS strežnikov dobite ob zagonu run_test.py. +

+

+

Navodila

+
    +
  1. Z imenika s slikami virtualnih računalnikov povlecite slike maliNetworkManager, maliBrezNetworkManager, SimpleArbiterGW
  2. + +
  3. Nastavite omrežja navideznih računalnikov tako, da bo
    1. omrežni vmesnik SimpleArbiterGW povezan na isto omrežje kot edini omrežni vmesnik maliNetworkManager in maliBrezNetworkManager,
    + 2. vmesnik SimpleArbiterGW bo povezan na NAT ali fizično omrežje, kjer prek DHCP dobi naslov in pot (prehod, gateway) do Interneta.
  4. + +
  5. Zaženite SimpleArbiterGW. Prijavite se kot uporabnik tester z geslom SedemKrogovPekla
  6. +
  7. +slika-04
    +Z ukazom
    ping 8.8.8.8 
    preverite, ali je SimpleArbiterGW na Internetu. Če je, boste približno vsako sekundo dobili odziv. Ping prekinete +s kombinacijo tipk CTRL+C.
    + Če SimpleArbiterGW ne pride do Interneta, v VirtualBox zamenjajte nastavitve 1. in 2. omrežni vmesnik ter ponovno zaženite navidezni računalnik. +
  8. +
  9. Poženite run_test.py.
  10. + +
  11. Kot ime naloge vpišite preparation
  12. + +
  13. Preberite statični IP maliNetworkManager. Pustite SimpleArbiterGW da teče v ozadju, dokler niste nastavili maliNetworkManager
  14. + +
  15. Zaženite maliNetworkManager.
  16. + +
  17. +Prijavite se v grafično okolje z uporabniškim imenom student, geslom vaje
  18. +
  19. ikona network manager
    +Desno-kliknite na ikono za mrežne nastavitve.
    + +
  20. +Menu NetworkManager
    +Izberite "Edit Connections".
  21. + +
  22. +Menu NetworkManager
    +Kliknite "Edit"
  23. + +
  24. +Menu NetworkManager
    +V zavihku "IPv4" spremenite "Method" na "Manual". Kliknite na "Add". Nastavite statični IP, ki ste ga prebrali na SimpleArbiterGW kot statični I.
    +V DNS servers dodajte naslov DNSja, ki van ha poda run_test.py. Kot gateway dodaj IP SimpleArbiterGW. +
  25. +
  26. Kliknite "Save".
  27. + +
  28. Preklopite na SimpleArbiterGW. Pritisnite "Enter" oz. "OK".
  29. + +
  30. Preberite IP maliBrezNetworkManager. Pritisnite "OK". Preberite naslov DNS strežnika.
  31. + +
  32. Preklopite na maliBrezNetworkManager. Preklopite na prvo konzolo s kombinacijo CTRL+ALT+F1. Prijavite se kot root z geslom kaboom.
  33. + +
  34. Odprite datoteko /etc/network/interfaces. Popravite nastavitve v skladu s podatki, ki ste jih dobili na SimpleArbiter. Vnos za omrežni vmesnik mora izgledati približno takole:
    +
    +allow-hotplug eth0
    +iface eth0 inet static
    +    address "Podan IP"
    +    netmask 255.255.255.0
    +    dns-nameservers "Podan DNS"
    +    getway "IP SimpleArbiterGW"
    +
    +
  35. + +
  36. Shranite nastavitve. Z ukazoma "ifdown eth0", in ifup eth0" posodobite NetworkManager ki prebere +kateri omrežni vmesniki so nastavljeni v /etc/network/interfaces. Za te vmesnike potem ne skrbi več.
  37. + +Na SimpleArbiterGW pritisnite OK. Če je šlo vse po sreči, ste opravili tokratno nalogo. +
+

-- cgit v1.2.1