Skip to content

Instantly share code, notes, and snippets.

@gordonbondon
Last active July 13, 2016 14:44
Show Gist options
  • Save gordonbondon/a5f89e172263aab44f12d4f87ae18db8 to your computer and use it in GitHub Desktop.
Save gordonbondon/a5f89e172263aab44f12d4f87ae18db8 to your computer and use it in GitHub Desktop.
  1. Install sstp-client and libsstp-client0 via PPA
    sudo add-apt-repository ppa:eivnaes/network-manager-sstp
    sudo apt-get update
    sudo apt-get install sstp-client
    sudo apt-get install libsstp-client0
  1. Try installing network-manager-sstp and network-manager-sstp-gnome also from this PPA
    sudo apt-get install network-manager-sstp
    sudo apt-get install network-manager-sstp-gnome
  1. If you receive dependenci errors for 1.10 libsstp-client0 download and install network-manager-sstp and network-manager-sstp-gnome from source forge. Check for latest version here http://sourceforge.net/projects/sstp-client/files/network-manager-sstp/. Download files network-manager-sstp_ ubuntu3_amd64 and network-manager-sstp-gnome_ ubuntu3_amd64 and install them
    sudo dpkg -i --force-depends-version network-manager-sstp_1.2.0-0ubuntu3_amd64.deb
    sudo dpkg -i --force-depends-version network-manager-sstp-gnome_1.2.0-0ubuntu3_amd64.deb
  1. After installing network manager reboot
    reboot
  1. Check if you can create SSTP VPN Connection

  2. Fix dependencies

    sudo apt-get -f install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment