Post by dbridges on Feb 6, 2009 6:46:25 GMT 7
I recently encountered issues with my dyndns ceasing to update from my router. I'm assuming that it's because the router is hard coded to dyndns.org instead of dyndns.com and they've stopped accepting updates from the .org
Anyway I found a update shell script on their forum dyndnscommunity.com/forum/viewtopic.php?f=9&t=731 that i thought i could use in the n2100.
It turns out that I can't because of a limitation in the version of wget that's in the n2100.
From the n2100
from my debian machine it works fine.
Is there a wget that can be plugged in (from the debian arm project) or is it a compile from source?
I've got the toolchain but haven't managed to set it up and to be honest don't have a lot of time to play around. The learning curve is too steep for someone with no time. If I did i'd be more likely to compile one of their recommended clients from source rather than try and worry about wget.
Any help would be much appreciated.
Thanks.
Anyway I found a update shell script on their forum dyndnscommunity.com/forum/viewtopic.php?f=9&t=731 that i thought i could use in the n2100.
It turns out that I can't because of a limitation in the version of wget that's in the n2100.
From the n2100
N2100:/app/cfg# wget http://dbridges:****@members.dyndns.com/nic/update?hostname=****.kicks-ass.net
Connecting to members.dyndns.com[63.208.196.99]:80
wget: server returned error 401: HTTP/1.1 401 Authorization Required
from my debian machine it works fine.
G4:~# wget -O - http://dbridges:****@members.dyndns.com/nic/update?hostname=****.kicks-ass.net
--10:30:19-- http://dbridges:*password*@members.dyndns.com/nic/update?hostname=****.kicks-ass.net
=> `-'
Resolving members.dyndns.com... 63.208.196.99
Connecting to members.dyndns.com|63.208.196.99|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/plain]
[<=> ] 0 --.--K/s g [ <=> ] 20 --.--K/s
10:30:19 (250.40 KB/s) - `-' saved [20]
Is there a wget that can be plugged in (from the debian arm project) or is it a compile from source?
I've got the toolchain but haven't managed to set it up and to be honest don't have a lot of time to play around. The learning curve is too steep for someone with no time. If I did i'd be more likely to compile one of their recommended clients from source rather than try and worry about wget.
Any help would be much appreciated.
Thanks.