From 32382c01d6f2ee8e86d3028fb33b4bc53b2534af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Va=C5=A1ek?= <433748@mail.muni.cz> Date: Wed, 10 Nov 2021 15:16:13 +0100 Subject: [PATCH] update: updated personal/group faq information, deleted migration link --- content/cloud/faq/index.md | 11 ++++------- content/cloud/network/index.md | 4 ++-- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/content/cloud/faq/index.md b/content/cloud/faq/index.md index b98ca5c..1afd1e2 100644 --- a/content/cloud/faq/index.md +++ b/content/cloud/faq/index.md @@ -26,9 +26,6 @@ The most visible [cloud computing](https://en.wikipedia.org/wiki/Cloud_computing ## How do I register? Follow instructions for registering in [MetaCentrum Cloud](/cloud/register). -## How do I migrate from legacy platforms? -Follow instructions for [migrating from CESNET-MetaCloud or OStack ICS MUNI](/cloud/migrate). - ## Where do I report a problem? First, try searching the documentation for an answer to your problem. If that does not yield results, open a ticket with [cloud@metacentrum.cz](mailto:cloud@metacentrum.cz). When contacting user support, always @@ -37,10 +34,10 @@ active *project* (upper left corner of the web interface) as well as a descripti your problem and/or an error message if available. ## What networks I can use to access my instances? -Personal projects can allocate floating IPs from *public-muni-147-251-124* and *private-muni-10-16-116*. -Group projects can currently allocate floating IPs from *public-cesnet-78-128-251* and *private-muni-10-16-116*. -IP addresses from *public-muni-147-251-124* allocated by users to group projects are released daily, so we encourage -using only *public-cesnet-78-128-251* and *private-muni-10-16-116* for group projects. +Personal projects can allocate floating IPs from *public-cesnet-78-128-250-PERSONAL*. Routing is preset for this address pool. +Group projects can currently allocate floating IPs from networks ending with *GROUP* suffix as well as *private-muni-10-16-116*. +Furthermore, IP addresses allocated from *public-muni-147-251-124-GROUP* and *public-muni-147-251-255-GROUP* are released daily, so we encourage +using only *public-cesnet-78-128-251-GROUP* and *private-muni-10-16-116* for group projects. Follow instructions at [changing the external network](/cloud/network) in order to change your public network. ## Issues with network stability in Docker diff --git a/content/cloud/network/index.md b/content/cloud/network/index.md index 9d3dd70..0c355a4 100644 --- a/content/cloud/network/index.md +++ b/content/cloud/network/index.md @@ -6,7 +6,7 @@ draft: false -For the networking in Cloud2 metacentrum, we need to distinguish the following scenarios +For networking in MetaCentrum Cloud, we need to distinguish following scenarios * personal project * group project. @@ -215,4 +215,4 @@ The new floating IP address for the router must be from the same network pool wh ## Default Egress rules If you delete default egress rules, your virtual machine loses will not be able to send outgoing communication. To fix this, add a new egress rule with *any* IP protocol and port range, set Remote IP prefix to *0.0.0.0/0* (IPv4) or *::/0* (IPv6). - \ No newline at end of file + -- GitLab