Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Peers unreachable from Docker host #240

Open
Zburatorul opened this issue Sep 29, 2023 · 1 comment
Open

Peers unreachable from Docker host #240

Zburatorul opened this issue Sep 29, 2023 · 1 comment
Assignees

Comments

@Zburatorul
Copy link

Is your feature request related to a problem? Please describe.
Everything works fine. I would like the capability to SSH into any of the connected peers from the host OS where I run the playbook (aka the Docker host).
Currently pinging the peers does not work from the host OS, but only from inside the Docker container.

Describe the solution you'd like
I want to be able to e.g. SSH into one of the peers from the host OS, without having to enter the container.

@Zburatorul
Copy link
Author

I added a mapping from a docker host port to the container. I verified with netcat it worked.
Then, on the same port I created an SSH tunnel inside the container to a peer. I verified with netcat that it works.
But when I try to use the tunnel from the docker host I am seeing the packet reach the container and then the container reply with a "RESET".

I don't see any firewall rules that would explain that. Could anyone give an extra pointer for what to look at?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants