From owner-freebsd-questions@FreeBSD.ORG Mon May 22 22:57:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA3CC16AB4F for ; Mon, 22 May 2006 22:57:57 +0000 (UTC) (envelope-from bret@immense.net) Received: from oasis.immense.net (user-216-10-95-238.citynetwireless.net [216.10.95.238]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7B83143D55 for ; Mon, 22 May 2006 22:57:57 +0000 (GMT) (envelope-from bret@immense.net) Received: by oasis.immense.net (Postfix, from userid 80) id 1C9AD240E; Mon, 22 May 2006 17:59:43 -0500 (CDT) Received: from rain.net-shapers.com (rain.net-shapers.com [216.83.242.211]) by webmail.immense.net (Horde MIME library) with HTTP; Mon, 22 May 2006 17:59:43 -0500 Message-ID: <20060522175943.zp2dr3ml4gsso8kc@webmail.immense.net> Date: Mon, 22 May 2006 17:59:43 -0500 From: Bret J Esquivel To: freebsd@celestial.com References: <20060522171137.m09gfx2s6c08g80g@webmail.immense.net> <20060522225145.GA17519@alexis.mi.celestial.com> In-Reply-To: <20060522225145.GA17519@alexis.mi.celestial.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1) Cc: freebsd-questions@freebsd.org Subject: Re: NFS over IPSec tunnel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 May 2006 22:57:58 -0000 Thanks Bill, that did it! mount -o tcp 10.0.20.1:/usr /mnt --=20 Bret J. Esquivel Immense Networks LLC http://www.immense.net Quoting 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: bill@Celestial.COM 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-16= 76 > > ``If the government can take a man's money without his consent, there is n= o > 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.'' > =09Lysander Spooner, 1852 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.or= g" >