博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
CentOS 7 巨大变动之 firewalld 取代 iptables
阅读量:6911 次
发布时间:2019-06-27

本文共 461 字,大约阅读时间需要 1 分钟。

hot3.png

Reverting to the iptables Service

If you are not ready to make the break to firewalld, you can still use the iptables service by issuing the following commands.

# systemctl stop firewalld

# systemctl disable firewalld

# iptables-service

# touch /etc/sysconfig/iptables

# systemctl start iptables
# systemctl enable iptables

# touch /etc/sysconfig/ip6tables

# systemctl start ip6tables
# systemctl enable ip6table

转载于:https://my.oschina.net/oliverlin/blog/712460

你可能感兴趣的文章
删除win7多余引导项
查看>>
[李景山php]每天TP5-20170104|thinkphp5-File.php-1
查看>>
ehcache作为分布式缓存的研究
查看>>
Mysql for windows (MySQL开发)
查看>>
php测试kafka
查看>>
js获取两个日期之间时间差(天数)
查看>>
Memcached 简介
查看>>
开始考虑程序兼容ESP8266和PYBOARD的问题
查看>>
自定义Windows 7右键发送到选项
查看>>
我的友情链接
查看>>
虚拟化二、Xen虚拟化技术
查看>>
Spring Boot学习--属性配置和使用
查看>>
CentOS 安装 apache
查看>>
Oracle 11g数据库随系统自动启动与关闭的设置方法
查看>>
redhat 桥接配置
查看>>
比肩微信小程序的快应用联盟
查看>>
天猫与九大快递合作 价格热战之后的冷静竞争
查看>>
git pull force
查看>>
scons用户手册
查看>>
使用new操作符来调用一个构造函数的时候发生了什么
查看>>