I am trying to tunnel nfs thru ssh. I go the ports and everything set up using these commands
ssh -f -c blowfish -L 10962:my-nfsserver:2049 -l myusername my-nfs-server
ssh -f -c blowfish -L 10972:my-nfsserver:2219 -l myusername my-nfs-server
where 2049 and 2219 are the ports where the nfs server and mountd are running
i made the change in the exports file
/mt myipaddr (rw,no_root_squash)
And when i run the mount command it gives me anerror that permission denied.
Regular NFS mounting that is without ssh tunneling works fine
can any body help
regards,
somesh