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

开启端口命令

时间:2016-11-26 20:15:41      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:服务   stat   ble   input   tables   save   tar   put   status   

1、开启80端口命令:/sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT
2、保存配置 命令:/etc/rc.d/init.d/iptables save

3、重启服务命令 :/etc/rc.d/init.d/iptables restart
4、查看已经开放的端口: /etc/init.d/iptables status

开启端口命令

标签:服务   stat   ble   input   tables   save   tar   put   status   

原文地址:http://www.cnblogs.com/carlo-jie/p/6104914.html

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