今天就跟大家聊聊有關(guān)如何進(jìn)行centOS 7.x防火墻的關(guān)閉,可能很多人都不太了解,為了讓大家更加了解,小編給大家總結(jié)了以下內(nèi)容,希望大家根據(jù)這篇文章可以有所收獲。
創(chuàng)新互聯(lián)建站是一家專(zhuān)業(yè)提供渭源企業(yè)網(wǎng)站建設(shè),專(zhuān)注與成都網(wǎng)站建設(shè)、網(wǎng)站設(shè)計(jì)、H5技術(shù)、小程序制作等業(yè)務(wù)。10年已為渭源眾多企業(yè)、政府機(jī)構(gòu)等服務(wù)。創(chuàng)新互聯(lián)專(zhuān)業(yè)網(wǎng)站建設(shè)公司優(yōu)惠進(jìn)行中。
在生產(chǎn)庫(kù)中一般不用Linux自帶的防火墻,因此最好將防火墻關(guān)閉,具體如下:
[root@localhost ~]# systemctl stop firewalld.service #關(guān)閉防火墻 [root@localhost ~]# systemctl disable firewalld.service #禁止防火墻開(kāi)機(jī)啟動(dòng) Removed symlink /etc/systemd/system/multi-user.target.wants/firewalld.service. Removed symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service. [root@localhost ~]# getenforce #查看selinux狀態(tài) Enforcing [root@localhost ~]# setenforce 0 #關(guān)閉selinux [root@localhost ~]# getenforce Permissive [root@localhost ~]# vim /etc/selinux/config #關(guān)閉selinux開(kāi)機(jī)啟動(dòng) SELINUX=disabled
保存退出后即可
注意:若有安裝iptables或者ip6tables也需要關(guān)閉或者設(shè)置通過(guò)端口。
此時(shí)讓網(wǎng)絡(luò)那邊開(kāi)通權(quán)限即可遠(yuǎn)端登錄。
看完上述內(nèi)容,你們對(duì)如何進(jìn)行centOS 7.x防火墻的關(guān)閉有進(jìn)一步的了解嗎?如果還想了解更多知識(shí)或者相關(guān)內(nèi)容,請(qǐng)關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道,感謝大家的支持。