From owner-freebsd-stable@FreeBSD.ORG Wed Feb 9 11:23:07 2005 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 2F82316A4CE for ; Wed, 9 Feb 2005 11:23:07 +0000 (GMT) Received: from mail.ticketswitch.com (mail.ticketswitch.com [194.200.93.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id D520543D4C for ; Wed, 9 Feb 2005 11:23:06 +0000 (GMT) (envelope-from petefrench@ticketswitch.com) Received: from [172.16.1.6] (helo=dilbert.firstcallgroup.co.uk) by mail.ticketswitch.com with esmtp (Exim 4.43 (FreeBSD)) id 1Cypvz-000FiA-VY for freebsd-stable@freebsd.org; Wed, 09 Feb 2005 11:23:04 +0000 Received: from petefrench by dilbert.firstcallgroup.co.uk with local (Exim 4.43 (FreeBSD)) id 1Cypvz-000JVW-Vf for freebsd-stable@freebsd.org; Wed, 09 Feb 2005 11:23:04 +0000 To: freebsd-stable@freebsd.org Message-Id: From: Pete French Date: Wed, 09 Feb 2005 11:23:03 +0000 Subject: Bug in nfsd, or did I just read the manpage wrong ? 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: Wed, 09 Feb 2005 11:23:07 -0000 I have a machine with three interfaces on it, two onto internal networks, one ointo the outside world. I only want NFS to be accessible on the two internal interfaces so I have this line in my /etc/rc.conf: nfs_server_flags="-u -t -n 4 -h 192.168.3.1 -h 192.168.4.1" That works - but it ony enables TCP on the second interface, the first is UDP only. I have tried all sorts of combinations and positioning for the -t flag, but the end result is the same. UDP on both, TCP only on 192.168.4.1. Hmmmm... anybody got any ideas ? Puzzling the hell out of me! -pcf. PS: This is 4-STABLE, havent yet tried on 5-STABLE