diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2020-03-08 14:18:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2020-03-08 14:44:11 +0000 |
commit | ef780aebc611efa31321ff80a00c04a5e78be5f3 (patch) | |
tree | e14bfd966a1ba6c2d47efd5700dd7802688e7b86 /share/doc | |
parent | Updating host setup documentation. (diff) | |
download | compute-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 '')
-rw-r--r-- | share/doc/HOST-SETUP.txt | 10 |
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). |