|
|
我下载了l7-protocols-2006-05-21 和netfilter-layer7-v2.2
添加进了内核模块
<M> Layer 7 match support (EXPERIMENTAL) Layer 7 debugging output
然后是按照编译模块的步骤make make modoules make modules-install
[root@localhost ~]# lsmod
Module Size Used by
iptable_filter 3200 0
iptable_mangle 3200 0
ipt_MASQUERADE 4096 1
iptable_nat 8580 1
ip_nat 15916 2 ipt_MASQUERADE,iptable_nat
ip_conntrack 48728 3 ipt_MASQUERADE,iptable_nat,ip_nat
ip_tables 13556 3 iptable_filter,iptable_mangle,iptable_nat
ipv6 243520 24
为什么没有layer7呢? |
|