Networking Forums

Networking Forums > Computer Networking > Linux Networking > NFS Mount

Reply
 
 
Stefan Steimann
Guest
Posts: n/a

 
      03-06-2006, 09:57 AM
Hi there,
I have a problem mounting a NFS share frm a remote computer. We have
the following scenario:
Computer A (RedHat Linux): Two Directorys, which are shared via NFS
(one IP)
Computer B (RedHat Linux): Client (Two IPs; one for ssh, the other for
NFS)
The computers are connected via Internet trough VPN

When I try to mount the NFS share from Computer B, i get an error
message ( "mount: RPC: Timed out"). I mounted the shares local with
success. Even mounting the shares from another computer in the network
runs without problems. It seems that both computers are configured
correct.
All required services are installed, except NFSLock.

Any idea???

 
Reply With Quote
 
 
 
 
Ken K
Guest
Posts: n/a

 
      03-06-2006, 01:59 PM
Stefan Steimann wrote:

> Hi there,
> I have a problem mounting a NFS share frm a remote computer. We have
> the following scenario:
> Computer A (RedHat Linux): Two Directorys, which are shared via NFS
> (one IP)
> Computer B (RedHat Linux): Client (Two IPs; one for ssh, the other for
> NFS)
> The computers are connected via Internet trough VPN
>
> When I try to mount the NFS share from Computer B, i get an error
> message ( "mount: RPC: Timed out"). I mounted the shares local with
> success. Even mounting the shares from another computer in the network
> runs without problems. It seems that both computers are configured
> correct.
> All required services are installed, except NFSLock.
>
> Any idea???


portmap running on both machines?


 
Reply With Quote
 
Stefan Steimann
Guest
Posts: n/a

 
      03-06-2006, 02:55 PM
Yes, portmap ist running. A few more words to the configuration....
Computer B is behind a firewall. It has the physical IP 192.xxx.xxx.xx.
This IP is restricted for ssh from the outside. NFS is only accessible
via 195.xxx.xxx.xxx. This IP is noticed in the DMZ-Configuration of the
Firewall.
rpcinfo -u 192.xxx.xxx.xx from Computer A fails
rpcinfo -u 195.xxx.xxx.xx from Computer A succeeds

I think mount is using the physical connection, as described above, RPC
fails on this IP.
regards Stefan

 
Reply With Quote
 
Floyd L. Davidson
Guest
Posts: n/a

 
      03-06-2006, 03:18 PM
"Stefan Steimann" <(E-Mail Removed)> wrote:
>Yes, portmap ist running. A few more words to the configuration....
>Computer B is behind a firewall. It has the physical IP 192.xxx.xxx.xx.
>This IP is restricted for ssh from the outside. NFS is only accessible
>via 195.xxx.xxx.xxx. This IP is noticed in the DMZ-Configuration of the
>Firewall.
>rpcinfo -u 192.xxx.xxx.xx from Computer A fails
>rpcinfo -u 195.xxx.xxx.xx from Computer A succeeds
>
>I think mount is using the physical connection, as described above, RPC
>fails on this IP.


What does "showmount" produce, and what is in the appropriate /etc/exports
file?

--
Floyd L. Davidson <http://www.apaflo.com/floyd_davidson>
Ukpeagvik (Barrow, Alaska) (E-Mail Removed)
 
Reply With Quote
 
Stefan Steimann
Guest
Posts: n/a

 
      03-06-2006, 04:28 PM
Output of showmount

Hosts on I3SP-012:
*
127.0.0.1
212.62.88.45

Output of showmount -e

Export list for I3SP-012:
/data2 195.227.98.137,I3SP-011
/data1 195.227.98.137,I3SP-011

Content of /etc/exports

/data1 *(rw,no_root_squash,sync)
/data2 *(rw,no_root_squash,sync)

 
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
mount mount file system using nfs Jim Anderson Linux Networking 2 07-16-2008 09:19 PM
HELP with autofs and NIS: How to override mount options on all mount points? theosib@gmail.com Linux Networking 0 03-04-2006 09:12 PM
NFS mount won't mount at boot, but mount -a works fine. BT Linux Networking 2 09-23-2004 09:37 PM
Cannot mount via NFS Jeff Krimmel Linux Networking 22 06-27-2004 06:35 PM
NFS mount and cp Michael C. Linux Networking 6 11-30-2003 07:11 PM



1 2 3 4 5 6 7 8 9 10 11