From owner-freebsd-questions@FreeBSD.ORG Thu Feb 12 14:32:44 2004 Return-Path: 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 405F616A4CE for ; Thu, 12 Feb 2004 14:32:44 -0800 (PST) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEF5943D1D for ; Thu, 12 Feb 2004 14:32:43 -0800 (PST) (envelope-from Barbish3@adelphia.net) Received: from barbish ([67.20.101.119]) by mta10.adelphia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with SMTP id <20040212223243.LYXG12673.mta10.adelphia.net@barbish> for ; Thu, 12 Feb 2004 17:32:43 -0500 From: "JJB" To: "freebsd-questions@FreeBSD. ORG" Date: Thu, 12 Feb 2004 17:32:42 -0500 Message-ID: MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Using dhclient to update zoneedit with my dynamic IP address X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Barbish3@adelphia.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Feb 2004 22:32:44 -0000 The zonedeit FAQ says this command can be used in dhclient to update my dynamic ip address at zoneedit when ever dhclient gets an new IP lease from my ISP. wget -O - --http-user=username --http-passwd=password 'http://dynamic.zoneedit.com/auth/dynamic.html?host=www.mydomain.com' Anybody doing this, or know what to add to /etc/dhclient.conf to make this happen