Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network Configuration/Connection between a Container & Windows #2131

Open
GeorgeYaz opened this issue Nov 7, 2024 · 0 comments
Open

Network Configuration/Connection between a Container & Windows #2131

GeorgeYaz opened this issue Nov 7, 2024 · 0 comments

Comments

@GeorgeYaz
Copy link

I’m trying to connect two Cyclone DDS applications (as shown in the picture):
First one is running on Windows.
Second one is running within a docker, which runs in VSCode on Ubuntu system within VMWare Workstation.

image

You can see in the picture the network interfaces, where the docker connects to Ubuntu over the docker0
The connection between Ubuntu and Windows is over ens33

I was able to create a connection between the Application running in the container and Ubuntu using the Cyclone XML Config file (using docker0 as the interface).
Also, it was possible to create a connection between Application running in Ubuntu and Windows using the Cyclone XML config file (using ens33 as the interface).

But the open question is still how to create the connection directly between the application in the container and the application in Windows? so basically to route the DDS traffic from docker0 to ens33!

  • The DDS application in the docker is running over UDP
  • The network adapter for the VMWare is set to NAT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant