From owner-freebsd-questions Wed Jul 3 15:57:13 2002 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 7238337B400 for ; Wed, 3 Jul 2002 15:57:11 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A88043E09 for ; Wed, 3 Jul 2002 15:57:11 -0700 (PDT) (envelope-from woodfucius@attbi.com) Received: from wood ([12.247.63.44]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020703225710.BGTD8262.rwcrmhc52.attbi.com@wood>; Wed, 3 Jul 2002 22:57:10 +0000 From: "Adam Wood" To: , "'FreeBSD-Questions'" Subject: RE: Dynamic DNS Client experiences? Date: Wed, 3 Jul 2002 17:56:46 -0500 Message-ID: <006901c222e4$e8987a70$0100a8c0@wood> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <1025730358.352.45.camel@Demon.Strobe.org> Importance: Normal 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 > Hi, > I'm hoping to get some of the list members' thoughts and > experiences with various dynamic DNS client programs here. > > I'm interested in running some services from a home network, > and I've decided to give the folks at ZoneEdit try - in case > anyone's interested., > > So any suggestions, comments, experiences and gotchas that > could assist me, are welcome. > I use ZoneEdit - they're great. Lynx (/usr/ports/www/lynx) works fine for updating my address. I have a cron job that runs the following script once a week. #!/bin/sh # Script to update IP address at ZoneEdit. lynx -source -auth=USERNAME:PASSWORD 'http://dynamic.zoneedit.com/auth/dynamic.html?host=woodfucius.com' chmod the script to 700 and you're all set. Hope that helps, Adam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message