You must apply the patch for "string match" to the kernel source. <http://www.iptables.org/documentation/pomlist/pom-extra.html#string>
before use this rules... # iptables -m string --string "X-Kazaa-Username:" -j DROP # iptables -m string --string "X-Kazaa-Network:" -j DROP # iptables -m string --string "X-Kazaa-IP:" -j DROP # iptables -m string --string "X-Kazaa-SupernodeIP:" -j DROP []s Genilto Dallo ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, August 08, 2003 7:05 PM Subject: blocking Kazaa on iptables? > I've searched on google for that, but all I found were unanswered questions. > > How to block kazaa with a linux-based firewall? I'm using 2.4 kernel, so I'm > open to IPTables. > > The only thing I saw that *might* be of use is this comment on a forum thread: > > ---------begin------- > pr�v at kigge i det her spm - der er et iptables script. > > Der er bla f�lgende kode > #FastTrack (KaZaA, Grokster) > /sbin/iptables -A INSPECT -p TCP -m string --string "X-Kazaa-Username:" -j > INSDROP > /sbin/iptables -A INSPECT -p TCP -m string --string "X-Kazaa-Network:" -j > INSDROP > /sbin/iptables -A INSPECT -p TCP -m string --string "X-Kazaa-SupernodeIP:" -j > INSDROP > ---------end------- > > the address is: > http://www.eksperten.dk/spm/299949 > > but I don't even know what language is that... > any ideas? > > Regards, > > > Breno Moiana > ------------------------------------------------------------- > "Science is organized knowledge. Wisdom is organized life." > > "Ci�ncia � conhecimento organizado. Sabedoria � vida organizada." > -- Immanuel Kant > > > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] >

