Hello,
I am using Ivacy and follwed this guide: https://support.ivacy.com/setup_guide/how-to-setup-pptp-on-mikrotik-router/
The SSTP connection is working. I am trying to forward the output traffic from my Mikrotik box (port 443, and 80) and created an output (mangle, mark routing) rule with the specific ports as mentioned.
But I am unable to lad a website and I still do not know whats wrong.
SSTP connection is etabilished.
SRCNAT → masquerade (Out Interface is the SSTP interface)
mark routing (sstp mark, for the specific traffic)
Static route using the SSTP interface with the routing mark “sstp mark”
This work for my VPN connection(I have an additional OVPN connection)…but if I change m mangle rules to the “sstp mark” instead my OVPN mark it does not work anymore but I do not know why. Did I miss something?
I am using a simple script to test my connection:
:log info "script started"
:local result [/tool fetch url="https://api.ipify.org" as-value output=user]
:log info $result
With my VPN interface → works. I get a result
Over SSTP → no result.
Any Ideas?