From 00df2551beb0fe2e49dd75be8bb3d45cb3ef674a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Va=C5=A1ek?= <433748@mail.muni.cz> Date: Wed, 30 Mar 2022 14:36:25 +0200 Subject: [PATCH] add caution about missing security groups for ipv6 --- content/cloud/network/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/cloud/network/index.md b/content/cloud/network/index.md index 725ad1e..99691f4 100644 --- a/content/cloud/network/index.md +++ b/content/cloud/network/index.md @@ -240,6 +240,10 @@ Additional floating IP configuration is available in [official CLI documentation ### Obtaining IPv6 address Public IPv6 addresses are assigned via SLAAC. After assigning an interface in OpenStack to your instance, verify correct [configuration](/cloud/network/#interface-not-working) of your VM. You can assign interface by directly connecting your VM to the network (make sure you setup DNS records if you decide to use only IPv6) upon creation or by assigning secondary interface. +{{< hint danger >}} +Don't forget to update your [Security Groups](/cloud/network/#security-rules). +{{< /hint >}} + {{< expand "Configuration using Horizon GUI" >}} Go to **Project > Compute > Instances**. Click on the menu **Actions** on the instance you wish to change and click on **Attach interface**. -- GitLab