From owner-freebsd-questions Wed Jul 4 15:45:42 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fw.vindaloo.com (ool-182dd047.dyn.optonline.net [24.45.208.71]) by hub.freebsd.org (Postfix) with ESMTP id 1A2B037B401 for ; Wed, 4 Jul 2001 15:45:38 -0700 (PDT) (envelope-from chris@vindaloo.com) Received: (from uucp@localhost) by fw.vindaloo.com (8.10.1/8.10.1) id f64Mjba04810; Wed, 4 Jul 2001 18:45:37 -0400 (EDT) Received: from andale.vindaloo.com(192.168.133.3) via SMTP by fw.vindaloo.com, id smtpdZE6412; Wed Jul 4 18:45:27 2001 Received: by andale.vindaloo.com (Postfix, from userid 1000) id 3D2334383; Wed, 4 Jul 2001 17:45:20 -0500 (EST) Date: Wed, 4 Jul 2001 18:45:20 -0400 From: Christopher Sean Hilton To: Ryan Masse Cc: FreeBSD-Questions Subject: Re: nfs Message-ID: <20010704184520.A22620@andale.vindaloo.com> References: <016901c104bf$e52730a0$3200000a@Intranet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <016901c104bf$e52730a0$3200000a@Intranet>; from rmasse@mastery.ca on Wed, Jul 04, 2001 at 03:31:16PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Jul 04, 2001 at 03:31:16PM -0400, Ryan Masse wrote: If you must run NFS over the internet you should consider setting up an IPSEC tunnel between the nfs client and server. On the other hand if you are trying to update a remote machine when the IP address of your home LAN has changed you should consider using ssh and some scripting like: #! /bin/sh my_address=$(/sbin/ifconfig le0 | awk '/inet / { print $2; }') echo "My IP Address is: ${my_address}" Combine this with ssh and you could update a remote DNS server or do whatever you need. Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message