SSTP Disconnecting after 2 Minutes

Router with 6.44v was working fine till last two days from Windows10 inbuilt sstp client. Suddenly showing this behavious. One of the changes done on these period is redirect some subnet traffic to secondary ISP using mangle.

[admin@Mikrotik] /interface sstp-server> serv print
enabled: yes
port: 443
max-mtu: 1500
max-mru: 1500
mrru: disabled
keepalive-timeout: 60
default-profile: default
authentication: mschap2
certificate: Server_Certificate
verify-client-certificate: no
force-aes: no
pfs: no
tls-version: any
[admin@Mikrotik] /interface sstp-server>


10:53:05 sstp,ppp,info,account user1 logged in, 172.30.30.2
10:53:06 sstp,ppp,info user1: authenticated
10:53:07 sstp,ppp,info user1: connected
10:55:06 sstp,ppp,info user1: terminating… - connection timeout
10:55:06 sstp,ppp,info,account user1 logged out, 120 102 356 5 7
10:55:06 sstp,ppp,info user1: disconnected

Any Idea on this ? Any one notice this issue before. Please, can anyone help me to figure it out. How mangle and NAT are co-related ?

Both NAT and mangle are handlings done by the firewall. As you use mangle to control routing, I would expect that due to some mistake or omission it affects the communication with the SSTP client.

Follow the hint in my automatic signature if you can’t find the aforementioned omission or mistake on your own.

Hi Sindy,

That was a peoblem with Mangle. Thank for the support.