From 82689f4254383d4d87664e3f2557bb4337911372 Mon Sep 17 00:00:00 2001 From: teastep Date: Thu, 25 Dec 2003 16:53:51 +0000 Subject: [PATCH] Update Kazza doc git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@955 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-docs/Shorewall_and_Kazaa.xml | 33 ++++++++++++-------------- 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/Shorewall-docs/Shorewall_and_Kazaa.xml b/Shorewall-docs/Shorewall_and_Kazaa.xml index d0e058918..98aaeda13 100644 --- a/Shorewall-docs/Shorewall_and_Kazaa.xml +++ b/Shorewall-docs/Shorewall_and_Kazaa.xml @@ -31,25 +31,22 @@ -
- ftwall + Beginning with Shorewall version 1.4.8, Shorewall can interface to + ftwall. ftwall is part of the p2pwall project and is a + user-space filter for applications based on the "Fast Track" peer to + peer protocol. Applications using this protocol include Kazaa, KazaaLite, + iMash and Grokster. - Beginning with Shorewall version 1.4.8, Shorewall can interface to - ftwall. ftwall is part of the p2pwall - project and is a user-space filter for applications based on the "Fast - Track" peer to peer protocol. Applications using this protocol include - Kazaa, KazaaLite, iMash and Grokster. + To filter traffic from your 'loc' zone with ftwall, you insert + the following rules near the top of your + /etc/shorewall/rules file (before and ACCEPT rules whose source is the + 'loc' zone). - To filter traffic from your 'loc' zone with ftwall, you - insert the following rules near the top - of your /etc/shorewall/rules file (before and ACCEPT rules whose source is - the 'loc' zone). + QUEUE loc net tcp + QUEUE loc net udp + QUEUE loc fw udp - QUEUE loc net tcp -QUEUE loc net udp -QUEUE loc fw udp - - Now simply configure ftwall as described in the ftwall documentation - and restart Shorewall. -
+ Now simply configure ftwall as described in the ftwall documentation + and restart Shorewall. \ No newline at end of file