I saw a post on lowendtalk last week introducing a new piece of vpn software call SoftEther.
What is SoftEther
A Free Cross-platform Multi-protocol VPN program, as an academic project from University of Tsukuba.
It is a single server which support SSL-VPN (HTTPS) and 6 major VPN protocols (OpenVPN, IPsec, L2TP, MS-SSTP, L2TPv3 and EtherIP).
I would like to also highlight the VPN over ICMP and VPN over DNS feature if you are inside a very strict network.
VPS Setup Guide
This post use SecureNAT. You may want to setup local bridge.
SoftEther author contacted me to highlight serveral points:
- On physical server, local bridge will perform better than SecureNAT
- DO NOT enable both local bridge and SecureNAT at the same time. Packets will loop infinitly and make your server
100%
CPU usage.
Requirement: VPS
I am using vps from buyvm. I got from a year deal which is USD12/year. I would recommend Ramnode(affiliated) as a VPS provider. Their VPS is speedy and support is amazing.
- Spec:
- RAM: 128MB
- Burst: 256MB
- Disk Space: 15GB
- Bandwidth: 500GB
- Location: Buffalo, USA
- OS:
- Debian 6.0 64bit (minimal)
Make sure you login root as follow:
Before installing SoftEther Server let us install some prerequisite.
(build_tools.sh)download
1 2 |
|
Go to SoftEther to download the server binary.
I am using Ver 1.00, Build 9029, rc2 in this tutorial.
After download, run
(make.sh)download
1 2 3 |
|
Read the Agreement and press 1 three times.
Then we move the dir to /usr/local/
(install.sh)download
1 2 3 4 5 6 7 |
|
paste the following content to nano
(vpnserver.sh)download
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
|
ctrl-o ret ctrl-x
After that we enable the service
(service.sh)download
1 2 3 4 5 |
|
Then we need to do a checking.
1 2 3 |
|
You should get 4 “Pass”.
We need to set the server admin password
1 2 3 4 5 |
|
Enter the admin password.
I do the setting on a windows client. It is running
Install it, run it, click New setting. Input ip and password.
Then connect to it. On successful login, it will pop up Easy Setup
Check Remote Access Server and Next
Yes
OK
Check Enable L2TP Server Function and input your own pre-share key
OK
We disable Azure VPN
Then we need to create a new user. This is trivial.
Click on “Manage Virtual Hub”
Click on “Secure NAT” (If you want a faster connection we can refer to my 2nd post on softether)
Enable the Virtual NAT
Again DO NOT enable SecureNAT and local bridge at the same time!
Done
You can try to connect to the vpn server through L2TP/IPSec.
----------------------------分割线---------------------------------------
SoftEther VPN一款开放源代码的软件,每个VPN Gate公共VPN中继服务器是分佈式的,并由许多志愿者托管,每个志愿者花費极少量的贷款成本和CPU时间在他的VPN服务器上,VPN Gate服务可以免费給大家使用。
本文只是纯技术交流,请勿做违法用途.
使用SoftEther VPN可以非常方便的建立和管理我们的虚拟专用网络。
环境
Ubuntu 12.10
安装
apt-get update apt-get install build-essential
vpn server的下载地址和安装过程
wget -c http://www.softether-download.com/files/softether/v4.10-9473-beta-2014.07.12-tree/Linux/SoftEther_VPN_Server/64bit_-_Intel_x64_or_AMD64/softether-vpnserver-v4.10-9473-beta-2014.07.12-linux-x64-64bit.tar.gz tar zxf softether-vpnserver-v1.00-9029-rc2-2013.03.16-linux-x64-64bit.tar.gz cd vpnserver sudo make i_read_and_agree_the_license_agreement
在目录下,执行
sudo ./vpnclient start
即打开了 softether vpn 服务。
设置
设置远程管理密码,开启远程管理,方便我们在远程用windows管理。
运行 ./vpncmd
root@server:~/vpnserver# ./vpncmd vpncmd command - SoftEther VPN Command Line Management UtilitySoftEther VPN Command Line Management Utility (vpncmd command)Version 4.10 Build 9473 (English)Compiled 2014/07/12 02:33:15 by yagi at pc26 Copyright (c) SoftEther VPN Project. All Rights Reserved.By using vpncmd program, the following can be achieved. 1. Management of VPN Server or VPN Bridge 2. Management of VPN Client3. Use of VPN Tools (certificate creation and Network Traffic Speed Test Tool)Select 1, 2 or 3: [在这里输入1]Specify the host name or IP address of the computer that the destination VPN Server or VPN Bridge is operating on. By specifying according to the format 'host name:port number', you can also specify the port number. (When the port number is unspecified, 443 is used.)If nothing is input and the Enter key is pressed, the connection will be made to the port number 8888 of localhost (this computer).Hostname of IP Address of Destination:[在这里敲回车键] If connecting to the server by Virtual Hub Admin Mode, please input the Virtual Hub name. If connecting by server admin mode, please press Enter without inputting anything.Specify Virtual Hub Name: [在这里敲回车键] Connection has been established with VPN Server "localhost" (port 443).You have administrator privileges for the entire VPN Server. VPN Server>[输入ServerPasswordSet]ServerPasswordSet command - Set VPN Server Administrator PasswordPlease enter the password. To cancel press the Ctrl+D key.Password: [输入你的密码]Confirm input: [再次输入你的密码]
此时,可以进行远程管理了.
windows 上远程管理 softether vpn
首先去 softether 下载 windows版本管理端.
下载好后,运行如下图,s.sadk.org 是我之前建立好的一个.
-
点击[新设置]进行配置,www.sadk.org是我的服务器.下面注意输入你刚才设置的管理密码.最后点击[确定]
-
在三个VPN Server类型中选择 [远程访问 VPN Server],点击[下一步].
-
提示虚拟 HUB 名,默认即可.点击[确定]
-
动态 DNS 功能,这里直接点[退出].因为我们的服务器基本上都是静态ip.ps:不清楚这域名有没有被墙掉.
-
IPsec / L2TP / EtherIP / L2TPv3 设置,这里可以安装你的需要进行设置.貌似l2tp已经可以被检测到了.我这里都没钩.直接点[确定]
-
VPN Azure,我这选择的禁用.貌似可以启用后,可以组建局域网?
-
接下来是创建用户.
-
用户名是必须的.注意选密码验证.接下来点[确定]就ok.
-
接下来可以看到已经建立好的账户.
-
最后回到www.sadk.org,这台服务器的管理界面.
-
还没完,点击[管理虚拟 HUB]
-
点击[虚拟 NAT 和虚拟 DHCP 服务器],[启用 SecureNAT]
注意:如果你只是通过VPN Server做代理上网,你可以直接打开SecureNAT即可完成配置;如果你是通过VPN访问服务器所在的工作网络(其实这才是VPN的本来用途),而且服务器的IP地址是其所在网络的DHCP服务器所分配,那么不需要打开SecureNAT,而是要将Server的物理网卡桥接到虚拟HUB上;如果服务器所在网络属于静态IP,那么你要么手动配置客户端的虚拟网卡的IP,要么就需要配置SecureNAT,这需要你了解IPv4地址的配置方式。
文章地址:http://www.lichanglin.cn/softether%20server%E7%9A%84%E5%AE%89%E8%A3%85%E9%85%8D%E7%BD%AE%EF%BC%88ubuntu%E3%80%81debian%EF%BC%89/
http://blog.lincoln.hk/blog/2013/03/19/softether-on-vps/
http://www.freebuf.com/sectool/40418.html
http://download.csdn.net/detail/zhenwo89/6406365
相关推荐
在压缩包文件中的"虚拟网卡.exe"是softEther的安装程序,安装后即可在电脑上创建和管理虚拟网卡,进一步利用softEther的功能。使用时,用户需要根据自己的需求配置虚拟网络参数,如IP地址、子网掩码、网关等,并设置...
SoftEther V-HUB的默认侦听...如果你的系统已经被占用,或者你有其他原因不想使用这两个默认端口,特别是 Apache之类的Web Server已经使用了443端口作HTTPS用的情况下,SoftEther会显示如下的信息表示侦听443端口失败
4. 检查配置结果:完成配置后,需要验证VLAN的设置是否正确,确保所有设备都在正确的VLAN中,并且Trunk功能正常工作。 VLAN有助于提高网络的管理效率,因为它允许网络管理员根据功能、部门或安全需求来划分网络。...
校内有台安装Windows 2000 Server的文件服务器,常常需要维护。而笔者家中计算机安装的是Windows 2000专业版,使用2Mbps的ADSL,有公网IP。 如果在家中能控制单位的服务器,那就方便了。在网上闲逛时,不料竟发现一...
Windows操作系统虽然不是设计用于此目的,但通过安装特定的软件,如SoftEther VPN、PPPoE Server或RouterOS等,可以将其转变为一个软路由平台。 "旁路由"的概念是指将一台计算机设置为网络中的辅助路由器,不直接...
"说明.htm"则包含了关于源码的详细使用指南和配置说明,帮助用户更好地理解和部署网站。"favicon.ico"是网站的图标文件,会在浏览器标签页上显示,增加网站识别度。 总的来说,小刀娱乐网源码2018版 v4.29是一个...