I have noticed that Firewalld is actively blocking incoming and outgoing connections, which is causing disruptions in my network communication. However, upon checking the system, I discovered that no explicit IPTABLES rules are set. This is puzzling to me as I expected Firewalld to rely on IPTABLES for rule enforcement.
To further investigate, I have verified that Firewalld service is running and enabled on my system. I have also confirmed that the default Firewalld zone is correctly set and that there are no custom zone configurations interfering with the traffic. Additionally, I have reviewed the Firewalld logs, but I haven't found any relevant errors or warnings that could shed light on the issue.
I would greatly appreciate any suggestions or insights into why Firewalld might be blocking traffic in the absence of explicit IPTABLES rules.
You can understand from the below output, already few services only actively opened
[linadmin@vwaapcon01]$ sudo firewall-cmd --list-all
public (active)
target: default
icmp-block-inversion: no
interfaces: ens160 ens192 ens224
sources:
services: cockpit dhcpv6-client ssh
ports:
protocols:
forward: no
masquerade: no
forward-ports:
source-ports:
icmp-blocks:
rich rules:
[linadmin@vwaapcon01]$ sudo iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination