Enable IPv6 for Container Manager's bridge network
Find a file
2026-04-25 08:07:42 +10:00
.github Update FUNDING.yml 2024-08-02 10:56:34 +10:00
images Rename screenshot2.png to screenshot.png 2024-07-11 15:50:05 +10:00
.gitattributes set sh files as executable 2024-10-02 08:25:41 +10:00
CHANGES.txt Update CHANGES.txt 2024-12-21 08:24:24 +11:00
how_to_schedule.md Create how_to_schedule.md 2024-07-03 22:56:32 +10:00
LICENSE Initial commit 2024-07-03 22:36:55 +10:00
my-other-scripts.md Sync my-other-scripts.md from 007revad.github.io 2026-04-25 08:07:42 +10:00
README.md Remove committers.top badge from README 2025-11-12 16:40:26 +11:00
syno_containermanager_ipv6.sh Update syno_containermanager_ipv6.sh 2024-12-21 08:29:18 +11:00

Synology Container Manager IPv6

Badge Donate

Description

Enable IPv6 for the bridge network in Container Manager or Docker

The script works in DSM 7 and later.

Download the script

  1. Download the latest version Source code (zip) from https://github.com/007revad/Synology_ContainerManager_IPv6/releases
  2. Save the download zip file to a folder on the Synology.
  3. 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