Hi,
I have a static route from one mikrotik to an other connected with SSTP. Sometimes after reestablishing SSTP one of my static routes are disabled because of missing interface. How can I reenable the static route automatically? I have to open the route in winbox, choose the gateway-interface again an after saveing everything is okay. Any hints?
I assume you’re talking about the SSTP-server side.
Create a server binding for the SSTP client and use this as interface for the route.
There are cases when still a dynamic interface is created when the client connects but this could easily be intercepted by netwatch and a little scripting (The latter also counts for re-enabling your route in the current state of your config).
-Chris