Re: nfs mounts on FreeBSD 5.1

2003-08-20 Thread Doug White
On Wed, 20 Aug 2003, [iso-8859-1] Claus Guttesen wrote:

> Hi.
>
> I'm trying to nfs-mount a FreeBSD 5.1 client on a
> Redhat 7.3 nfs-server. I have the line
> nfs_client_enable="YES" in /etc/rc.conf and
> nfsclient.ko is loaded.
>
> The error I get is
> [udp] nfs-srv:/mount/a: RPCMNT: clnt_create: RPC:
> Program not registered

Looks like portmap/rpcbind is not running on the server, client, or both.

-- 
Doug White|  FreeBSD: The Power to Serve
[EMAIL PROTECTED]  |  www.FreeBSD.org
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


nfs mounts on FreeBSD 5.1

2003-08-20 Thread Claus Guttesen
Hi.

I'm trying to nfs-mount a FreeBSD 5.1 client on a
Redhat 7.3 nfs-server. I have the line
nfs_client_enable="YES" in /etc/rc.conf and
nfsclient.ko is loaded.

The error I get is
[udp] nfs-srv:/mount/a: RPCMNT: clnt_create: RPC:
Program not registered

The mount-command is
mount_nfs -o port=2049 nfs-srv:/mount/a /mount/a

I've tried nfs v.2 and 3 as options, but no change.

The Linux-server is accepting nfs-mount-requests from
other clients so the server itself is OK.

Doing a tcpdump gives me:

sidsel/home/claus#>tcpdump udp port nfs   
tcpdump: listening on fxp0
11:34:11.177302 sidsel.1061287510 > nfs-srv.nfs: 40
null
11:34:11.177421 nfs-srv.nfs > sidsel.1061287510: reply
ok 24 null (DF)

The FreeBSD 5.1 client is tracking tag=RELENG_5_1
cvsup'ed 14. Aug. 2003. Only IPv4.

regards
Claus


Yahoo! Mail (http://dk.mail.yahoo.com) - Gratis: 6 MB lagerplads, spamfilter og 
virusscan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"