Koozali.org: home of the SME Server

Dynamic Dns Update

Tom Veitch

Dynamic Dns Update
« on: July 23, 2002, 10:24:14 PM »
I have setup the dynamic dns  as per the manual and
Dynamic Dns update does not update to dyndns.org
I have setup this up on two servers one 5.5 and one 5.1.2

I have sent this in as a bug only to be told they don't offer free support,

What a joke,

has any one got this to work with out having to change it

Ralf Hess

Re: Dynamic Dns Update
« Reply #1 on: July 24, 2002, 12:07:44 AM »
Hi,

i have the same (??) problem on some server. for me works to edit '/sbin/e-smith/dynamic-dns/dyndns.org'

I have chanced 'DOMAIN=$4' to 'DOMAIN=name.dyndns.org' - without 'www' !

I hope my english is not toooo bad and this helps you :)

Abe Loveless

Re: Dynamic Dns Update
« Reply #2 on: July 24, 2002, 02:06:46 AM »
I guess you've seen the various Dynamic dns how-to's at:
http://www.e-smith.org/cgi-bin/contrib.cgi

I also noticed that there was a bug in SME 5.0 (listed on the bugs page) that might be related.  Says it was fixed in all later versions, though.

Do you get any errors listed in the logs?

Gregg La Baw

Re: Dynamic Dns Update
« Reply #3 on: July 24, 2002, 02:33:06 AM »
Pay for the support. It's cheap.

Jon Blakely

Re: Dynamic Dns Update
« Reply #4 on: July 24, 2002, 03:19:58 AM »
Tom,

What are you using to access the internet, dsl or cable. DynamicDNS update will only work with PPPoE not PPPoA.
When you do

# ifconfig

under inet addr in eth1 (assuming you are using eth1 for your external access) do you get the ip address assigned to you by your isp or your local server address.

Jon

Trampas

Re: Dynamic Dns Update
« Reply #5 on: July 24, 2002, 05:38:02 PM »
I had a simular problem with fix posted on list and copied here:
Trampas wrote:
>
> I checked the file dyndns.log file and it has only one line:
>
> nohost
>
> Do you know which client is being used? I have been having
> some other troubles as well. I had a linksys router before
i had to change the dyndns update script

/sbin/e-smith/dynamic-dns/dyndns.org

on line 20 from

system=dynamic\&hostname="$DOMAIN"\&myip="$IPADDR"\&wildcard=ON

to

system=custom\&hostname="$DOMAIN"\&myip="$IPADDR"\&wildcard=ON

give it a try...

PAT