TrueCommandTrueCommand Nightly Development Documentation
This content follows experimental early release software. Pre-release software is intended for testing purposes only.
Use the Product and Version selectors above to view content specific to a stable software release.

TrueCommand IPv6 Configuration

Docker Host Setup

First, create a non-default network with IPv6 explicitly enabled:

joe@joe-minty:~$ docker network create --ipv6 NAME
joe@joe-minty:~$ docker run --network NAME --detach -v "/DockerDir:/data" -p 9004:80 -p 9005:443 ghcr.io/ixsystems/truecommand:latest

Linux hosts are also required for the Docker daemon to support IPv6. The default bridge can be configured to support IPv6 if desired with a fixed address for dynamic allocation.

Configure both the host and NAS with IPv6 addresses, either through a dynamic protocol like SLAAC or by assigning a static IP, so the TrueCommand container has a route to the NAS. Input the address, without URL brackets, when adding a new system or editing an existing system.

For more information, see Docker’s guide to enable IPv6 support and the TrueNAS IPv6 setup document.