The
NAS protection engine contains a private Docker network that operates within the 10.255.255.0/24 address range. If this range conflicts with your network, NAS backups can fail. In this case, change the Docker network range to another subnet.
Prerequisites
Obtain the
NAS protection engine credentials. The
PowerProtect Data Manager Security Configuration Guide provides more information about obtaining
protection engine credentials.
Steps
Connect to the
NAS protection engine console and change to the root user.
Using a Linux text editor, open the
/etc/sysconfig/docker configuration file.
Locate the
DOCKER_OPTS line.
Change the IP address range to a value that does not conflict with your network.
For example,
DOCKER_OPTS="--bip=192.168.2.1/24"
Save and close the configuration file.
Restart the Docker service:
systemctl restart docker.service
Verify that the private Docker network uses the new IP address range: