NFS over IPSec tunnel

2006-05-22 Thread Bret J Esquivel
I am trying to connect to a NFS server over my IPSec tunnel. However, I whenever I try to mount I get: [udp] 10.0.20.1:/usr: RPCPROG_MNT: RPC: Timed out What's wierd is that I can do RPC calls to it, such as: [EMAIL PROTECTED]:/mnt] rpcinfo -t 10.0.20.1 nfs program 13 version 2 ready

Re: NFS over IPSec tunnel

2006-05-22 Thread Bill Campbell
On Mon, May 22, 2006, Bret J Esquivel wrote: I am trying to connect to a NFS server over my IPSec tunnel. However, I whenever I try to mount I get: [udp] 10.0.20.1:/usr: RPCPROG_MNT: RPC: Timed out The first things I would check are (a) the /etc/exports file on the server, and (b) specify a

Re: NFS over IPSec tunnel

2006-05-22 Thread Bret J Esquivel
Thanks Bill, that did it! mount -o tcp 10.0.20.1:/usr /mnt -- Bret J. Esquivel Immense Networks LLC http://www.immense.net Quoting Bill Campbell [EMAIL PROTECTED]: On Mon, May 22, 2006, Bret J Esquivel wrote: I am trying to connect to a NFS server over my IPSec tunnel. However, I

Re: NFS over IPSec tunnel

2006-05-22 Thread Bill Campbell
On Mon, May 22, 2006, Bret J Esquivel wrote: Thanks Bill, that did it! mount -o tcp 10.0.20.1:/usr /mnt Glad to hear that it worked. I suspect that the tcp connection is more efficient in any case. -- Bret J. Esquivel Immense Networks LLC http://www.immense.net Quoting Bill Campbell