From owner-freebsd-questions Fri Feb 21 7: 5:35 2003 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 1E39E37B401 for ; Fri, 21 Feb 2003 07:05:34 -0800 (PST) Received: from mx1.lphp.org (APastourelles-107-1-11-67.abo.wanadoo.fr [217.128.154.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17AC243F75 for ; Fri, 21 Feb 2003 07:05:32 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from sta01 (sta01.lphp.org.local [192.168.0.4]) by mx1.lphp.org (8.12.6/8.12.6) with ESMTP id h1LF5QQ2028615; Fri, 21 Feb 2003 16:05:26 +0100 (CET) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: Bryan Cassidy , freebsd-questions@freebsd.org Subject: Re: freebsd 5.0 + apache + ddclient Date: Fri, 21 Feb 2003 16:05:27 +0100 User-Agent: KMail/1.5 References: <20030221125750.GA21452@bellsouth.net> In-Reply-To: <20030221125750.GA21452@bellsouth.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200302211605.27088.ajacoutot@lphp.org> 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 Friday 21 February 2003 13:57, Bryan Cassidy wrote: > The server is running fine but when my ip changes the ddclient script > doesn't update it at dyndns.org so that means when my ip changes i > have to go to dyndns.org and update it myself and thats getting kinda > old ya know? > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message OK, here is my ddclient.conf if that can help you...: daemon=300 # check every 300 seconds syslog=yes # log update msgs to syslog mail=root # mail update msgs to root pid=/var/run/ddclient.pid # record PID in file. protocol=dyndns2 use=if, if=tun0 server=members.dyndns.org login=my_login, password=my_password, mx=domain.dyndns.org, backupmx=yes,\ wildcard=yes, domain.dyndns.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message