sorz/sstp-server

On which Linux distribution can i run it?

kosuodhmwa opened this issue · 1 comments

  • Can i run it on Debian 11 "Bullseye" 64 bit?
  • Can i also run it on Raspbian 11 "Bullseye" 64 bit?

Thanks in advance for your feedback.

Best regards, Jan

tisj commented

Any linux distribution is fine. You will need Python, some Python modules, PPP daemon and optionally sstp-client (API plugin). Most distros won't provide a package for sstpd in their repo though, so you'll have to install/compile some dependencies yourself.

A list of python dependencies:

  • Python-Automat
  • Python-argparse
  • Python-attrs
  • Python-cffi
  • Python-constantly
  • Python-cryptography
  • Python-hyperlink
  • Python-idna
  • Python-incremental
  • Python-ipaddress
  • Python-pyopenssl
  • Python-pyasn1
  • Python-pyasn1-modules
  • Python-pycparser
  • Python-service_identity
  • Python-setuptools
  • Python-six
  • Python-zope.interface