Date: Wed, 4 Jul 2001 18:45:20 -0400 From: Christopher Sean Hilton <chris@vindaloo.com> To: Ryan Masse <rmasse@mastery.ca> Cc: FreeBSD-Questions <freebsd-questions@FreeBSD.ORG> Subject: Re: nfs Message-ID: <20010704184520.A22620@andale.vindaloo.com> In-Reply-To: <016901c104bf$e52730a0$3200000a@Intranet>; from rmasse@mastery.ca on Wed, Jul 04, 2001 at 03:31:16PM -0400 References: <016901c104bf$e52730a0$3200000a@Intranet>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010704184520.A22620>