Hello all !
I need to make one script which need to change default gateway i some time period (every 12 hours)
first gateway x.x.x.x
second y.y.y.y
Can somebody help me with this ?
add a scheduler rule with script like this:
/ip route set [/ip route find dst-address=0.0.0.0/0] gateway=xxx.xxx.xxx.xxx
Thanks man !
It work OK …