NFS Server?

How do I setup QNX to be an NFS server?

I thought I had it set up right, but I get this error on the client
side:

mount_nfs 128.8.38.94:/ solus
mount_nfs: bad MNT RPC: RPC: Authentication error; why = Client
credential too weak

mount_nfs: bad MNT RPC: RPC: Authentication error; why = Client
credential too weak

My /etc/exports file contains:
/
/flight_code

BTW, the client is FreeBSD 4.0-Stable

-Brandon

Brandon Fosdick <bfoz@glue.umd.edu> wrote:

How do I setup QNX to be an NFS server?

I thought I had it set up right, but I get this error on the client
side:

mount_nfs 128.8.38.94:/ solus
mount_nfs: bad MNT RPC: RPC: Authentication error; why = Client
credential too weak

mount_nfs: bad MNT RPC: RPC: Authentication error; why = Client
credential too weak

the server is returning EPERM

My /etc/exports file contains:
/
/flight_code

depending on which server you are using, try:

options -root=0
/
/flight_code

or

/ -root=0
/fligh_code


ie. check out the exports file man page for the server you are using.


BTW, the client is FreeBSD 4.0-Stable

-Brandon