码迷,mamicode.com
首页 > 系统相关 > 详细

Linux打开和关闭端口

时间:2019-01-23 20:30:04      阅读:208      评论:0      收藏:0      [点我收藏+]

标签:inpu   linux   service   output   accept   关闭   NPU   tables   inux   

打开:

# iptables -I INPUT -p tcp --dport 9000 -j ACCEPT 

# iptables -I OUTPUT -p tcp --dport 9000 -j ACCEPT 

关闭:

# iptables -I INPUT -p tcp --dport 9000 -j DROP

# iptables -I OUTPUT -p tcp --dport 9000 -j DROP

 

保存:

service iptables save

Linux打开和关闭端口

标签:inpu   linux   service   output   accept   关闭   NPU   tables   inux   

原文地址:https://www.cnblogs.com/cay914/p/10311116.html

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