Static IP routes for Vero?

There’s no real easy way with connman and dhcp. You’d have to try something like this thread.

You can also do something that won’t be persistent after an update, and add your static route command to /lib/systemd/system/connman-wait-for-network.service right before the exit 0 on the “ExecStart” line. For this to work, you need to enable “wait for network” in MyOSMC.

You could also add the route command as a systemd service that requires something like “network-online.target”.