From owner-freebsd-stable@FreeBSD.ORG Fri Dec 10 16:06:54 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A851616A4CE for ; Fri, 10 Dec 2004 16:06:54 +0000 (GMT) Received: from lara.cc.fer.hr (lara.cc.fer.hr [161.53.72.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACC5043D53 for ; Fri, 10 Dec 2004 16:06:49 +0000 (GMT) (envelope-from ivoras@fer.hr) Received: from [127.0.0.1] (localhost.cc.fer.hr [127.0.0.1]) by lara.cc.fer.hr (8.13.1/8.13.1) with ESMTP id iBAG6lF1000986 for ; Fri, 10 Dec 2004 17:06:47 +0100 (CET) (envelope-from ivoras@fer.hr) Message-ID: <41B9C997.3080603@fer.hr> Date: Fri, 10 Dec 2004 17:06:47 +0100 From: Ivan Voras User-Agent: Mozilla Thunderbird 0.9 (X11/20041111) X-Accept-Language: en-us, en MIME-Version: 1.0 To: stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: NFS & firewalls X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2004 16:06:54 -0000 I'm trying to setup (ipfw) firewall on a server that exports home directories over NFS. Do I have to use nfsd_flafs and mountd_flags in rc.conf to specify ports on the server (advice I found in various mailing list archives) or is there a centralized solution? (what does nfs_reserved_port_only in rc.conf do?)