cancel
Showing results for 
Search instead for 
Did you mean: 
  • 561 Views

Not able to access the Podman port for mapping privilaged ports on the redhat 9 OS

We are having rootless podman running on the host and we have binded the nginx container port 443 to 8443 port in the host side. 

 

But instead of 8443, I need to access the niginx using port 443 from outside the host. Currently I tried port forwarding in Firewalld and added the rich rules also. Still the port 443 is not listening in the RHEL.

 

Please help.

Labels (1)
2 Replies
shashi01
Moderator
Moderator
  • 556 Views

@KochiServer 

The core issue you're facing with rootless Podman is its inability to bind to privileged ports like 443, as only the root user can access ports below 1024. This limitation persists even with firewalld rules. To overcome this, you can implement a reverse proxy on the host to forward traffic from port 443 to the container's port 8443

0 Kudos
Chetan_Tiwary_
Community Manager
Community Manager
  • 525 Views

Join the discussion
You must log in to join this conversation.