forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Yang, Tong <yangtong2@huawei.com> Co-committed-by: Yang, Tong <yangtong2@huawei.com>
1.1 KiB
1.1 KiB
How Do I Stop the Firewall Service?
- Log in to each node of a cluster as user root.
- Check whether the firewall service is started.
For example, to check the firewall status on EulerOS, run the systemctl status firewalld.service command.
- Stop the firewall service.
For example, to stop the firewall service on EulerOS, run the systemctl stop firewalld.service command.
Parent topic: Performance Tuning