How Do I Stop the Firewall Service?
Question:
How Do I Stop the Firewall Service?
Answer:
- 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
- Question:
- Answer: