hello. sorry for bad english.
how i can set route for your IP Cloud service?
i need set DyDNS-name for mikrotik-ip<>nat<>public who not in default output-system-route.
how i can set route for your service?
mangle by dst-ip - not good i think (ip can will be change)
may be by content? l7? dst-port?
i will be glad for your opinion and advice.
i advice for you to get for user may set src-ip for this service => and then he can set src-ip routing.
may be is that:
/ip cloud advanced> print
use-local-address: no
it can help me?
update: i found solution - udp port 15252 of your service. i add mangle by this dst port. do you plan to change it?
You can use static routes to addresses used by Cloud service. If you fear they can change (they can), you can make a script to update them from time to time. Or you can try another method.
thank you! yes, i see. ip cloud use 2 ip. but i was add filter by port - it will be better i think. or i wrong?
anyway - i think add cloudip-scr-ip-user-option for mikrotik it will be good. i think is good practice - change application scr-address.
but i can not know something. is just my opinion.
Using port doesn’t feel right to me. It’s not exclusive for Cloud, in theory something else might use it too. On the other hand, if we’re talking about router output, it’s not very likely that something else will send udp packets to this port from router. So it would probably work fine.
Option to use selected interface would be nice. But you have to convince MikroTik to add it.