Hi,
i have sstp connections problems with some clients. I have a SSTP server (CCR9) at office with arround
60 SSTP clients connected.
Same scripts clients. With some clients i get connected (Running) SSTP but when i try to connect
even ssh or winbox try to connect but once seems to be connected gets freezed and after 30 seconds
disconnects. On client side the connection seems correct on log informs than client conneted in and after
some seconds then client disconnected.
I detected that happens in a client with movistar (spain) and FIX IP, and in a client with
router vodafone.
I tried to change MTU down until 1400 but no difference.
This is client config:
/interface sstp-client
add name=sstp-out-swb connect-to=xxx:443 user=xxx password=xxx profile=default-encryption comment=myVPNswb disabled=no
This is server config:
/interface sstp-server server
set default-profile=default-encryption enabled=yes
/ppp profile
set 0 local-address=172.16.2.1 remote-address=pool-vpn
set 1 local-address=172.16.2.1 remote-address=pool-vpn
/ip pool
add name=pool-vpn ranges=172.16.2.1-172.16.2.255
/ip firewall nat
add action=masquerade chain=srcnat out-interface=all-ppp
/interface sstp-server
add name=“xxx” user=xxx
/ppp secret
add comment=“xxx” name=xxx password=xxx
What to do to try to solve the connection?