
Podman ports and firewalld
February 24, 2023
A few weeks ago, I was doing a security check on one of my machines to ensure that everything was secure when I noticed that there were some ports open that I was surprised to find out.
The way I discovered those ports was by checking some ports with netcat (nc -zv IP_ADDRESS PORT
).
I was expecting those ports to be closed, and I got surprised when netcat claimed to be able to connect to them.