Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Trampas Stern on June 27, 2002, 01:55:27 AM

Title: dyndns.org not updating
Post by: Trampas Stern on June 27, 2002, 01:55:27 AM
It appears as though my dyndns.org is not updating with the correct IP address. Is their a way to check that the client is running?

Thanks
Trampas
Title: Re: dyndns.org not updating
Post by: Pat Erler on June 27, 2002, 05:32:13 PM
check out /tmp/dyndns.log it should be failry new and should have something like

good 217.80.146.127

in it...

PAT
Title: Re: dyndns.org not updating
Post by: Trampas on June 27, 2002, 06:15:48 PM
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 the e-smith box and the problems started after removing the router. I also noticed that the port forwarding quit working at the same time. I went into the server-manager and removed the port forwarding and then readded it, which made it work. I downloaded the port forwarding rpm from one of the how-tos.

Thanks
Trampas
Title: Re: dyndns.org not updating
Post by: Pat Erler on June 27, 2002, 06:21:50 PM
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
Title: Re: dyndns.org not updating
Post by: Pat Erler on June 27, 2002, 06:21:55 PM
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
Title: Re: dyndns.org not updating
Post by: Trampas on June 27, 2002, 06:40:36 PM
Thanks

As that I am a link newbie how do I force it to run?

I was trying:

sh dyndns.org xx.xx.xx.xx myid mypass mydomain

but it gave me an error:

bash !xxxx:event not found

where "!xxxx" is the last part of my password for dyndns.org. That is my password has a bang symbol in it.

Thanks again
Trampas
Title: Re: dyndns.org not updating
Post by: Pat Erler on June 27, 2002, 06:42:31 PM
Trampas wrote:

> where "!xxxx" is the last part of my password for dyndns.org.
> That is my password has a bang symbol in it.
there you have it.. change the pw..

PAT
Title: Re: dyndns.org not updating
Post by: Trampas on June 27, 2002, 06:57:34 PM
Thanks Pat!

I changed my password and the script as you suggested and it appears to be working now!