mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 12:14:32 +01:00
33 lines
1.4 KiB
HTML
33 lines
1.4 KiB
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="content-type"
|
||
|
content="text/html; charset=ISO-8859-1">
|
||
|
<title>Shorewall and Kazaa</title>
|
||
|
<meta name="author" content="Tom Eastep">
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1 style="text-align: center;">Kazaa Filtering</h1>
|
||
|
<br>
|
||
|
Beginning with Shorewall version 1.4.8, Shorewall can interface to <span
|
||
|
style="font-weight: bold;">ftwall</span>. 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.<br>
|
||
|
<br>
|
||
|
To filter traffic from your 'loc' zone with ftwall, you insert the
|
||
|
following rules <span style="text-decoration: underline;"><span
|
||
|
style="font-weight: bold;">near the top</span></span> of your
|
||
|
/etc/shorewall/rules file (before and ACCEPT rules whose source is the
|
||
|
'loc' zone).<br>
|
||
|
<pre style="margin-left: 40px;">QUEUE loc net tcp<br>QUEUE loc net udp<br>QUEUE loc fw udp<br></pre>
|
||
|
Now simply configure ftwall as described in the ftwall documentation
|
||
|
and restart Shorewall.<br>
|
||
|
<p align="left"><font size="2">Last updated 10/22/2003 - <a
|
||
|
href="support.htm">Tom Eastep</a></font></p>
|
||
|
<p><font face="Trebuchet MS"><a href="copyright.htm"><font size="2">Copyright</font>
|
||
|
© <font size="2">2003 Thomas M. Eastep.</font></a></font></p>
|
||
|
<br>
|
||
|
</body>
|
||
|
</html>
|