CentOS7卸载firewalld开启iptables

service firewalld stop
chkconfig firewalld off
yum remove firewalld -y
yum install iptables-services -y
service iptables start
iptables -F
service iptables save






原文链接:https://wiki.olvps.com/?p=445
  • 238 Users Found This Useful
這篇文章有幫助嗎?

相關文章

CentOS6/CentOS7安装Python3.6.4

转自:https://wiki.olvps.com/?p=421   1.获取编译包:注意请先安装依赖 yum -y install zlib-devel bzip2-devel...

无法wget或者下载github的文件

引起这个的原因一般为DNS污染,例如下图所示: 临时解决办法为设置hosts,让他解析为正确的IP。 可以使用以下设置: echo "151.101.228.133...