I am struggling with RouterOS command line.
I do need to get the interface name of the Wan if.
This commands shows it: ether1-Wan
Code: Select all
:put [/ip route check 8.8.8.8]
status: ok
interface: ether1-Wan
nexthop: 92.xxx.xxx.1
Code: Select all
/ip route print
Code: Select all
:put [ /ip route get [ /ip route find where dst-address=0.0.0.0/0 ]]