centos6開啟防火牆設置命令?CentOS6關閉防火牆使用以下命令,//臨時關閉
service iptables stop
//禁止開機啟動
chkconfig iptables off
,我來為大家科普一下關于centos6開啟防火牆設置命令?下面希望有你要的答案,我們一起來看看吧!
CentOS6關閉防火牆使用以下命令,
//臨時關閉
service iptables stop
//禁止開機啟動
chkconfig iptables off
CentOS7中若使用同樣的命令會報錯,
stop iptables.service
Failed to stop iptables.service: Unit iptables.service not loaded.
這是因為CentOS7版本後防火牆默認使用Firewalld,因此在CentOS7中關閉防火牆使用以下命令,
//臨時關閉
systemctl stop firewalld
//禁止開機啟動
systemctl disable firewalld
Removed symlink /etc/systemd/system/multi-user.target.wants/firewalld.service.
Removed symlink /etc/systemd/system/dbus-org.fedoraproject.firewallD1.service.
當然,如果安裝了iptables-service,也可以使用下面的命令,
yum install -y iptables-services
//關閉防火牆
service iptables stop
Redirecting to /bin/systemctl stop iptables.service
//檢查防火牆狀态
service iptables status
Redirecting to /bin/systemctl status iptables.service
iptables.service - IPv4 firewall with iptables
Loaded: loaded (/usr/lib/systemd/system/iptables.service; disabled; vendor preset: disabled)
Active: inactive (dead)
更多精彩资讯请关注tft每日頭條,我们将持续为您更新最新资讯!