Henry T. Chan said:
>
> I'm trying to NFS mount directory from a Sun SPARCStation 10 and am
> getting the following error from the SPARC:
>
> NFS request from unprivileged port.
> nfs_server: weak authentication, source IP address=132.239.145.14
>
> I'm not sure as to what I'm doing wrong. On the FreeBSD 2.0 machine, I
> have the following entry in /etc/fstab:
>
> osiris:/home/osiris /home/osiris nfs rw 0 0
>
Hello
If you type:
mount_nfs -P osiris:/home/osiris /home/osiris
it will work. I don't know what is the corresponding /etc/fstab
entry. I have the same problem mounting or exporting filesystems between
SunOS/Solaris and FreeBSD2.x but it works fine between FreeBSD and
AIX and FreeBSD/FreeBSD machines.
Pedro