hidden script like scheduler...

Hi,

currently i using the scheduler with fetch to auto update some setting.

due to some security concern, just wonder know, how can we store script exactly same as the script we put into the scheduler?

appreciate it.

Yo can store all scripts in /system script menu.

Hi, it still able to be find, we want the script like the default setting.
we can see the default Routerboard come on hand, when first time login there is the pop windows.

and also when we factory default it, no matter what setting before, it will erase all the setting and come to us with the default (same as first time we login).

what we hope is, we want the script configured in the RouterBoard, there is no one can find it excluded the administrator who where it’s stored like how the mikrotik default script store.

appreciate it.

thanks.

that script can only be called once - when default configuration is restored. You can set this up using netinstall. There is no other possible way how to create script on the router that is not visible to the users

Dear Janisk…
If you say so, how can the Routerboard when we key “system reset-configuration” it will auto re-install the default (Mikrotik) setting?

Every time when we factory reset it will restore the mikrotik default setting.

how we can make it via the netinstall?

appreciate it.

see this link on how to use netinstall tool:

http://wiki.mikrotik.com/wiki/Netinstall

there you can give your own script file, so it will be executed (if without errors) and applied as default configuration.

Noted and appreciated it.

thanks.