From owner-freebsd-questions@FreeBSD.ORG Sat Jul 21 14:10:58 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 8C5DB1065677 for ; Sat, 21 Jul 2012 14:10:58 +0000 (UTC) (envelope-from h.skuhra@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5B8FA8FC1A for ; Sat, 21 Jul 2012 14:10:58 +0000 (UTC) Received: by pbbro2 with SMTP id ro2so8565818pbb.13 for ; Sat, 21 Jul 2012 07:10:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=9NceKjC0Wi7q3Pe+KuFUoMj8Xoe62z0rYR3A6CPtwGA=; b=NOCpNEKLII7sCoUTph1n2smbcjhldqYc8+f0GY7f7DSduISasE/D2Mesp0AL111WOE G3rj5PF7izMpDLut6B9baRxslcr9rqcr2dvYzj/vGBJ+PzlTdDW66L3XxxPdbLa2sNMW T83zw8XDgJpLa0OlYT2uxeBuOPCwHcTyPcGvURhTxjtYZe/r/nq4SZWHb1Eqj7205CnG p+GbrsV7DJ9hWtyQGyKsMLsbKcfWsXhnme7Nj78eq0g9Epzh444uZG1NnbhMcrzJUE6H ALxMNbj2KPt8HrqAO06il1XkpsNJm+cIBhqE+NjH3Gmyl9Ef35GSBnOgx5X8AFQL1VDW dApw== MIME-Version: 1.0 Received: by 10.68.241.232 with SMTP id wl8mr21741939pbc.106.1342879857201; Sat, 21 Jul 2012 07:10:57 -0700 (PDT) Received: by 10.68.239.67 with HTTP; Sat, 21 Jul 2012 07:10:56 -0700 (PDT) In-Reply-To: References: <87fw8yariq.wl%h.skuhra@gmail.com> Date: Sat, 21 Jul 2012 16:10:56 +0200 Message-ID: From: "Herbert J. Skuhra" To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 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: Sat, 21 Jul 2012 14:10:58 -0000 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. -- Herbert