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 <[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 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 tcp connection on the client as
>>that should create a connection between the machines.
>>
>>I ran into a problem a couple of years ago while attempting to
>>automount home directories hosted on a Linux box from Macs
>>running OS X.  The Linux box had multiple IP addresses on the NIC
>>interface, and the udp reply packets were being sent from an IP
>>different than the one receiving the udp.  Specifying tcp
>>connections cured that problem.
>>
>>...
>>
>>Bill
>>--
>>INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software, LLC
>>URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
>>FAX:(206) 232-9186  Mercer Island, WA 98040-0820; (206) 
>>236-1676
>>
>>``If the government can take a man's money without his consent, there is no
>>limit to the additional tyranny it may practise upon him; for, with his
>>money, it can hire soldiers to stand over him, keep him in subjection,
>>plunder him at discretion, and kill him if he resists.''
>>  Lysander Spooner, 1852
>>___
>>freebsd-questions@freebsd.org mailing list
>>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>>To unsubscribe, send any mail to 
>>"[EMAIL PROTECTED]"
>>
>
>

-- 
Bill
--
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
FAX:(206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676

``Intellectually, teachers fall between education theorists and bright
cocker spaniels. (Probably closer to the education theorists. The AKC has
been doing wonders with spaniels.) If you think I'm kidding look at the
GREs for education majors, whose scores are the lowest of all fields, and
remember that these are the smart ones.'' -- http://www.FredOnEverything.net
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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 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 tcp connection on the client as
that should create a connection between the machines.

I ran into a problem a couple of years ago while attempting to
automount home directories hosted on a Linux box from Macs
running OS X.  The Linux box had multiple IP addresses on the NIC
interface, and the udp reply packets were being sent from an IP
different than the one receiving the udp.  Specifying tcp
connections cured that problem.

...

Bill
--
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software, LLC
URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
FAX:(206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676

``If the government can take a man's money without his consent, there is no
limit to the additional tyranny it may practise upon him; for, with his
money, it can hire soldiers to stand over him, keep him in subjection,
plunder him at discretion, and kill him if he resists.''
Lysander Spooner, 1852
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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 tcp connection on the client as
that should create a connection between the machines.

I ran into a problem a couple of years ago while attempting to
automount home directories hosted on a Linux box from Macs
running OS X.  The Linux box had multiple IP addresses on the NIC
interface, and the udp reply packets were being sent from an IP
different than the one receiving the udp.  Specifying tcp
connections cured that problem.

...

Bill
--
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Software, LLC
URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
FAX:(206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676

``If the government can take a man's money without his consent, there is no
limit to the additional tyranny it may practise upon him; for, with his
money, it can hire soldiers to stand over him, keep him in subjection,
plunder him at discretion, and kill him if he resists.''
Lysander Spooner, 1852
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"