Enable IPv6 for the bridge network in Container Manager or Docker
The script works in DSM 7 and later.
- Download the latest version Source code (zip) from https://github.com/007revad/Synology_ContainerManager_IPv6/releases
- Save the download zip file to a folder on the Synology.
- Unzip the zip file.
If your Synology's IPv6 IP address starts with "fe80" you don't need to edit anything.
If you are using a scope global IPv6 address replace "fe80::1/64" in the script with your network's IPv6 CIDR range.
For example: cidr="2001:db8:1::/64"
How to enable SSH and login to DSM via SSH
Run the script:
sudo -s /volume1/scripts/syno_containermanager_ipv6.sh
Note
Replace /volume1/scripts/ with the path to where the script is located.
See How to schedule a script in Synology Task Scheduler