I can't transfer data from local mongodb to azure mongodb
Good afternoon everyone,
I have a problem that is the following story with my infrastructure in the cloud.
I attach an image to be able to explain the case in greater detail.
I have an environment in Azure with a private network of 10.1.0.0, in which I have 9 machines(All virtual machines with windows server 2016), I also have a Point-to-site VPN that connects to the company network, it has a network of 192.168.1.0.
The VPN is configured in the correct way, from a client I can connect to the private azure network that I mentioned, I can ping, I can enter with RDP.
I have an application that uses mongoDB in the company network and it can connect to another machine that has mongoDB and pass the data in the background as a backup, what happens is that when this client is connected to the VPN it does not transfer data to the MongoDB from my azure (all ports on the mongodb machine are open both on the machine and on the azure 10.1.0.10 portal).
As you can see in the architecture I have tried to reflect everything that has been done so that you can understand the problem I have.
The only thing I am looking for is to pass the client data from mongodb (192.168.1.108) through the VPN to the other mongodb that is in azure (10.1.0.10).
I hope you can help me