mirror of
https://github.com/007revad/Synology_ContainerManager_IPv6.git
synced 2026-04-25 04:05:56 +03:00
Enable IPv6 for Container Manager's bridge network
| .github | ||
| images | ||
| .gitattributes | ||
| CHANGES.txt | ||
| how_to_schedule.md | ||
| LICENSE | ||
| my-other-scripts.md | ||
| README.md | ||
| syno_containermanager_ipv6.sh | ||
Synology Container Manager IPv6
Description
Enable IPv6 for the bridge network in Container Manager or Docker
The script works in DSM 7 and later.

Download the script
- 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.
Edit the script if needed
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 run the script
Run the script via SSH
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.
Scheduling the script in Synology's Task Scheduler
See How to schedule a script in Synology Task Scheduler
Screenshots
