From 44005e6cb2a4a3dae260192e6b3bb72c668f38eb Mon Sep 17 00:00:00 2001
From: Adam Merka <405417@muni.cz>
Date: Tue, 11 Dec 2018 11:03:01 +0100
Subject: [PATCH] Updates 2-networking/README.md

Auto commit by GitBook Editor
---
 2-networking/README.md | 31 +++++++++----------------------
 1 file changed, 9 insertions(+), 22 deletions(-)

diff --git a/2-networking/README.md b/2-networking/README.md
index 0151ef0..84aafed 100644
--- a/2-networking/README.md
+++ b/2-networking/README.md
@@ -6,36 +6,23 @@ By logging in, you are automatically provided with a default internal network **
 
 ## 1. Internal network creation {#vytvoreni_interni_site}
 
-1V levé lište se dostaneme do správy sítí přes: **1.Project**→**2.Network**→**3.Networks** a klikneme na **4. Create network**:
-
-2Zde si pojmenujeme sĂ­ĹĄ:
-
-3Nastavíme podsíť \(jméno i síťová adresa je libovolná\):
-
-4V detailech ješte přidáme adresy DNS serverů a to konkrétně:  
-147.251.4.33  
-147.251.6.10
+1. In the left menu navigate to **Project &gt; Network &gt; Networks** and hit **"Create network".**
+2. Give your network a name and set a subnet. Both are optional.
+3. In details add also DNS server addresses. They need to be set explicitly to  **147.251.4.33** and **147.251.6.10**.
 
 ## 2. Security groups
 
 All network traffic is blocked in OpenStack by default. You need to explicitly grant access to individual services by utilising Security Groups. This is similar to setting up firewall rules on your router or server. If setup correctly, you can access your virtual machine via SSH connection from your terminal.
 
-1. 
-## 3. Floating IP {#nastaveni_routeru}
+## 3. Floating IPs {#nastaveni_routeru}
 
 ## 4. Router settings {#nastaveni_site}
 
+1. You can connetct the previously created internal network to the external net by creating a virtual router. To do so, navigate to **Project** &gt; **Network**  &gt; **Routers** and hit **"Create router"**.
+2. Here you can give your router a name and choose the "public-float-21" network and add it.
+3. Click on your router and a settings window will expand. Hit **"Add Interface"**.
+4. After expanding the router interface settings window, hit **"Add Interface"**.
+5. Select the network you want to connect to the public network.
 
 
-Nyní vytvoříme virtuální router, kterým spojíme vytvořenou interní síť s veřejnou sítí. V sekci: **1.Project** → **2.Network** → **3.Routers** klikneme na **4. Create router**.
-
-6Zde pojmenujeme router a zvolíme veřejnou síť public-float-21, kterou mu přiřadíme:
-
-Nyní musíme spojit prostřednictvím námi vytvořeného routeru naši interní síť s veřejnou sítí \(public-float-21\).  
-To uděláme následovně.  
-7V nastavení routerů klikneme na náš router:
-
-8Otevře se nám nastavení rozhraní routeru, klikneme na_Add Interface_:
-
-9Nyní už stačí jen vybrat síť, kterou chceme propojit s veřejnou sítí:
 
-- 
GitLab