X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from smtp.freemail.gr (smtp.freemail.gr [81.171.104.132]) by lists.alpinelinux.org (Postfix) with ESMTP id E98EA17003B8C for ; Sun, 11 Jan 2009 11:56:41 +0000 (UTC) Received: from [10.10.10.2] (ppp-94-65-174-6.home.otenet.gr [94.65.174.6]) by smtp.freemail.gr (Postfix) with ESMTP id 4678233819D for ; Sun, 11 Jan 2009 13:56:33 +0200 (EET) Message-ID: <4969DE70.7050102@freemail.gr> Date: Sun, 11 Jan 2009 13:56:32 +0200 From: Harry Lachanas User-Agent: Icedove 1.5.0.14eol (X11/20090105) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 To: Alpine Developers Subject: [alpine-devel] Re: [Shorewall-users] Questions about ipp2p and shorewall References: <1231587575.3476.6.camel@hugo.iguanait.com> <4968CFF4.6000303@comcast.net> In-Reply-To: <4968CFF4.6000303@comcast.net> Content-Type: multipart/mixed; boundary="------------080407010609020007010009" This is a multi-part message in MIME format. --------------080407010609020007010009 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit This was published in the shorewall-users list ( by Tom ??? ) I think it might be interesting to some of us. Cheers, Harry. ---------------------------------------------------------------------------- Shorewall Guy wrote: > anebi@iguanait.com wrote: > > c) I have been experimenting with the ipp2p module in xtables-addons 1.6 > and 1.7; my firewall won't run 5 minutes before crashing if I insert > just a single ipp2p match rule. YMMV. Update: xtables-addons 1.8 was released this morning and includes a buffer underrun fix in xt_ipp2p.c. That, together with the attached patch, are proving to be more stable on my firewall. ----------------------------------------------------------------------------- --------------080407010609020007010009 Content-Type: text/x-patch; name="ipp2p-gnu.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="ipp2p-gnu.patch" --- xt_ipp2p.c~ 2009-01-10 05:05:46.000000000 -0800 +++ xt_ipp2p.c 2009-01-10 08:44:52.000000000 -0800 @@ -782,7 +782,7 @@ {IPP2P_DATA_DC, 26, search_dc}, /* exp */ {IPP2P_DC, 5, search_all_dc}, {IPP2P_DATA_GNU, 40, search_gnu}, /* exp */ - {IPP2P_GNU, 5, search_all_gnu}, + {IPP2P_GNU, 22, search_all_gnu}, {IPP2P_KAZAA, 5, search_all_kazaa}, {IPP2P_BIT, 20, search_bittorrent}, {IPP2P_APPLE, 5, search_apple}, --------------080407010609020007010009-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---