Skip to main content

Install and Configure SSTP Client Ubuntu 22.04

Introduction

This guide is tailored to connect Ubuntu 22.04 using SSTP VPN client to SoftEther SSTP clone server. It may work for Windows SSTP VPN Server but it hasn't been tested on that.

Install SSTP client on Gnome based Ubuntu

Ensure your package repo is up-to-date:

apt-get install update

Install SSTP client and the SSTP Network Manager extension:

apt-get install network-manager-sstp sstp-client

Configure SSTP Client

On the upper-right hand corner of your screen, click on the 

image.png

Start the network manger by either typing the following command in the CLI:

nm-connection-editor

image.png

image.png

image.png

image.png

image.png

 

[connection]
id=Home
uuid=0ab361d5-a0d2-4e6f-9083-e58bfbf8e18c
type=vpn
autoconnect=false
permissions=user:dedwards:;
timestamp=1736267330

[vpn]
connection-type=password
gateway=homevpn.deeztek.com
ignore-cert-warn=yes
lcp-echo-failure=5
lcp-echo-interval=30
password-flags=1
refuse-chap=yes
refuse-eap=no
refuse-mschap=no
refuse-mschapv2=no
refuse-pap=yes
tls-ext=yes
tls-verify-key-usage=no
user=dedwards
service-type=org.freedesktop.NetworkManager.sstp

[ipv4]
method=auto
never-default=true
route1=192.168.30.0/24,1.0.0.1

[ipv6]
addr-gen-mode=stable-privacy
method=disabled

[proxy]