Friday, March 25, 2022

SUSE Linux Firewall [Status, Enable, Disable] Command

Firewall Status checking

sudo firewall-cmd --stat







Start and Stop Firewall Service

sudo systemctl stop firewalld
sudo systemctl start firewalld



Disable and Enable Firewall Service

sudo systemctl disable firewalld
sudo systemctl enable firewalld








No comments:

Post a Comment

2315907 - Starting HANA automatically after Host has been started

  Symptom By default the SAP HANA database is configured so that it is not started automatically when the SAP HANA host is rebooted. Environ...