LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   secure nfs (https://www.linuxquestions.org/questions/linux-networking-3/secure-nfs-74891/)

somesh 07-22-2003 12:02 PM

secure nfs
 
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


All times are GMT -5. The time now is 02:35 PM.