From owner-freebsd-sparc64@FreeBSD.ORG Thu Dec 6 11:45:14 2007 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABD5916A41A for ; Thu, 6 Dec 2007 11:45:14 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id 74E2113C44B for ; Thu, 6 Dec 2007 11:45:14 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so491486waf for ; Thu, 06 Dec 2007 03:45:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=WxPa5+dMWqwJ9YhCFea7NCpQX3P2zDz+xVr5WZPvT+g=; b=NFIH8iBLmv0OJC1LjN3LFUa/Mz6F0M+K7bsWcWLYI0VozqPsptSylJhfNQdYXNkbxbLF3YoN+aJEc1zyfswV1/u3CXTvVvQrmsxRhMq4D/61+Q2EqbHxOtilOClhpM28LRoj9rlQfsyJv8mjXOALmkBGUPRBUpWCalPGiDpRcwI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=TlCkxvukhIZUC/3VRPWzUDGh/j89nY9nFCHpQ91lgd6qeZXYu1Ib1tCtuJkTz2x+7XnKZPSuPgJD1vg35JzgQ1eBFaEkqWXGaLcijm+wBZDYc+m+BKlhHcJmBA5EQaQlVrWnkLUEzfFuqe6LJ8gMBfCtvriKsd3NDzCi+2gY+3M= Received: by 10.115.23.12 with SMTP id a12mr1631059waj.1196939785775; Thu, 06 Dec 2007 03:16:25 -0800 (PST) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id k23sm398046waf.2007.12.06.03.16.22 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 06 Dec 2007 03:16:24 -0800 (PST) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id lB6BE0MH046204 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 6 Dec 2007 20:14:00 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id lB6BDus3046203; Thu, 6 Dec 2007 20:13:56 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Thu, 6 Dec 2007 20:13:56 +0900 From: Pyun YongHyeon To: Lasse Holmberg Message-ID: <20071206111356.GC43643@cdnetworks.co.kr> References: <20071206103920.GA35717@flipper.lnet.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071206103920.GA35717@flipper.lnet.fi> User-Agent: Mutt/1.4.2.1i Cc: freebsd-sparc64@freebsd.org Subject: Re: 6.3-RC1: IPFILTER (ipf) firewall not working? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2007 11:45:14 -0000 On Thu, Dec 06, 2007 at 12:39:20PM +0200, Lasse Holmberg wrote: > Hej, > > I can't get ipf working with 6.3-RC1, ipmon just keeps logging: > > Dec 6 11:50:19 riks ipmon[506]: 11:50:18.378898 hme0 @0:3 b 172.16.0.2,1475 -> 172.16.0.3,22 PR tcp len 20 60 -S IN bad > Dec 6 11:50:25 riks ipmon[506]: 11:50:24.378765 hme0 @0:3 b 172.16.0.2,1475 -> 172.16.0.3,22 PR tcp len 20 60 -S IN bad > Dec 6 11:50:37 riks ipmon[506]: 11:50:36.378748 hme0 @0:3 b 172.16.0.2,1475 -> 172.16.0.3,22 PR tcp len 20 60 -S IN bad > Dec 6 11:51:01 riks ipmon[506]: 11:51:00.378835 hme0 @0:3 b 172.16.0.2,1475 -> 172.16.0.3,22 PR tcp len 20 60 -S IN bad > Try disabling checksum offload capability of hme(4). #ifconfig hme0 -txcsum -rxcsum I vaguely guess there is a bug in ipf as pf(4) works without problems. -- Regards, Pyun YongHyeon