Linux/Routing: Difference between revisions

From Wiki
No edit summary
No edit summary
Line 1: Line 1:
== Example ==
== Example ==
How can service B communicate with Service A?
<pre>
<pre>
Docker:Service A <--> Docker: OpenVPN Client <-------------> Docker: OpenVPN Server <--> Docker: Service B
Docker:Service A <--> Docker: OpenVPN Client <-------------> Docker: OpenVPN Server <--> Docker: Service B
</pre>
</pre>
How can service B communicate with Service A?





Revision as of 09:49, 18 July 2019

Example

Docker:Service A <--> Docker: OpenVPN Client <-------------> Docker: OpenVPN Server <--> Docker: Service B

How can service B communicate with Service A?