I need to transaction replicate between two companies over the internet.
Even though there is a trusted tunnel between the companies, neither company wants to expose their infrastructure to the outside world.
So company A has build an remote distributor on a DMZ-public area to send data to company B.
Now, company B wants to have a similar capability, instead of having the Subscriber receiving the data directly from the outside tunnel (exposing the companies infrastructure), they need to receive the data on a DMZ zone and then replicate to their internal
network. What I am looking here is :
Company A
(Publisher) .... firewall..... => (DMZ - Remote Distributor) => .....internet tunnel .......
Company B
(DMZ - Stage Area) ....firewall.... => (Subscriber)
Could you help me figure it out the best approach for this scenario ?
I would much appreciate any help on this. Thanks