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 > Network > 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** > **Network** > **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