马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
x
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
复制代码 在目录下,执行
即打开了 softether vpn 服务。 设置设置远程管理密码,开启远程管理,方便我们在远程用windows管理。 运行 ./vpncmd - root@server:~/vpnserver# ./vpncmd
- vpncmd command - SoftEther VPN Command Line Management Utility
- SoftEther 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 Client
- 3. 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 Password
- Please 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.
接下来可以看到已经建立好的账户.
还没完,点击[管理虚拟 HUB] 注意:如果你只是通过VPN Server做代理上网,你可以直接打开SecureNAT即可完成配置;如果你是通过VPN访问服务器所在的工作网络(其实这才是VPN的本来用途),而且服务器的IP地址是其所在网络的DHCP服务器所分配,那么不需要打开SecureNAT,而是要将Server的物理网卡桥接到虚拟HUB上;如果服务器所在网络属于静态IP,那么你要么手动配置客户端的虚拟网卡的IP,要么就需要配置SecureNAT,这需要你了解IPv4地址的配置方式。
文章参考: http://cokebar.info/archives/163 http://blog.lincoln.hk/blog/2013/03/19/softether-on-vps/
来源:网络转载
|