iptables-p2p 0.3.0a review
Downloadiptables-p2p is an iptables match module capable of matching various peer-to-peer networks
|
|
iptables-p2p is an iptables match module capable of matching various peer-to-peer networks. It works by examining the application-layer protocol.
This is how you install iptables-p2p:
1. Copy the iptables headers to an appropriate place (/usr/include) or install the iptables-dev package if your distro has one. (see Installing iptables headers)
2. Run make in order to compile iptables-p2p.
3. Insert the kernel/ipt_p2p.o module directly using insmod or copy it into your modules directory. If you are using a 2.6 kernel, the module is named kernel/ipt_p2p.ko.
4. Insert the iptables library libipt_p2p.so into the iptables lib directory (usually /lib/iptables).
What's New in This Release:
0.3.0a
Fixed iptables-save/iptables-restore
Fixed module versioning support
iptables-p2p 0.3.0a search tags