`
rieei
  • 浏览: 70208 次
  • 性别: Icon_minigender_2
  • 来自: 大连
社区版块
存档分类
最新评论

linux iptables

 
阅读更多
vi /etc/sysconfig/iptables

-A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 5432 -j ACCEPT


在上面增加这俩行~就相当于开了22 跟5432端口

service iptables restart
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics