NetWatch scrip not work under RouterOS 3.10

heres my up scrip

ip route set[find routing-mark=main] gateway=192.168.1.1

this scrip has work for years and on all upgrade until ver 3.10

any help would be great

try

/ip route set [find routing-mark=main] gateway=192.168.1.1

I try your forward slash

/ip route set [find routing-mark=main] gateway=192.168.1.1

it still dose not work :confused:

thanks for your reply skillful :slight_smile:

Copy the code to a terminal prompt and see if it works.

Alternatively, Upgrade to ROS3.22. It works for me.

well ROS 3.22 works again thx skillful :smiley:

I did the upgrade on a test box and now I have to schedule maintenance downtime for my customers :wink:

At v6.x you must use:
[admin@WAN] > /ip route set [ find where !routing-mark !dynamic ] gateway=192.168.1.1;