From 710bb3e08fcedbef7daf0a9c744e2c858fe08045 Mon Sep 17 00:00:00 2001 From: Mario Preksavec Date: Tue, 17 Dec 2013 07:45:24 +0700 Subject: network/sstp-client: Added (SSTP client for Linux). Signed-off-by: Willy Sudiarto Raharjo --- network/sstp-client/README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 network/sstp-client/README (limited to 'network/sstp-client/README') diff --git a/network/sstp-client/README b/network/sstp-client/README new file mode 100644 index 0000000000..821a637329 --- /dev/null +++ b/network/sstp-client/README @@ -0,0 +1,19 @@ +SSTP-Client (SSTP client for Linux) + +SSTP is Microsofts Remote Access Solution (RAS) for PPP over SSL. It can be +used instead of PPTP or L2TP, and is only available with Windows Vista/7 +connecting to a Windows 2008 Server. The advantage of SSTP compared to PPTP +and L2TP is that it cannot be easily blocked by firewalls since the traffic +is transmitted over HTTPS on port 443. Windows Vista/7 uses SSTP if PPTP or +L2TP cannot be established. + +SSTP-Client is an SSTP client for Linux. It can be used to establish a SSTP +connection to a Windows 2008 Server. This software is similar commandline +and configuration as the pptp-client software. + +SSTP-Client features: + + Connect to Microsoft RAS network using SSTP + Use HTTPS with strong encryption over port 443 + Asynchronous HDLC frame support + Integration with pon/poff with various distributions -- cgit v1.2.3