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端口失败
Raspberry安装Softether教程,内含所有操作指令及配置
softether-vpnserver-linux
SoftEther PacketiX server 使用方法,教程 http://www.softether.com.cn/contents/185/849.html 这里也有很多图片,界面一样的
softether客户端linux版本的,你可以试试
softether-server-v4.34-9745-beta-2020.04.05-windows-x86_x64-intel.zip
softether 服务器端安装程序
softether linux 安装包 X86
SoftErther是日本某大学开发搭建代理的工具,非常出名,现在国内很多收费的代理工具和公司组网工具都是基于这个软件修改的。 功能:可以搭建各种网络代理(电脑端和手机端都能使用);把多个局域网连接成一个大...
4. 检查配置结果:完成配置后,需要验证VLAN的设置是否正确,确保所有设备都在正确的VLAN中,并且Trunk功能正常工作。 VLAN有助于提高网络的管理效率,因为它允许网络管理员根据功能、部门或安全需求来划分网络。...
这个是服务端 功能:可以搭建各种网络代理(电脑端和手机端都能使用);把多个局域网连接成一个大局域网;其他各种强大的网络搭建都能做 截止到发贴日(2024-5-13),最新的版本是该版本 v4.43-9799 ...
SoftEther(means Software Ethernet) 是一个开源跨平台多协议的软件,是世界上最强大、易用的多协议软件之一。可以运行在Windows、Linux、Mac、FreeBSD和Solaris上。支持SSL-HTTPS及6种主流协议(Openxxx、IPsec、L2...
SoftEther分为虚拟集线器(HUB)和虚拟网卡两部分,使用服务器/客户端的方式工作,虚拟集线器就是服务器,虚拟网卡就是客户端。连接时利用SoftEther提供的连接管理工具将虚拟网卡连接到远端的虚拟集线器上,这样你的...
softether-src-v4.29-9680-rtm.zip
SoftEther分为虚拟集线器(HUB)和虚拟网卡两部分,使用服务器/客户端的方式工作,虚拟集线器就是服务器,虚拟网卡就是客户端。连接时利用SoftEther提供的连接管理工具将虚拟网卡连接到远端的虚拟集线器上,这样你的...
本软件是一个模似网卡和集线器的工具,可以模似集线器功能,实现VPN的功能。使得系统把此软件识别成一块网卡,有了这个东西,只要可以访问外网,都可以连接到虚拟HUB上与其他电脑组成局域网,在此虚拟的局域...
用于SoftEther的Web UI 安装 git clone https://github.com/MatAtBread/SoftEtherWeb cd SoftEtherWeb npm run server 依存关系 已安装node版本10或更高版本 该Web服务器将在其上运行的机器上的vpncmd 注意:对于...
SoftEther虚拟网卡一个新的好软件
校内有台安装Windows 2000 Server的文件服务器,常常需要维护。而笔者家中计算机安装的是Windows 2000专业版,使用2Mbps的ADSL,有公网IP。 如果在家中能控制单位的服务器,那就方便了。在网上闲逛时,不料竟发现一...