Hello,
I configured firewalld to my liking but it doesn't seem to be operating the way I thought it would.
[firewalld2.png]
[firewalld1.png]
When I try to access those ports from any other internal IP the requests still go through. Am I missing something here? The server is running in a VM on bridged mode, maybe that could be the issue?
Thanks in advance!
Sent with [Proton Mail](https://proton.me/) secure email.
On Fri, Apr 12, 2024 at 02:54:26PM +0000, Optix wrote:
Hello,
I configured firewalld to my liking but it doesn't seem to be operating the way I thought it would.
[firewalld2.png]
[firewalld1.png]
When I try to access those ports from any other internal IP the requests still go through. Am I missing something here? The server is running in a VM on bridged mode, maybe that could be the issue?
Can you show output of these two commands?
# firewall-cmd --info-zone=$(firewall-cmd --get-default-zone)
# firewall-cmd --get-active-zones
I ask, because it sounds like the traffic is being allowed by another zone. In firewalld traffic is assign to one and only one zone. 192.168.2.12 is assigned to "internal", but other traffic will got to a different zone.
firewalld-users@lists.fedorahosted.org