Disable firewalld pada CentOS
Step by step
- Check status firewalld
firewall-cmd --state
- Stop service firewalld
systemctl stop firewalld
- Disable service firewalld
systemctl disable firewalld
Di tulis oleh: Nanda Anubis
Step by step
firewall-cmd --state
systemctl stop firewalld
systemctl disable firewalld