From owner-freebsd-current@FreeBSD.ORG Wed Nov 15 00:36:30 2006 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 771EB16A407 for ; Wed, 15 Nov 2006 00:36:30 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24AD643D78 for ; Wed, 15 Nov 2006 00:36:26 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin05-en2 [10.13.10.150]) by smtpout.mac.com (Xserve/8.12.11/smtpout12/MantshX 4.0) with ESMTP id kAF0aPaQ015972; Tue, 14 Nov 2006 16:36:25 -0800 (PST) Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96]) (authenticated bits=0) by mac.com (Xserve/smtpin05/MantshX 4.0) with ESMTP id kAF0aMh1008033; Tue, 14 Nov 2006 16:36:24 -0800 (PST) In-Reply-To: <20061115000551.GA93547@xor.obsecurity.org> References: <20061115000551.GA93547@xor.obsecurity.org> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <393E4E9D-3E77-4302-A6EE-FEE8212093A3@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Tue, 14 Nov 2006 16:36:21 -0800 To: Kris Kennaway X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: current@FreeBSD.org Subject: Re: ipfw breaks nfs over udp6 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2006 00:36:30 -0000 On Nov 14, 2006, at 4:05 PM, Kris Kennaway wrote: > haessal# ipfw show > 65535 4146880 1816192333 allow ip from any to any > > I tried to mount nfs over udp6 from a local host, but nfs traffic > makes ipfw cry: > > ipfw: pullup failed > ipfw: pullup failed > ipfw: pullup failed > ... > > and nfs traffic is wedged. Interesting. The "pullup failed" message means that IPFW didn't think it got enough data in the packet to produce a valid log message; perhaps something isn't determining the size of IPv6 packet headers properly...? -- -Chuck