Skip to main content
Skip table of contents

Docker Network Requirements - v2023.04

MonoFor is running in Docker service. Docker is has own network architecture and it is using below subnets by default.

Docker Bridge Networks

172.17.0.0/16
172.18.0.0/16
172.19.0.0/16
172.20.0.0/14
172.24.0.0/14
172.28.0.0/14
192.168.0.0/16

Docker Swarm Networks

10.0.0.0/8

For production installation sometimes it cause an issue. Customers internal network and docker internal networks is overlapping. But docker is giving an option to use specific subnets for docker services internal network.

Fixing this issue customer needs to define two(2) different subnets which is not used, not defined and not routed.

For Example:

Network

Used For

Description

192.168.5.0/24

Docker Service Network

It is used for docker internal bridge networks

192.168.6.0/24

Docker Swarm Overlay Network

It is used for Docker Swarm Service for overlay networks.

In this example 192.168.5.0/24 and 192.168.6.0/24 are used for internally in the docker services. If these subnets are decided to use in the docker they won’t be able to use in the real network. Because if the same subnets are used in the real networks and some of the clients trying to reach MonoFor services they couldn’t be able to reach the services. Docker will not route back to clients traffic to real network.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.