码迷,mamicode.com
首页 > 其他好文 > 详细

CentOS 7 iptables使用简介

时间:2017-03-30 10:34:10      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:cep   iptables   input   查看   开放   put   inpu   端口   tab   

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使用简介

标签:cep   iptables   input   查看   开放   put   inpu   端口   tab   

原文地址:http://www.cnblogs.com/ihibin/p/6644439.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!