View previous topic :: View next topic |
Author |
Message |
jt42 n00b


Joined: 04 Apr 2003 Posts: 45 Location: Hamilton, ON, CA
|
Posted: Tue Apr 29, 2003 9:21 pm Post subject: NFS over SSH |
|
|
Does anyone have any pointers for implementing this kind of madness?
Can NFS as TCP be tunnelled over SSH?
Any alternatives? |
|
Back to top |
|
 |
mlynx n00b


Joined: 07 Feb 2003 Posts: 27
|
Posted: Tue Apr 29, 2003 10:58 pm Post subject: |
|
|
The NFS Howto (http://nfs.sourceforge.net/nfs-howto/) has step by step instructions on how to do this, see section 6 - Securing NFS. The short answer is yes, although I never got my NFS shares to export properly.
I wound up using SMB over SSH. Basically a similar setup to the NFS solution.
Nutshell explanation: You set up a SSH session that forwards the RPC ports to the server. The session then takes place on the server as if it were a local connection and is forwarded back to the client.
Good Luck. _________________ mlynx
-------------------------
Did your mom -Os your brain when you were a baby? |
|
Back to top |
|
 |
leonov n00b


Joined: 29 Apr 2003 Posts: 18 Location: Auckland, New Zealand
|
Posted: Tue Apr 29, 2003 11:20 pm Post subject: Madness! |
|
|
NFS over SSH? or SMB? Madness!
It's great (awsome!) that we can do this sort of crazyness if we want to - my question is, why would you want to? I'd hate to have some flakely remote fs mounted on my machine - you just get different problems depeding on whether you mounted it hard or soft...
Depending on what you are trying to achieve, there may be a better way - I always try to look for alternatives once my 'logical' solutions start to approach this level of crazyness.
Still, it'd be pretty damn cool... |
|
Back to top |
|
 |
viperlin Veteran

Joined: 15 Apr 2003 Posts: 1319 Location: UK
|
Posted: Sun Nov 30, 2003 11:19 pm Post subject: |
|
|
alternatives?
SHFS ssh filesystem (and u gotta love the new online portage system)
it is what it says, and only the client needs shfs installed. |
|
Back to top |
|
 |
MacMasta Guru


Joined: 18 Apr 2002 Posts: 545 Location: Anchorage, AK
|
Posted: Mon Dec 01, 2003 4:29 am Post subject: |
|
|
The best-of-all solution is to wait until NFSv4 is widespread (or at least available on the machines you're using) because it's got that built in.
~Mac~ |
|
Back to top |
|
 |
swingarm l33t


Joined: 08 Jun 2002 Posts: 627 Location: Northern Colorado
|
|
Back to top |
|
 |
|