CENTER OS7关闭防火墙
CentOS 7.0默認(rèn)使用的是firewall作為防火墻,之前版本是使用iptables。
所以在CentOS 7執(zhí)行下面命令是無法查看防火墻狀態(tài)的。
[root@localhost ~]# service iptables status
Redirecting to /bin/systemctl status iptables.service
Unit iptables.service could not be found.
查看防火墻是否關(guān)閉
firewall-cmd --state
[root@localhost ~]# firewall-cmd --state
not running
[root@localhost ~]#
開啟防火墻
[root@localhost ~]# systemctl start firewalld [root@localhost ~]# firewall-cmd --state running [root@localhost ~]#
關(guān)閉防火墻
[root@localhost ~]# systemctl stop firewalld
[root@localhost ~]# firewall-cmd --state
not running
[root@localhost ~]#
禁止firewall開機(jī)啟動(dòng)
[root@localhost ~]# systemctl disable firewalld
Removed symlink /etc/systemd/system/multi-user.target.wants/firewalld.service.
Removed symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service.
這樣設(shè)置的話,下次重啟開機(jī)的時(shí)候就會(huì)禁止firewall的啟動(dòng),即關(guān)閉狀態(tài)。
設(shè)置firewall開機(jī)啟動(dòng)
[root@localhost ~]# systemctl enable firewalld
Created symlink from /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service to /usr/lib/systemd/system/firewalld.service.
Created symlink from /etc/systemd/system/multi-user.target.wants/firewalld.service to /usr/lib/systemd/system/firewalld.service.
這樣設(shè)置之后,開機(jī)就會(huì)自動(dòng)開啟防火墻。
顯示防火墻應(yīng)用列表
[root@localhost ~]# firewall-cmd --list-all
public (active)
target: default
icmp-block-inversion: no
interfaces: ens33
sources:
services: ssh dhcpv6-client
ports:
protocols:
masquerade: no
forward-ports:
source-ports:
icmp-blocks:
rich rules:
[root@localhost ~]# firewall-cmd --add-service=ftp
success
[root@localhost ~]# firewall-cmd --list-all
public (active)
target: default
icmp-block-inversion: no
interfaces: ens33
sources:
services: ssh dhcpv6-client ftp
ports:
protocols:
masquerade: no
forward-ports:
source-ports:
icmp-blocks:
rich rules:
[root@localhost ~]#
使用firewall-cmd --add-service=ftp之后,列表顯示出多了一個(gè)ftp服務(wù)。
他強(qiáng)由他強(qiáng),清風(fēng)拂山岡。他橫任他橫,明月照大江。
總結(jié)
以上是生活随笔為你收集整理的CENTER OS7关闭防火墙的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 深度学习之卷积神经网络(6)梯度传播
- 下一篇: 保险中的几个“时间”及生日单