From owner-freebsd-questions@FreeBSD.ORG Sat Jul 21 09:24:35 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 59A29106566B for ; Sat, 21 Jul 2012 09:24:35 +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 2A0F18FC08 for ; Sat, 21 Jul 2012 09:24:35 +0000 (UTC) Received: by pbbro2 with SMTP id ro2so8221735pbb.13 for ; Sat, 21 Jul 2012 02:24:34 -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=qiMFUOJR7m42mrsPvBOFr1KXLzglM75gPAwMkusKck8=; b=zWGXdPjXUJx6LTe3QZNQYPrvBGR0s3KeKIVAKfGctGJT8Yue2VwDDP8rni/8FU5bYr /1P2QbApV6PX7+ApS2ukCV4A9aOwYAW6QSwjZjXRK/MDp4COJwytbbqohkq12FUQh4JG qjPiV5IJW+aysHZLaNU9tAyi8e6zVZ9sP0VRLtf+ymlYrGKfC86MQRLqlM/FOsV6rVbh D1rMCFUc4CqzrPd04Qg2ZP4DLTyr39SFzx0DU5X9egjLOGNuLZp6ewKepcqcufYr/TSR g5zbpAh27frFi3OiEwWqytx0xlhJ4621JYfVs5V78c3nNQIi3uy8ZJS9m0t4xglSAlto 8/CQ== MIME-Version: 1.0 Received: by 10.68.227.163 with SMTP id sb3mr20603305pbc.74.1342862674766; Sat, 21 Jul 2012 02:24:34 -0700 (PDT) Received: by 10.68.239.67 with HTTP; Sat, 21 Jul 2012 02:24:34 -0700 (PDT) In-Reply-To: References: <87fw8yariq.wl%h.skuhra@gmail.com> Date: Sat, 21 Jul 2012 11:24:34 +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 09:24:35 -0000 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. Thanks. -- Herbert