From owner-freebsd-questions@FreeBSD.ORG Thu Jul 20 16:46:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5045816A4DD for ; Thu, 20 Jul 2006 16:46:07 +0000 (UTC) (envelope-from dkelly@Grumpy.DynDNS.org) Received: from smtp.knology.net (smtp.knology.net [24.214.63.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id B26F243D45 for ; Thu, 20 Jul 2006 16:46:04 +0000 (GMT) (envelope-from dkelly@Grumpy.DynDNS.org) Received: (qmail 2519 invoked by uid 0); 20 Jul 2006 16:44:30 -0000 Received: from unknown (HELO Grumpy.DynDNS.org) (216.186.148.249) by smtp2.knology.net with SMTP; 20 Jul 2006 16:44:30 -0000 Received: by Grumpy.DynDNS.org (Postfix, from userid 928) id 5C54B28421; Thu, 20 Jul 2006 11:46:01 -0500 (CDT) Date: Thu, 20 Jul 2006 11:46:01 -0500 From: David Kelly To: David Landgren Message-ID: <20060720164601.GA71581@Grumpy.DynDNS.org> References: <44BF9E40.7090104@landgren.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44BF9E40.7090104@landgren.net> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: Connection refusal for an NFS mount 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: Thu, 20 Jul 2006 16:46:07 -0000 On Thu, Jul 20, 2006 at 05:16:16PM +0200, David Landgren wrote: > List, > > On an old Redhat box (address 172.17.0.18), I'm trying to mount an NFS > export from a FreeBSD (5.2.1-RELEASE) box. Both machines are on the same > network segment, and neither have any onboard firewalling rules. [...] > (I understand, from reading the handbook, that I should be using rpcbind > rather than portmap). This server has been an NFS server in the past, so > I know it worked at some point. I'm not sure if I'm missing a daemon in > the mix, or if there's something else I've overlooked. > > Any clues will be most graciously received :) For starters try "showmount -e the.freebsd.ip.address" on the Linux box to see if the Linux box sees the NFS daemons on the FreeBSD machine. mountd needs to be running on the FreeBSD host (apparently yours is running). When /etc/exports changes mountd needs to be informed: kill -s HUP `cat /var/run/mountd.pid` Also at least in the past Linux distributions defaulted NFS to non-reserved ports. Your Linux may not be talking to the same ports as the FreeBSD machine is listening. -- David Kelly N4HHE, dkelly@HiWAAY.net ======================================================================== Whom computers would destroy, they must first drive mad.