6.0 Changing the Internal Docker IP

When you upgrade a Primary Server to ZENworks 2020 Update 3 for the first time in the Management Zone, complete the following before running the upgrade.

By default, docker internally uses the IP 172.17.0.1/16. In case this IP conflicts with any other device or network in your organization, only then the docker IP should be changed.

To change the internal docker IP that is being used, perform the following steps:

  1. Stop all the ZENworks services by running the microfocus-zenworks-configure -c Start command.

  2. Modify the daemon.json file available in the /etc/docker/, and add the line "bip":"<IP_address>", to the start of the file, as shown in the below image:

    NOTE:You can use any private IP that is not being used by your organization.

    In above example we have used 192.168.2.1/24

  3. Restart the docker service by running the following command:

    systemctl restart docker

  4. Start all the ZENworks services by running the microfocus-zenworks-configure -c Start command.