CentOS 7 iptables使用简介
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS 7 iptables使用简介相关的知识,希望对你有一定的参考价值。
1)# iptables -V查看系统中是否安装了iptables防火墙
2)查看打开的端口:
3)开放端口:
# /sbin/iptables -I INPUT -p tcp --dport 8000 -j ACCEPT
# /sbin/iptables -I INPUT -p tcp --dport 8080 -j ACCEPT
# /sbin/iptables -I INPUT -p tcp --dport 8443 -j ACCEPT
4)保存:
???
以上是关于CentOS 7 iptables使用简介的主要内容,如果未能解决你的问题,请参考以下文章
centos7 关闭firewall安装iptables并配置
centos 6.8 /etc/sysconfig/下没有iptables的问题
启用linux防火墙转发规则时出错 Applying iptables firewall rules: iptables-restore:led ipta