From owner-freebsd-questions@FreeBSD.ORG Mon Jul 23 04:55:25 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D26C106564A for ; Mon, 23 Jul 2012 04:55:25 +0000 (UTC) (envelope-from h.skuhra@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0B11D8FC12 for ; Mon, 23 Jul 2012 04:55:24 +0000 (UTC) Received: by yhfs35 with SMTP id s35so5937441yhf.13 for ; Sun, 22 Jul 2012 21:55:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:from:to:subject:in-reply-to:references:user-agent :mime-version:content-type; bh=V8ZuxB/IHgpIWm8TRwiNt3/Z1d4xK0oCMADlZir2OTM=; b=G6XyzINJtG8QREH7qdQrc1WI826ez0vmozrT7fJdOGRvCwruTqi3CQ2MEBbdVUiwKK xbeWmdXt3JTasdui4HDgzo6Zy3HxTMmjpRLGnecC7FOzu28kFSZqCJfpiKNykOn+j5Jr BjzDqKMoTfhVN3amBvwZ4wxPi8jQh+BGLm9XvnYSIHmPWPE16UsioQMTHDmwQiKWShn6 sa4X0+BwVbYI8ZSAOiigj43jblIZnQgUFIixzE6vlx0rGm1o8D5gIopQFMoXUQ8PKxJk 0bWPKwn0ht6IjEAdTDuZX8G6CYflHZegXegJqhdg7HltvpEOMmLLzS9//LATtxnsWjlu ZQpw== Received: by 10.236.108.202 with SMTP id q50mr13546141yhg.6.1343019324629; Sun, 22 Jul 2012 21:55:24 -0700 (PDT) Received: from oslo.ath.cx ([2001:470:1f0b:b9a:213:77ff:fead:38d5]) by mx.google.com with ESMTPS id c64sm23317768yhj.17.2012.07.22.21.55.22 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 22 Jul 2012 21:55:23 -0700 (PDT) Date: Mon, 23 Jul 2012 06:55:19 +0200 Message-ID: <87y5mbdqko.wl%h.skuhra@gmail.com> From: "Herbert J. Skuhra" To: freebsd-questions@freebsd.org In-Reply-To: References: <87fw8yariq.wl%h.skuhra@gmail.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.1.50 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Subject: Re: Jails on FreeBSD 9.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jul 2012 04:55:25 -0000 On Sat, 21 Jul 2012 16:10:56 +0200 "Herbert J. Skuhra" wrote: > On Sat, Jul 21, 2012 at 11:24 AM, Herbert J. Skuhra wrote: > > Hi, > > > > ok, this is obviously a pf problem and the reason why the network in > > the jail doesn't work. > > > > ifconfig lo1 create > > ifconfig lo1 10.0.0.10 netmask 0xffffff00 > > nc -s 10.0.0.10 xx.xx.xx.xx 25 > > > > With pf: connections fails; server receives SYN-ACK, but nc continues > > sending SYNs until nc gives up > > > > With ipfw: connection OK > > > > On my Soekris box at home (9.1-PRERELEASE i386) both ipfw and pf works. > > Could this be a bug in the fxp driver? > I have a 2nd machine with a fxp nic. Same problem. Thanks to yongari@ the issue could be resolved on both machines by disabling receive checksum offloading (ifconfig fxp0 -rxsum). -- Herbert