From owner-freebsd-current@FreeBSD.ORG Thu Nov 10 03:13:05 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFC5716A41F; Thu, 10 Nov 2005 03:13:04 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ADA543D45; Thu, 10 Nov 2005 03:13:04 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 506E2F24F3; Wed, 9 Nov 2005 19:13:04 -0800 (PST) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (triton.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 24115-03; Wed, 9 Nov 2005 19:13:04 -0800 (PST) Received: from mcneil.com (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id DFB37F1A30; Wed, 9 Nov 2005 19:13:03 -0800 (PST) From: Sean McNeil To: SUZUKI Shinsuke In-Reply-To: References: <1131161768.8571.9.camel@server.mcneil.com> <8427EC93-6788-4659-B769-3703FF2AAA9A@mcneil.com> <1131359967.1874.6.camel@server.mcneil.com> <1131424479.1341.3.camel@server.mcneil.com> <20051110024941.GA987@linwhf.opal.com> Content-Type: text/plain Organization: Sean McNeil Consulting, Inc Date: Wed, 09 Nov 2005 19:13:03 -0800 Message-Id: <1131592383.24386.2.camel@triton.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com X-Mailman-Approved-At: Thu, 10 Nov 2005 04:35:19 +0000 Cc: jr@opal.com, ume@freebsd.org, current@freebsd.org Subject: Re: TCPv6 unexpectedly dropped by PF / Re: recent MFC code to 6-STABLE kills ipv6 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sean@mcneil.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2005 03:13:05 -0000 On Wed, 2005-11-09 at 18:59 -0800, SUZUKI Shinsuke wrote: > #I changed the ML title, since it's a different problem from Sean's > #one. > > >>>>> On Wed, 9 Nov 2005 21:49:41 -0500 > >>>>> jr@opal.com("J.R. Oldroyd") said: > > > However TCP traffic is broke, for example, when I try to telnet to the POP3 > > server here, I observe that pf is blocking the server's response packets with > > this error: > > > > # telnet 2001:5c0:8fff:fffe::553 110 > > Trying 2001:5c0:8fff:fffe::553... > > ^C > > > > from pflog: > > 21:45:03.080452 rule 0/0(match): block in on gif0: 2001:5c0:8fff:fffe::553.110 > 2001:5c0:8fff:fffe::553.56716: tcp 36 [bad hdr length 8 - too short, < 20] > > > > This did not happen on earlier 6.0-current. > > Could you please tell me the specific PF rule which caused the above match? My bet is on norevpath :)