From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-user+bounces-54523-garchives=archives.gentoo.org@gentoo.org>) id 1GiD1U-0004Ct-Gy for garchives@archives.gentoo.org; Thu, 09 Nov 2006 16:45:05 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kA9GgfIp027700; Thu, 9 Nov 2006 16:42:41 GMT Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.196]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kA9GeEeJ018637 for <gentoo-user@lists.gentoo.org>; Thu, 9 Nov 2006 16:40:15 GMT Received: by nz-out-0102.google.com with SMTP id r28so165122nza for <gentoo-user@lists.gentoo.org>; Thu, 09 Nov 2006 08:40:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=m2ZM6KwVLBX4w7utqmfyZYq+HoL9I9MeajCx6N+XAE7wCqVF9XsQp7wxG09Y+iWwjaXa/pgwL56r7MDf1JQdYBUnu88zBVyNq+aE1bCtGF9f0Zw7rKslTh5vAF4Am1Sh6cToHVh48Av9vb/PgtxbWtCbVnVAUXre5Rbvqj/3xsA= Received: by 10.64.27.7 with SMTP id a7mr1502401qba.1163090412991; Thu, 09 Nov 2006 08:40:12 -0800 (PST) Received: by 10.65.203.18 with HTTP; Thu, 9 Nov 2006 08:40:12 -0800 (PST) Message-ID: <8fcf3b560611090840t3e765ce0w8df5082a3700599c@mail.gmail.com> Date: Thu, 9 Nov 2006 08:40:12 -0800 From: "Tim Garton" <garton.tim@gmail.com> To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] iptables error In-Reply-To: <20061109104658.3dc8b737@lx-arnau.pic.es> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_34791_25013211.1163090412878" References: <20061108162945.78f83a9e@lx-arnau.pic.es> <7573e9640611080919t7dd68ddemd48d96031463cfd4@mail.gmail.com> <20061109104658.3dc8b737@lx-arnau.pic.es> X-Archives-Salt: b2a478ba-b6b0-43b7-abc7-82d84a423e49 X-Archives-Hash: c08c7135664763d4bab0ccb474bb00e5 ------=_Part_34791_25013211.1163090412878 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline perhaps the multiport module? (xt_multiport) On 11/9/06, Arnau Bria <arnau@emergetux.net> wrote: > > On Wed, 8 Nov 2006 10:19:10 -0700 > Richard Fish wrote: > > > On 11/8/06, Arnau Bria <arnau@emergetux.net> wrote: > > > I'd suggest you make a copy of this file and try to identify which > > rule from this file is causing the error. It is a plain text file, so > > you can comment out (with '#' characters) various rules (lines that > > start with '[') to figure out which rule is causing the error. > Well, I found them: > #-A INPUT -i eth0 -p tcp -m multiport --dports 4662,18491 -m tcp > --tcp-flags FIN,SYN,RST,ACK SYN -j ACCEPT > > #-A INPUT -i eth0 -p udp -m multiport --dports 4666,18491 -j ACCEPT > > anyone knows what happens with both rules? > > > > -Richard > Thanks! > > -- > Arnau Bria > http://blog.emergetux.net > Wiggum: Dispara a las ruedas Lou. > Lou: eee, es un tanque jefe. > Wiggum: Me tienes hartito con todas tus excusas. > -- > gentoo-user@gentoo.org mailing list > > ------=_Part_34791_25013211.1163090412878 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline perhaps the multiport module? (xt_multiport)<br><br><div><span class="gmail_quote">On 11/9/06, <b class="gmail_sendername">Arnau Bria</b> <<a href="mailto:arnau@emergetux.net">arnau@emergetux.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> On Wed, 8 Nov 2006 10:19:10 -0700<br>Richard Fish wrote:<br><br>> On 11/8/06, Arnau Bria <<a href="mailto:arnau@emergetux.net">arnau@emergetux.net</a>> wrote:<br><br>> I'd suggest you make a copy of this file and try to identify which <br>> rule from this file is causing the error. It is a plain text file, so<br>> you can comment out (with '#' characters) various rules (lines that<br>> start with '[') to figure out which rule is causing the error. <br>Well, I found them:<br> #-A INPUT -i eth0 -p tcp -m multiport --dports 4662,18491 -m tcp<br>--tcp-flags FIN,SYN,RST,ACK SYN -j ACCEPT<br><br>#-A INPUT -i eth0 -p udp -m multiport --dports 4666,18491 -j ACCEPT<br><br>anyone knows what happens with both rules? <br><br><br>> -Richard<br>Thanks!<br><br>--<br>Arnau Bria<br><a href="http://blog.emergetux.net">http://blog.emergetux.net</a><br>Wiggum: Dispara a las ruedas Lou.<br>Lou: eee, es un tanque jefe.<br>Wiggum: Me tienes hartito con todas tus excusas. <br>--<br><a href="mailto:gentoo-user@gentoo.org">gentoo-user@gentoo.org</a> mailing list<br><br></blockquote></div><br> ------=_Part_34791_25013211.1163090412878-- -- gentoo-user@gentoo.org mailing list