ChinaUnix.net
相关文章推荐:

nfqueue

在iptables中做了nfqueue后就不能再返回到iptables链表处理了。 请问如何设置可以让数据包经过nfqueue之后继续遍历iptables链表。

by 瀚海书香 - 内核源码 - 2013-11-29 14:38:22 阅读(10450) 回复(14)

相关讨论

配置 iptables -A FORWARD -p icmp -j nfqueue --queue-num 2 后,如何在应用层获取数据包并返回?

by 瀚海书香 - 内核源码 - 2013-05-11 11:59:37 阅读(4292) 回复(9)
by 7717060 - Linux系统管理 - 2008-05-07 08:04:27 阅读(4486) 回复(17)

本帖最后由 瀚海书香 于 2012-03-02 13:15 编辑 最近在做一个项目,遇到一个奇怪问题。 在router模式下,3.0.8的nfqueue效率还是可以的,但是在bridge模式下,3.0.8的nfqueue效率非常的低。 实测环境: router模式下,nfqueue的转发速率达到900Mbps bridge模式下,nfqueue的转发速率只有10Mbps 难道在最新的内核对这块还有改动???

linuxbridge

by 瀚海书香 - 内核源码 - 2012-03-05 15:33:08 阅读(3972) 回复(21)

它支持snort_inline吗? [ 本帖最后由 songpure520 于 2008-1-22 15:49 编辑 ]

by songpure520 - Linux系统管理 - 2008-01-28 13:08:06 阅读(2370) 回复(7)