Skip to content

007revad/Synology_ContainerManager_IPv6

Repository files navigation

Synology Container Manager IPv6

Donate committers.top badge

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