tunnel NFS over ssh on solaris

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

 

Leave a Reply

Your email address will not be published. Required fields are marked *