route add commands

How can I apply the following commands (used in Linux) in MikroTik?
route add -host 10.7.2.33 eth0
route add default gw 10.7.2.33

You cannot, because RouterOS unfortunately still does not support interface-routes (which I beg for for some time now :wink: ).



/ip route add dst-address=0.0.0.0/0 gateway=10.7.2.33

Best regards,
Christian Meis

Thanks for your info… too bad… i need that too… :frowning: