Gentoo Archives: gentoo-user

From: Hans-Werner Hilse <hilse@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Encrypted NFS via ssh tunelling
Date: Fri, 09 Sep 2005 15:17:40
Message-Id: 20050909171118.0d99b37f.hilse@web.de
In Reply to: [gentoo-user] Encrypted NFS via ssh tunelling by Patrick Marquetecken
1 Hi,
2
3 On Fri, 9 Sep 2005 09:29:18 +0200 (CEST)
4 "Patrick Marquetecken" <patrick.marquetecken@×××××××.be> wrote:
5
6 > I always get this error:
7 > mount: localhost:/usr/portage failed, reason given by server: Permission
8 > denied
9
10 > Attach NFS port of Server (2049) to local port 2818
11 > ssh -f -L 2818:10.32.3.172:2049 -l root 10.32.3.172 sleep 86400
12 >
13 > Attach mountD port of Server (675) to local port 3818
14 > ssh -f -L 3818:10.32.3.172:675 -l root 10.32.3.172 sleep 86400
15
16 so the SSH server will make a connection to its own external IP. It
17 will also probably use its own external IP (not 127.0.0.1) as
18 originating address. What IPs are allowed access by its /etc/exports ?
19
20 -hwh
21 --
22 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Encrypted NFS via ssh tunelling Bryan Whitehead <driver@×××××××××.net>