pasdif
September 10, 2014, 11:57am
1
Hi,
is possible implement the following in ros
route add x.x.x.x dev eth0
route add default gw x.x.x.x
?
Under linux work fine, but I don’t know how to implement in ros.
I tried with setting scope and target-scope, but without success.
greetings
Pasquale
mrz
September 11, 2014, 6:58am
3
Please read manual more carefully
http://wiki.mikrotik.com/wiki/Manual:IP/Route#Nexthop_lookup
“Routes with interface name as the value of gateway are not used for nexthop lookup.”
pasdif
September 11, 2014, 7:52am
4
Thanks for your reply.
I had already read the documentation, but … according to my opinion is a big limitation considering that ros has the linux kernel. If linux does not understand why ros does not allow it.
Regards
mrz
September 11, 2014, 8:19am
5
because it was not implemented, maybe in version 7.
pasdif
September 11, 2014, 9:27am
6
Good news. It is useful, for example, when there is an cheaper ADSL with dynamic IP addresses to implement an automatic failover.
The question arises: “When is for version 7?”
Thanks anyway
Pasquale