Networking Forums

Networking Forums > Computer Networking > Linux Networking > nfs over ssh problem

Reply
Thread Tools Display Modes

nfs over ssh problem

 
 
oudoubah@gmail.com
Guest
Posts: n/a

 
      01-08-2007, 09:17 AM
Hi,

I tried to mount a nfs share over ssh :

ssh -f -L${NFSPORT}:${IPSERVER}:2049
-L${NFSMOUNTPORT}:${IPSERVER}:32767 -l root ${IPSERVER} sleep 60
mount -t nfs -o
tcp,sync,rsize=8192,wsize=8192,soft,timeo=60,port= $NFSPORT,mountport=$NFSMOUNTPORT
$NOMSERVER:/$REPSERVER $REP

The ports opened are 22 (ssh) and 111 (portmap).

When i try the mount command, i obtain this error message :
mount to NFS server 'localhost' failed: possible invalid protocol.

What could be the reason of this error message?

Thanks!

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Strange problem: no problem with Linux, when I boot windows 2K network is down... Santa Linux Networking 11 11-29-2004 06:46 AM



1 2 3 4 5 6 7 8 9 10 11