2xISPs (one for 80 port other for else)

Hi,

I would like to connect 2nd isp (first is working at the time) to my Mikrotik Router (2.9.48).

I’m doing this in this way:

ip firewall mangle add chain=prerouting protocol=tcp dst-port=80 action=mark-routing new-routing-mark=GTSwww



ip route add gateway=xxx.xxx.xx.xx routing-mark=GTSwww

And I cannot force this rule

dst-address=0.0.0.0/0 routing-mark=GTSwww action=lookup table=GTSwww

There is no action and table “command”…and I’m reciving:

Invalid route configuration: No gateway

Could you help me ?