I have used the following script :
{/ip route set [/ip route find dst 0.0.0.0/0] gateway 192.168.1.1}
with combination of NETWATCH,
and the question is how it look like for ROS 3.1?
Thanks a lot in advance!
I have used the following script :
{/ip route set [/ip route find dst 0.0.0.0/0] gateway 192.168.1.1}
with combination of NETWATCH,
and the question is how it look like for ROS 3.1?
Thanks a lot in advance!
{ /ip route set [/ip route find dst-address=“0.0.0.0/0”] gateway=192.168.1.1 }
Thanks so much for the help! It works! ![]()