Cannot access the container running in VM of VirtualBox #23399
Closed
dunmorogher
started this conversation in
General
Replies: 1 comment 6 replies
-
Did you configure the host firewall to open those ports. This is something gvproxy is handling in podman machine. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I am new to Podman and I had Podman installed on the VM (Alma Linux 9.4) with VirtualBox 7.0.18. I configured two network interfaces - One is of NAT Network; another is Host-Only (which I am using for communicating between Host machine and VM)
After all setups, I created one container of
httpd
service with root user (please see it below...)I am able to access it from the UI inside of VM with using both
localhost:8080
orhttp://192.168.123.210:8080
However, I could not access it from the Host machine
I am sure the connection between Host machine and VM is working, as I can access the Cockpit in the VM from Host machine
I do not know where I probably made wrong...if you could help and suggest on my issue?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions