carlosperate / docker-qemu-rpi-os

Docker images with Raspberry Pi OS running on QEMU
MIT License
28 stars 5 forks source link

Can't access the virtual pi from the host machine #5

Open isketerol64 opened 6 months ago

isketerol64 commented 6 months ago

I can't access the virtual pi from my host. I have tried this on PodMan on WSL and on PodMan on Fedora. The SSH port is not mapped to the host machine.. The virtual pi is able to update correctly so there is connectivity going out from it, but I can not initiate the connection in. I have checked and disabled firewalls as needed.

PodMan is the RedHat equivalent to Docker.

Any insights are welcome.

isketerol64 commented 6 months ago

I found a solution to this as there was likely some port conflicts on the host systems where I was testing this. - I typically have SSH running on port 22 on all of my systems.

I can now "ssh -p 5022" into the Virtual Pi from the host and from my network as well.

Thanks.

Kevin (He, him, his)