Idiot (me) needs help creating static route on version 4.16

I don’t know what the hell changed, but going from 3.x to 4.16 really blows.

I imported my settings and none of my static routes work.

I just want to route a subnet 209.41.78.64/27 through to a gateway 208.53.48.254 (which is pingable on the router since it has 208.53.48.253 on it).

How do I create the stupid static route in version 4.16???

Help me, I’m crying.

/ip route add dst-address=209.41.78.64/27 gateway=208.53.48.254

Thanks, I figured it out.

My problem was I had the preferred source (and remote gateway) on a VRRP interface.

Apparently you cannot use static routing on VRRP.

So I had to assigned the Preferred source to the actual interface, not the VRRP interface and it worked.

That sort of breaks VRRP because the preferred source can’t ‘move’ to the other routers.

Anyone know a way around this?