开发者社区 问答 正文

CentOS 6.5 64位 25端口如何开启

CentOS 6.5 64位 25端口如何开启,百度教程都用了,还是没有解决。希望谁帮帮我

展开
收起
不2 2015-12-13 21:45:36 5241 分享 版权
1 条回答
写回答
取消 提交回答
  • /sbin/iptables -I INPUT -p tcp --dport 25 -j ACCEPT
    /etc/rc.d/init.d/iptables save
    /etc/init.d/iptables restart
    2015-12-13 23:18:58
    赞同 展开评论