Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jan 2000 14:10:18 -0500 (EST)
From:      "Crist J. Clark" <cjc@cc942873-a.ewndsr1.nj.home.com>
To:        stranda@cofc.edu (Allan Strand)
Cc:        zeus@tetronsoftware.com (Gene Harris), freebsd-questions@FreeBSD.ORG
Subject:   Re: [Allan Strand <stranda@cofc.edu>] natd coexisting with rpc.statd+nfs
Message-ID:  <200001051910.OAA16923@cc942873-a.ewndsr1.nj.home.com>
In-Reply-To: <86g0wc1k94.fsf@linum.cofc.edu> from Allan Strand at "Jan 5, 2000 12:49:43 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Allan Strand wrote,
> Gene Harris <zeus@tetronsoftware.com> writes:
> 
> > To debug this, disable NFS from your rc.conf.  Kill any
> > mountd and nfsd processes.  Then, as root, start mountd
> > manually and then nfsd 4.  Check rpcinfo -p to make sure the
> > processes are running.  You should be able to connect to
> > your exports at this point.
> 
> I did so and the first thing I noticed was that rpcinfo -p hangs.
> if I include the hostname then it runs and only the portmapper entries 
> are showing:
> 
> rpcinfo -p myhostname
>    program vers proto   port
>     100000    2   tcp    111  portmapper
>     100000    2   udp    111  portmapper
> 
> Both nfsd and mountd show up as processes at this point.
> 
> > 
> > Also, are you using tcp_wrappers?  If so, you will need to
> > check hosts.allow and hosts.deny for a portmap: entry.
> > Based on the error message you are getting, the nfs and
> > mount daemons aren't working.  rpc.statd has nothing to do
> > with serving up exports.
> 
> The results above certainly confirm this diagnosis
> 
> Any suggestions on where to go from here?

Check the loopback device is not misconfigured. You should see,

% ifconfig lo0
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
        inet 127.0.0.1 netmask 0xff000000 

If this is not what you see, see the errata for FreeBSD 3.3,

	http://www.freebsd.org/releases/3.3R/errata.html

-- 
Crist J. Clark                           cjclark@home.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001051910.OAA16923>