Secure Socket Tunneling Protocol (SSTP) VPN tunel server.
Project description
A Secure Socket Tunneling Protocol (SSTP) server implemented by Python/Twisted.
Requirements
Python 2.7
pppd
Linux kernel >= 2.6.0 with CONFIG_PPP_SYNC_TTY enabled.
Install
Install from PyPI:
# pip install sstp-server
Install from GitHub:
$ wget https://github.com/sorz/sstp-server/archive/master.zip $ unzip master $ cd sstp-server-master # ./setup.py install
Usage
Create pppd configure file /etc/ppp/options.sstpd,
A example:
name sstpd require-mschap-v2 nologfd nodefaultroute ms-dns 8.8.8.8 ms-dns 8.8.4.4
Start server:
# sstpd -p 443 -c cert.pem --local 10.0.0.1 --remote 10.0.0.0/24
Known Issues
Not yet implement Crypto Binding. It may be vulnerable by MITM attack.
License
The MIT License (MIT)
Copyright (c) 2014-2015 Sorz
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sstp-server-0.2.0.tar.gz.
File metadata
- Download URL: sstp-server-0.2.0.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22e1459dc94813774eb7cfe31d4250180cbc2a02aa73087f4e4ba8f8935c1764
|
|
| MD5 |
a78640a2f06ce42f0d3373718f5e6a12
|
|
| BLAKE2b-256 |
df21752471650e9047e42cb50433caa8c01f96e35c1a54d9e6bad3cf6875a0a6
|
File details
Details for the file sstp_server-0.2.0-py2-none-any.whl.
File metadata
- Download URL: sstp_server-0.2.0-py2-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc24631cc5d23aed3b4a805aa9557cc79180c6c2fab9db4d7e74ef23b5176d89
|
|
| MD5 |
2a87742ee95a6128e8b29e2a8492b378
|
|
| BLAKE2b-256 |
a1a5a7b476251dbfc1346d07eb72d41e14898106d1cd2d12cf7fc915fcfd127f
|