<br><font size=2><tt>> I've got a setup where I run nfs over ssh on
several distros, and <br>
> it's been working like a charm on suse, mandrake, redhat 7-9 etc,
<br>
> but I've been unable to get it to work on CentOS. <br>
> <br>
> First I set up ssh portforwarding using: <br>
> <br>
> /usr/bin/ssh root@<remotehost> -L 250:irc.dynip.no:2049 -f sleep
60d & <br>
> <br>
> Then I mount using the following params in fstab: <br>
> <br>
> localhost:/somedir      /somedir    nfs  
  rw,tcp,hard,intr,<br>
> port=250,mountport=251 0 0 <br>
> <br>
> I can telnet to port 250/251 and it answers like expected. I can <br>
> also see the packets travelling through the tunnel using tcpdump.
<br>
> <br>
> However, if I try to mount the dir (mount -a), I get this error: <br>
> <br>
> mount to NFS server 'localhost' failed: server is down. <br>
> <br>
> Sniffing on port 22 when running the mount command, nothing happens.<br>
> It kinda seems like it ignores the port/mountport options. <br>
</tt></font>
<br><font size=2><tt>Don't know if anyone's listening, but I'm pretty sure
this has to be a bug. I copied mount from a mdk 10.1 installation, which
gave me ver. 2.12 instead of of 2.12a which is included in Centos-4, and
now I works like a charm.</tt></font>
<br>
<br><font size=2><tt>Regards,</tt></font>
<br><font size=2><tt>Harald</tt></font>
<br>