From owner-freebsd-questions@FreeBSD.ORG Sat Aug 11 14:43:26 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 5737D106564A for ; Sat, 11 Aug 2012 14:43:26 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 37A278FC08 for ; Sat, 11 Aug 2012 14:43:25 +0000 (UTC) Received: from [10.0.10.3] ([173.88.199.104]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Sat, 11 Aug 2012 07:43:27 -0700 Message-ID: <50266F8F.4010504@a1poweruser.com> Date: Sat, 11 Aug 2012 10:43:27 -0400 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Wojciech Puchar References: <1344347348.23440.5.camel@blackfriar.inhio.eu> <5022715C.9010301@a1poweruser.com> <50250034.8010004@a1poweruser.com> <20120810135446.GA48662@ei.bzerk.org> <50251DE5.3010106@a1poweruser.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 11 Aug 2012 14:43:27.0504 (UTC) FILETIME=[AB08F900:01CD77CF] X-Sender: fbsd8@a1poweruser.com X-Authenticated-Sender: fbsd8@a1poweruser.com X-EchoSenderHash: [fbsd8]-[a1poweruser*com] Cc: freebsd-questions@freebsd.org, blackfriar Subject: Re: NFS within a Jail?! 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, 11 Aug 2012 14:43:26 -0000 Wojciech Puchar wrote: >>>> >>>> Now here is the KEY. No where does it say it has the "server" side >>>> function, only the client side. > > /usr/ports/net/unfs3 > > Even if someone "proved" that it doesn't do NFS server work, i will > continue to use it as NFS server, because it works very well ;) > > Since your the expert on unfs3 because you have it working, would you share some technical configuration information with us? Such as What statements do you have in the host:server and remote:client /etc/rc.conf to auto start them at boot time? How do you disable the kernel nfs version so it don't interfere with unfs3? What does your export file look like on both the host:server and remote:client sides. Then about unfs3 performance; how many concurrent remote:clients do you service? Doe's access elapse time get longer as more concurrent remote:clients come online? Do you run unfs3 in a jail on both the host:server and remote:client sides? Are there any sysctl nob settings needed to make unfs3 run in a jail?