From f33980e30d18b535178020bb437d3de73d0c4caf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20=C5=98ezn=C3=AD=C4=8Dek?=
 <246254@mail.muni.cz>
Date: Tue, 27 Sep 2022 08:51:44 +0200
Subject: [PATCH] prefer 147.251.115.0/24 over 78.128.250.0/24 network which is
 full

---
 content/cloud/network/index.md     | 2 +-
 content/cloud/quick-start/index.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/cloud/network/index.md b/content/cloud/network/index.md
index 99691f4..8bf5d27 100644
--- a/content/cloud/network/index.md
+++ b/content/cloud/network/index.md
@@ -6,7 +6,7 @@ draft: false
 
 {{< hint danger >}}
 **Please read the following rules:**
-1. If you are using a [PERSONAL](/cloud/register/#personal-project) project you have to use either the `78-128-250-pers-proj-net` or `147-251-115-pers-proj-net` network to make your instance accessible from an external network (e.g. Internet). Use `public-cesnet-78-128-250-PERSONAL` and `public-muni-147-251-115-PERSONAL` for FIP allocation.
+1. If you are using a [PERSONAL](/cloud/register/#personal-project) project you have to use either the `147-251-115-pers-proj-net` or `78-128-250-pers-proj-net` network to make your instance accessible from an external network (e.g. Internet). Use `public-muni-147-251-115-PERSONAL` or `public-cesnet-78-128-250-PERSONAL` for FIP allocation.
 2. If you are using a [GROUP](/cloud/register/#group-project) project you may choose any of the [`-GROUP`](/cloud/network/#ipv4-group-networking) suffix networks for FIP allocation to make your instance accessible from external network (e.g. Internet).
 3. Violation of network usage may lead to resource removal and reduction of the quotas assigned.
 {{< /hint >}}
diff --git a/content/cloud/quick-start/index.md b/content/cloud/quick-start/index.md
index cf6c3c5..9e6234c 100644
--- a/content/cloud/quick-start/index.md
+++ b/content/cloud/quick-start/index.md
@@ -146,7 +146,7 @@ For details, refer to [the official documentation](https://docs.openstack.org/ho
 
 5. Select Network
 
-      * For personal project select personal-project-network-subnet from network 78-128-250-pers-proj-net
+      * For personal project select subnet-147-251-115-pers-proj-net from the 147-251-115-pers-proj-net network (eventually personal-project-network-subnet from network 78-128-250-pers-proj-net)
         ![](images/instance_launch_network-user.png)
       * For group project select group-project-network-subnet from network group-project-network (check if [Router gateway](/cloud/network/#associate-floating-ip) is set)
         ![](images/instance_launch_network-group.png)
-- 
GitLab