From mboxrd@z Thu Jan 1 00:00:00 1970 From: "=?iso-8859-1?B?Sm/jbw==?=" Subject: Kazza Date: Sun, 16 Mar 2003 20:40:01 -0000 Sender: netfilter-admin@lists.netfilter.org Message-ID: <000001c2ebfc$38afb380$2f6a81d9@pccarol> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0001_01C2EBFC.38AFB380" Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: To: netfilter@lists.netfilter.org This is a multi-part message in MIME format. ------=_NextPart_000_0001_01C2EBFC.38AFB380 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Can you give me ana example how to block kazaa ------=_NextPart_000_0001_01C2EBFC.38AFB380 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Can you give me ana example how to block = kazaa

------=_NextPart_000_0001_01C2EBFC.38AFB380-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: "hare ram" Subject: Re: Kazza Date: Mon, 17 Mar 2003 19:15:08 +0530 Sender: netfilter-admin@lists.netfilter.org Message-ID: <003401c2ec8b$6f976fc0$13fcc5cb@Housecall> References: <000001c2ebfc$38afb380$2f6a81d9@pccarol> Reply-To: "hare ram" Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_002F_01C2ECB9.86658420" Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: To: =?iso-8859-1?B?Sm/jbw==?= , netfilter@lists.netfilter.org This is a multi-part message in MIME format. ------=_NextPart_000_002F_01C2ECB9.86658420 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable This should work for you iptables -I FORWARD -i eth1 -p tcp -m string --string "KazaaClient" -j = REJECT --reject-with tcp-reset hare ----- Original Message -----=20 From: Jo=E3o=20 To: netfilter@lists.netfilter.org=20 Sent: Monday, March 17, 2003 2:10 AM Subject: Kazza Can you give me ana example how to block kazaa ------=_NextPart_000_002F_01C2ECB9.86658420 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
This should work for you
 
iptables -I FORWARD -i eth1 -p tcp -m = string=20 --string "KazaaClient" -j REJECT --reject-with tcp-reset
 
hare
----- Original Message -----
From:=20 Jo=E3o
To: netfilter@lists.netfilter.o= rg=20
Sent: Monday, March 17, 2003 = 2:10=20 AM
Subject: Kazza

Can you give me ana = example how to=20 block kazaa

------=_NextPart_000_002F_01C2ECB9.86658420-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wratmoko hadi Handoko SW Subject: Kazza Date: 10 Jun 2003 11:51:31 +0700 Sender: netfilter-admin@lists.netfilter.org Message-ID: <1055220690.23193.63.camel@atelier.2.pacific.net.id> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: "netfilter@lists.netfilter.org" I like block kazza in my network with iptables what should i do ? thanks for advanced From mboxrd@z Thu Jan 1 00:00:00 1970 From: "George Vieira" Subject: RE: Kazza Date: Tue, 10 Jun 2003 15:59:50 +1000 Sender: netfilter-admin@lists.netfilter.org Message-ID: <09B04A55822EFF4DA48D2E0BB2941D4A0D6E12@wardrive.citadelcomputer.com.au> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: content-class: urn:content-classes:message Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: Wratmoko hadi Handoko SW , netfilter@lists.netfilter.org This is something that's being repeated asked. Use the patch-o-matic "-m = string --string" function to block Kazaas protocol. Check the archives... Thanks, ____________________________________________ George Vieira Systems Manager georgev@citadelcomputer.com.au Citadel Computer Systems Pty Ltd http://www.citadelcomputer.com.au Phone : +61 2 9955 2644 HelpDesk: +61 2 9955 2698 =20 -----Original Message----- From: Wratmoko hadi Handoko SW [mailto:wra_eng@2.pacific.net.id] Sent: Tuesday, June 10, 2003 2:52 PM To: netfilter@lists.netfilter.org Subject: Kazza I like block kazza in my network with iptables what should i do ? thanks for advanced