Hello all,
I have a need to hit the following URL whenever my WAN IP changes. Their service requires knowing my WAN IP and this is the best way to send them updates:
http://login.adfreetime.com/cron.php?email=username@domain.com
I have tried so many things but can't get it to update their URL. If I type the above into my browser (with my correct email address) I get a "Success!" message and when I go into self service on their website, it shows my new IP.
If I do it via a router script, it never updates their site.. not sure why..
Running 3.0.0.4.372.30_2
I have tried:
services-start script, with a wget command
dhcpc-event
wan-start
chmod a+rx every one of the above, still no change
tried setting it up as a cron job and the job shows up (even the events show up in my log) but doesn't work.
Is there something I'm missing? Seems to work from the command line.
And I have even tried to create a file as part of my script (TheScriptWorked) and that file appears but the wget didn't work.....
All I need to do is get that URL to run whenever the IP changes. I'm not picky.. even if I had to settle for doing it every hour I guess I could live with that (they cut you off if you update your IP too often but I think it has to be 50+ updates per day... they could handle one an hour)
I have a need to hit the following URL whenever my WAN IP changes. Their service requires knowing my WAN IP and this is the best way to send them updates:
http://login.adfreetime.com/cron.php?email=username@domain.com
I have tried so many things but can't get it to update their URL. If I type the above into my browser (with my correct email address) I get a "Success!" message and when I go into self service on their website, it shows my new IP.
If I do it via a router script, it never updates their site.. not sure why..
Running 3.0.0.4.372.30_2
I have tried:
services-start script, with a wget command
dhcpc-event
wan-start
chmod a+rx every one of the above, still no change
tried setting it up as a cron job and the job shows up (even the events show up in my log) but doesn't work.
Is there something I'm missing? Seems to work from the command line.
And I have even tried to create a file as part of my script (TheScriptWorked) and that file appears but the wget didn't work.....
All I need to do is get that URL to run whenever the IP changes. I'm not picky.. even if I had to settle for doing it every hour I guess I could live with that (they cut you off if you update your IP too often but I think it has to be 50+ updates per day... they could handle one an hour)