Dear Guys,
i have 2 WAN connection with basic failover setup
without mangle rules
here is the routing setup
/ip route
add check-gateway=ping distance=1 gateway=194.126.15.x
add check-gateway=ping distance=2 gateway=212.28.240.x
add distance=1 dst-address=10.0.0.0/24 gateway=ether1-LAN
add distance=1 dst-address=192.168.1.0/24 gateway=192.168.0.250
add distance=1 dst-address=192.168.2.0/24 gateway=192.168.0.250
add distance=1 dst-address=192.168.3.0/24 gateway=192.168.0.250
if i switch the distance for second route to be active everything will work and i can connect to vpn through the first route 212.28.240.x
what i want is to connect to sstp VPN through the second route while its not active
can i bypass this active route to the second route for clients connecting to vpn
is there anyway i can do that ?
thank you in advance