返回介绍

OUTPUT

发布于 2019-11-11 05:18:49 字数 1882 浏览 919 评论 0 收藏 0

OUTPUT

#iptables --line-numbers -vnL OUTPUTChain OUTPUT (policy ACCEPT 965K packets, 149M bytes)num   pkts bytes target     prot opt in     out     source               destination1     481K  107M neutron-filter-top  all  --  *      *       0.0.0.0/0            0.0.0.0/02     481K  107M neutron-openvswi-OUTPUT  all  --  *      *       0.0.0.0/0            0.0.0.0/0

分别跳转到neutron-filter-top和neutron-openvswi-OUTPUT。

#iptables --line-numbers -vnL neutron-filter-topChain neutron-filter-top (2 references)num   pkts bytes target     prot opt in     out     source               destination1     497K  112M neutron-openvswi-local  all  --  *      *       0.0.0.0/0            0.0.0.0/0

跳转到neutron-openvswi-local。

#iptables --line-numbers -vnL neutron-openvswi-OUTPUTChain neutron-openvswi-OUTPUT (1 references)num   pkts bytes target     prot opt in     out     source               destination

该chain目前无规则。

#iptables --line-numbers -vnL neutron-openvswi-localChain neutron-openvswi-local (1 references)num   pkts bytes target     prot opt in     out     source               destination

该chain目前也无规则。

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文