Differences between version 2 and previous revision of FirewallingPeerToPeer.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Wednesday, May 25, 2005 7:28:33 pm | by ChrisLowth | Revert |
Older page: | version 1 | Last edited on Wednesday, May 25, 2005 7:15:45 pm | by ChrisLowth | Revert |
@@ -8,12 +8,12 @@
The P2PWall project is focused on providing information and open source software to enable P2P protocols to be identified using a Linux firewall and the Netfilter/Iptables infrastructure. The project currently provides mechanisms for identifying (and blocking) the following protocols..
* Fast-track (used by Kazaa and it's clones).
-* Bittorrent
+* BitTorrent
* Gnutella.
There are three GPL software packages provided by P2PWall..
* [cutter | http://www.lowth.com/cutter] - a command-line tool for cutting TCP/IP connections running over the firewall.
* [ftwall | http://www.lowth.com/p2pwall/ftwall] - a user-space deamon that allows Iptables to identify the Fast track protocol (Kazaa et al)
* [rope | http://www.lowth.com/rope] - an Iptables match module that allows packet matching rules to be developed quickly using a simple scripting language. Supplied with this module are scripts for: [Blocking Bittorrent|http://www.lowth.com/rope/BlockingBittorrent], [Blocking Gnutella|http://www.lowth.com/rope/BlockingGnutella] and [Blocking large HTTP downloads|http://www.lowth.com/rope/HttpContentLength].