centos firewall configuration
1 check firewall service statussystemctl status firewalld 2 check firewall status firewall-cmd --state 3 open,restart,close firewalld service # start
service firewalld start
# restart
service firewalld restart
# close
service firewalld stop 4 check firewall rulesfirewall-cmd...