How can I check the firewall status in SUSE?
You can check the firewall status in SUSE system by using the following command:
- Check the status of the firewalld service by using the command systemctl status firewalld.
- Check the status of the iptables service using the command systemctl status iptables.
- Check the current firewall rules with the command iptables -L.
- Check the status of the firewalld firewall using the command firewall-cmd –state.
These commands can all be executed in the terminal to check the status of the firewall in a SUSE system.