summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2020-03-08 14:18:47 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2020-03-08 14:44:11 +0000
commitef780aebc611efa31321ff80a00c04a5e78be5f3 (patch)
treee14bfd966a1ba6c2d47efd5700dd7802688e7b86 /share
parentUpdating host setup documentation. (diff)
downloadcompute-tools-ef780aebc611efa31321ff80a00c04a5e78be5f3.tar.xz
compute-tools-ef780aebc611efa31321ff80a00c04a5e78be5f3.zip
Adding IPv6 note in host setup documentation.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share')
-rw-r--r--share/doc/HOST-SETUP.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/share/doc/HOST-SETUP.txt b/share/doc/HOST-SETUP.txt
index d137da4..d0a2395 100644
--- a/share/doc/HOST-SETUP.txt
+++ b/share/doc/HOST-SETUP.txt
@@ -206,3 +206,13 @@ and a container user.
sudo adduser --gecos "compute-tools,,," \
--home /var/lib/open-infrastructure/container-shell \
--shell /usr/bin/container-shell
+
+
+6. IPv4 and IPv6 dual-stack
+---------------------------
+
+Examples for /etc/network/interfaces above work for IPv6 too when using correct
+IPv6 addresses and netmasks.
+
+In order to use dual-stack, bridges must have a IPv4 address assigned
+(can be a dummy one from a privacy range or 127.0.0.0/8).