linux-2.6.17.7 src
iptables:
ipp2p :
1. 解压以上3文件
2. 进入 linux-2.6.17.7 , make menuconfig 保存 make modules 编译模块
3. 进入 ipp2p 目录, 编辑 Makefile 指定 KERNEL_SRC 和 IPTABLES_SRC
4. make
5. 将生成的 libipt_ipp2p.so 拷贝至 /lib/iptables , 将ipt_ipp2p.ko 拷贝至 /lib/modules/2.6.17.7/kernel/net/netfilter
6. depmod -a 更新模块索引数据库
7. modprobe ipt_ipp2p 加载模块
8.iptables -m ipp2p --help 获取帮助信息
阅读(483) | 评论(0) | 转发(0) |