Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2002 17:48:20 -0400
From:      ScaryG <freymann@scaryg.shacknet.nu>
To:        sroberts@dsl.pipex.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: ddclient error messages in /var/log/messages
Message-ID:  <20020716174820.55ebc983.freymann@scaryg.shacknet.nu>
In-Reply-To: <1026851889.55073.18.camel@Demon.vickiandstacey.com>
References:  <1026851889.55073.18.camel@Demon.vickiandstacey.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 16 Jul 2002 21:38:08 +0100
Stacey Roberts <sroberts@dsl.pipex.com> wrote:

> I've got ddclient installed on a FreeBSD 4.6 Stable system on my home
> gateway. The installation appeared to go well (eventually) and I now
> have ddclient running in daemon mode:

 Congrats.

> Does anyone know what this means? Thanks to all that might respond.

 Your config file is whacked. Strip out the junk you don't need (make a
backup copy first).

 I use DynDns.org and my stripped down config file looks like this:
-------------------------

daemon=300					# check every 300 seconds
syslog=yes					# log update msgs to syslog
mail=my_id					# mail update msgs to root
pid=/var/run/ddclient.pid			# record PID in file.

login=my_dyn_dns_username			# default login
password=my_passwd				# default password
mx=ns2.mybackupdomain.com			# default MX
backupmx=yes					# host is primary MX?
wildcard=yes					# add wildcard CNAME?
server=members.dyndns.org,		\
protocol=dyndns2,			\
my_dynamic_host_name.nu

-------------------------

Note the two backslashes at the end, which just makes for easy reading but
the server= option has 3 fields passed to it.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Scary Gerry -- Senior Systems Manager
 freymann@scaryg.shacknet.nu
 -For web-hosting, DNS Services or PHP &
 MySql programming see www.interpool.ca
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


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?20020716174820.55ebc983.freymann>