I have a NFS share exported from a Ubuntu Linux system, with the
then confirm the export is being shared with
I have confirmed from an Ubuntu Linux guest, which configured to have the same IP, that the shares are in fact working.
/exports
looking as follows:
Code:
/nfs/directory 192.168.21.239(rw,sync,no_subtree_check)
showmount -e 192.168.21.2
from the FreeBSD VM guest and finally try to mount with mount -vvv -t nfs 192.168.21.2:/nfs/directory /mnt
I get the error:
Code:
[tcp] 192.168.21.2:/nfs/directory: RPCPROG_NFS: RPC: Remote system error - Connection refused