ChangeIP Script and ROS 4.beta.x

I can’t seem to get the Change-IP script to work with ROS 4.beta.x. I noticed the same thing when using the advanced routing packages. Is this something already known? Are there any changes I need to make?

-tp

4.x has a completely different scripting engine. It seems like global variables dont work the same in 4.x (or even work at all). I will be working here over the next week or two to get a 4.x script up and running.

I thought as much, but wasn’t sure…Thanks

-tp

Any updates?

This week… just getting 4.x installed on a router here at the office.

Try this one out:

http://wiki.mikrotik.com/wiki/Dynamic_DNS_Update_Script_for_ChangeIP.com&

Sam

Can’t seem to make this one work. I’ll keep at it, but I wish MikroTik would show were a script is failing due to a syntax or something else like that so it would be easier to debug. This especially goes for us who only use scripting only every so often.

-tp

sometimes you can run an export from the CLI and it will highlight errors in red.

Sam

Or use the editor (along the lines of “/system script edit 0 source”) as it will do syntax highlighting and stop highlighting at the syntax error.

Got it working… Nothing wrong with the script, just the user :slight_smile: I was using the wrong interface. Thanks for the help, and the script.

-tp

My script from 3.x works like a charm with 4.0 (haven’t tested 4.1 yet).

No changes needed at all.

I have ROS 4.3 and this script is not working…

Please someone to send me a working script for changeip.com.

Thanks!

http://wiki.mikrotik.com/wiki/Dynamic_DNS_Update_Script_for_ChangeIP.com&

RouterOS 4.2 Tested

Im trying to set this up myself, where do you put the script in Winbox?

I tried the terminal but it did nothing, just shows what I pasted.

Anyone?

in system scripts you have to add a new script, paste it in there

or take the second script and paste into terminal, it should create a system script for you. if it is not, paste your output so we can see what went wrong.

http://wiki.mikrotik.com/wiki/Dynamic_DNS_Update_Script_for_ChangeIP.com