I'm not able :noidea:danisahne schrieb:Plz learn shell scripting and try it on your own. Maybe someone else wants to help you with that particular problem.
What you have to do: First you have to find a way to obtain your current IP address. Maybe you can get it from your alcatel router using wget. Thats probably the best way to do it. If this is not possible, you have to get it from a "myip" page somewhere in the internet. When you managed that, I would save the last result of that "query" and compare it with the current results, if there is a change you know that you have to update your dyndns account.
Regards,
Daniel
zooster schrieb:danisahne, instead to update ONLY when the IP changes, what shall I use to make it update the IP every 5min, although the ip is still the same?
In the altacel web interface(reachable only wiht user/pass) the public IPs is shown in the IP address/route tables together other IPs.danisahne schrieb:As I posted previously, find a way to obtain your current IP address from the fritzbox command line. That's what you have to solve first. E.g. is the IP shown in the alcatel speedtouch web interface?
If you are able to do get your current IP, you can check for changes and update on changes only. It is really important not to update unnecessarily.
Regards,
danisahne