Skip to main content
Version: current

sstp-client


interface/sstp-client

Type: Directory

FlagNameDescription
XdisabledWhether an item is disabled.
RrunningWhether the interface is running.
Hhw-cryptoWhether hardware encryption is active.
ArgumentTypeDescription
namestringDescriptive name of the interface.
max-mtunumMaximum Transmission Unit.
max-mrunumMaximum Receive Unit.
mrrunumMaximum packet size that can be received on the link. If a packet is bigger than tunnel MTU, it is split into multiple packets, allowing full-size IP or Ethernet packets to be sent over the tunnel.
connect-to ( mandatory )address (flags=D46v)Remote address of the SSTP server.
portnumPort to connect to.
http-proxyalt { address: ipAddr , ipv6-address: ip6Addr , name: string }Proxy address.
proxy-portnumProxy port.
certificateenum (none)Client certificate from the certificate store.
verify-server-certificateboolVerifies the server certificate against the router's certificate store.
verify-server-address-from-certificateboolVerifies the server address from the certificate.
user ( mandatory )stringUser name used for authentication.
passwordstringPassword used for authentication.
profileenumSpecifies which PPP profile configuration is used when establishing the tunnel.
keepalive-timeoutenum (disabled)Keepalive timeout in seconds.
add-default-routeboolWhether to add the SSTP remote address as a default route.
default-route-distancenum { }Distance value applied to the auto-created default route when add-default-route is enabled.
dial-on-demandboolConnects only when outbound traffic is generated. If enabled, a route with a gateway address from 10.112.112.0/24 network is added while the connection is not established.
authenticationubit (pap, chap, mschap1, mschap2)Allowed authentication methods. By default all methods are allowed.
pfsenum (no | yes | required)Specifies which TLS authentication to use. yes - TLS uses ECDHE-RSA and DHE-RSA. required - uses only ECDHE.
tls-versionenum (any | only-1.2)Specifies which TLS version to allow.
ciphersubit (aes256-sha, aes256-gcm-sha384)Allowed ciphers.
add-sniboolAdds TLS SNI extension to client hello packets. Available from RouterOS version 7.15.