美文网首页
centos7在iptables中增加通行端口

centos7在iptables中增加通行端口

作者: 依然饭太稀 | 来源:发表于2017-03-29 13:39 被阅读424次

    查看:iptables -L -n

    修改 : iptables -I IN_public_allow -p tcp --dport 8080 -j ACCEPT

    相关文章

      网友评论

          本文标题:centos7在iptables中增加通行端口

          本文链接:https://www.haomeiwen.com/subject/fybeottx.html