if your “remotehost” solarisĀ server cannot mount your “nfsserver” ‘s mountpoints, you can tunnel nfs over ssh
from the nfsserver
# ssh -R "3049:localhost:2049" remotehost
once in the “remotehost”
# mount -o port=3049 nfs://localhost:/nfs/share /mount/point