README 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. SoftEther VPN - An Open-Source Cross-platform Multi-protocol VPN Program
  2. http://www.softether.org/
  3. We use GitHub as the primary official SoftEther VPN repository:
  4. https://github.com/SoftEtherVPN/SoftEtherVPN/
  5. Source code packages (.zip and .tar.gz) and binary files are also available:
  6. http://www.softether-download.com/
  7. We accept your patches by the acceptance policy:
  8. http://www.softether.org/5-download/src/9.patch
  9. Copyright (c) 2012-2014 SoftEther Project at University of Tsukuba, Japan.
  10. This program is free software; you can redistribute it and/or modify
  11. it under the terms of the GNU General Public License version 2
  12. as published by the Free Software Foundation.
  13. SoftEther VPN ("SoftEther" means "Software Ethernet") is one of the
  14. world's most powerful and easy-to-use multi-protocol VPN software.
  15. SoftEther VPN runs on Windows, Linux, Mac, FreeBSD and Solaris.
  16. SoftEther VPN supports most of widely-used VPN protocols
  17. including SSL-VPN, OpenVPN, IPsec, L2TP, MS-SSTP, L2TPv3 and EtherIP
  18. by the single SoftEther VPN Server program.
  19. More details on http://www.softether.org/.
  20. SOFTETHER VPN ADVANTAGES
  21. ------------------------
  22. - Supporting all popular VPN protocols by the single VPN server:
  23. SSL-VPN (HTTPS)
  24. OpenVPN
  25. IPsec
  26. L2TP
  27. MS-SSTP
  28. L2TPv3
  29. EtherIP
  30. - Free and open-source software.
  31. - Easy to establish both remote-access and site-to-site VPN.
  32. - SSL-VPN Tunneling on HTTPS to pass through NATs and firewalls.
  33. - Revolutionary VPN over ICMP and VPN over DNS features.
  34. - Resistance to highly-restricted firewall.
  35. - Ethernet-bridging (L2) and IP-routing (L3) over VPN.
  36. - Embedded dynamic-DNS and NAT-traversal so that no static nor
  37. fixed IP address is required.
  38. - AES 256-bit and RSA 4096-bit encryptions.
  39. - Sufficient security features such as logging and firewall inner
  40. VPN tunnel.
  41. - User authentication with RADIUS and NT domain controllers.
  42. - User authentication with X.509 client certificate.
  43. - Packet logging.
  44. - 1Gbps-class high-speed throughput performance with low memory and
  45. CPU usage.
  46. - Windows, Linux, Mac, Android, iPhone, iPad and Windows Phone are
  47. supported.
  48. - The OpenVPN clone function supports legacy OpenVPN clients.
  49. - IPv4 / IPv6 dual-stack.
  50. - The VPN server runs on Windows, Linux, FreeBSD, Solaris and Mac OS X.
  51. - Configure All settings on GUI.
  52. - Multi-languages (English, Japanese and Simplified-Chinese).
  53. - No memory leaks. High quality stable codes, intended for long-term runs.
  54. We always verify that there are no memory or resource leaks before
  55. releasing the build.
  56. - More details at http://www.softether.org/.
  57. GETTING STARTED
  58. ---------------
  59. Visit the SoftEther VPN Project official web site at first:
  60. http://www.softether.org/
  61. If you are not a developer, it is recommended to download the binary
  62. installers from:
  63. http://www.softether-download.com/
  64. To build from the source,
  65. see "BUILD_UNIX.TXT" or "BUILD_WINDOWS.TXT" files.
  66. HOW TO DOWNLOAD THE LATEST SOURCE CODE PACKAGE
  67. ----------------------------------------------
  68. Go to http://www.softether-download.com/ and you can find the latest
  69. source-code package file in both .ZIP and .TAR.GZ format.
  70. This is the easiest way to obtain the source code of SoftEther VPN.
  71. HOW TO GET THE LATEST SOURCE CODE TREE FOR DEVELOPERS
  72. -----------------------------------------------------
  73. If you are an open-source developer, visit our GitHub repository:
  74. https://github.com/SoftEtherVPN/SoftEtherVPN/
  75. You can download the up-to-date source-code tree of SoftEther VPN
  76. from GitHub. You may make your own fork project from our project.
  77. The download and build instruction is following:
  78. $ git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git
  79. $ cd SoftEtherVPN
  80. $ ./configure
  81. $ make
  82. $ make install
  83. TO CIRCUMVENT YOUR GOVERNMENT'S FIREWALL RESTRICTION
  84. ----------------------------------------------------
  85. Because SoftEther VPN is overly strong tool to build a VPN tunnel,
  86. some censorship governments want to block your access to the source code
  87. of SoftEther VPN, by abusing their censorship firewalls.
  88. To circumvent your censor's unjust restriction,
  89. SoftEther VPN Project distributes the up-to-date source-code
  90. on all the following open-source repositories:
  91. - GitHub
  92. https://github.com/SoftEtherVPN/SoftEtherVPN/
  93. - SourceForge
  94. https://sourceforge.net/p/softethervpn/code/ci/master/tree/
  95. - Google Code
  96. https://code.google.com/p/softether/source/browse/
  97. To fetch the source code from GitHub:
  98. $ git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git
  99. To fetch the source code from SourceForge:
  100. $ git clone http://git.code.sf.net/p/softethervpn/code
  101. - or -
  102. $ git clone git://git.code.sf.net/p/softethervpn/code
  103. To fetch the source code from Google Code:
  104. $ git clone https://code.google.com/p/softether/
  105. We hope that you can reach one of the above URLs at least!
  106. SOURCE CODE CONTRIBUTION
  107. ------------------------
  108. Your contribution to SoftEther VPN Project is much appreciated.
  109. Please send patches to us through GitHub.
  110. Read the SoftEther VPN Patch Acceptance Policy in advance:
  111. http://www.softether.org/5-download/src/9.patch
  112. DEAR SECURITY EXPERTS
  113. ---------------------
  114. If you find a bug or a security vulnerability please kindly inform us
  115. about the problem immediately so that we can fix the security problem
  116. to protect a lot of users around the world as soon as possible.
  117. Our e-mail address for security reports is:
  118. softether-vpn-security [at] softether.org
  119. Please note that the above e-mail address is not a technical support
  120. inquiry address. If you need technical assistance, please visit
  121. http://www.softether.org/ and ask your question on the users forum.
  122. DISCLAIMER
  123. ----------
  124. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  125. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  126. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  127. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  128. CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  129. TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  130. SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  131. THIS SOFTWARE IS DEVELOPED IN JAPAN, AND DISTRIBUTED FROM JAPAN,
  132. UNDER JAPANESE LAWS. YOU MUST AGREE IN ADVANCE TO USE, COPY, MODIFY,
  133. MERGE, PUBLISH, DISTRIBUTE, SUBLICENSE, AND/OR SELL COPIES OF THIS
  134. SOFTWARE, THAT ANY JURIDICAL DISPUTES WHICH ARE CONCERNED TO THIS
  135. SOFTWARE OR ITS CONTENTS, AGAINST US (SOFTETHER PROJECT, SOFTETHER
  136. CORPORATION, DAIYUU NOBORI OR OTHER SUPPLIERS), OR ANY JURIDICAL
  137. DISPUTES AGAINST US WHICH ARE CAUSED BY ANY KIND OF USING, COPYING,
  138. MODIFYING, MERGING, PUBLISHING, DISTRIBUTING, SUBLICENSING, AND/OR
  139. SELLING COPIES OF THIS SOFTWARE SHALL BE REGARDED AS BE CONSTRUED AND
  140. CONTROLLED BY JAPANESE LAWS, AND YOU MUST FURTHER CONSENT TO
  141. EXCLUSIVE JURISDICTION AND VENUE IN THE COURTS SITTING IN TOKYO,
  142. JAPAN. YOU MUST WAIVE ALL DEFENSES OF LACK OF PERSONAL JURISDICTION
  143. AND FORUM NON CONVENIENS. PROCESS MAY BE SERVED ON EITHER PARTY IN
  144. THE MANNER AUTHORIZED BY APPLICABLE LAW OR COURT RULE.
  145. USE ONLY IN JAPAN. DO NOT USE THIS SOFTWARE IN ANOTHER COUNTRY UNLESS
  146. YOU HAVE A CONFIRMATION THAT THIS SOFTWARE DOES NOT VIOLATE ANY
  147. CRIMINAL LAWS OR CIVIL RIGHTS IN THAT PARTICULAR COUNTRY. USING THIS
  148. SOFTWARE IN OTHER COUNTRIES IS COMPLETELY AT YOUR OWN RISK. THE
  149. SOFTETHER VPN PROJECT HAS DEVELOPED AND DISTRIBUTED THIS SOFTWARE TO
  150. COMPLY ONLY WITH THE JAPANESE LAWS AND EXISTING CIVIL RIGHTS INCLUDING
  151. PATENTS WHICH ARE SUBJECTS APPLY IN JAPAN. OTHER COUNTRIES' LAWS OR
  152. CIVIL RIGHTS ARE NONE OF OUR CONCERNS NOR RESPONSIBILITIES. WE HAVE
  153. NEVER INVESTIGATED ANY CRIMINAL REGULATIONS, CIVIL LAWS OR
  154. INTELLECTUAL PROPERTY RIGHTS INCLUDING PATENTS IN ANY OF OTHER 200+
  155. COUNTRIES AND TERRITORIES. BY NATURE, THERE ARE 200+ REGIONS IN THE
  156. WORLD, WITH DIFFERENT LAWS. IT IS IMPOSSIBLE TO VERIFY EVERY
  157. COUNTRIES' LAWS, REGULATIONS AND CIVIL RIGHTS TO MAKE THE SOFTWARE
  158. COMPLY WITH ALL COUNTRIES' LAWS BY THE PROJECT. EVEN IF YOU WILL BE
  159. SUED BY A PRIVATE ENTITY OR BE DAMAGED BY A PUBLIC SERVANT IN YOUR
  160. COUNTRY, THE DEVELOPERS OF THIS SOFTWARE WILL NEVER BE LIABLE TO
  161. RECOVER OR COMPENSATE SUCH DAMAGES, CRIMINAL OR CIVIL
  162. RESPONSIBILITIES. NOTE THAT THIS LINE IS NOT LICENSE RESTRICTION BUT
  163. JUST A STATEMENT FOR WARNING AND DISCLAIMER.
  164. READ AND UNDERSTAND THE 'WARNING.TXT' FILE BEFORE USING THIS SOFTWARE.
  165. SOME SOFTWARE PROGRAMS FROM THIRD PARTIES ARE INCLUDED ON THIS SOFTWARE
  166. WITH LICENSE CONDITIONS WHICH ARE DESCRIBED ON THE 'THIRD_PARTY.TXT' FILE.
  167. ADVERTISEMENT
  168. -------------
  169. SoftEther VPN is developed by SoftEther VPN Project at University of Tsukuba.
  170. Department of Computer Science has dozens of overly-enthusiastic geeks.
  171. Join us: http://www.tsukuba.ac.jp/english/admission/