在我们学校,我们必须连接到一个OpenVPN-server
才能使用互联网。问题是许多网站都被锁定了。
是否有可能创建第二个隧道以连接到另一个OpenVPN-provider
隧道并将第二个隧道用作系统范围的代理?
我在这里看到两种可能性:
1 使用 VM 并连接主机上的一个 VPN 和来宾上的一个 VPN:
第 1 步安装 OpenVPN 和 VirtualBox 计算机
粗体文本是终端命令。
首先,我们需要为 Linux 用户安装 VPN 客户端。Windows 用户可在此处和此处下载 > 程序,并正常运行安装程序。Mac 用户可以将此 GUI 用于 > > OpenVPN for Mac。
Change to the Downloads directory. Configure the installation. ./configure Compile and install. make && sudo make install Now we need to install VirtualBox. This will allow us to have a virtual operating > > systems running from within our computer. Download VirtualBox: Windows, Mac, Linux. Install a virtual machine of your choice for Windows or Linux and Mac, then install > OpenVPN to it.
第 2 步链接 VPN
启动您的虚拟机,并配置它们。
For Windows users using the default VPN client, use this guide to connect to a VPN. > Linux and Mac users, go here. Connect to VPN A with your host OS. Start up your virtual machine of choice, and connect to VPN B with it. Operate from within your virtual machine, and you will be safe from prying eyes. If > you need to delete the virtual machine, make sure you securely delete it, and your
信息将是安全的。
来源: http: //null-byte.wonderhowto.com/how-to/chain-vpns-for-complete-anonymity-0131368/
2 链接 OpenVPN 和其他类型的隧道(PPTP、SSH 等)
连接 OpenVPN
连接其他隧道
资料来源:大脑
如果您想创建自己的 VPN 隧道,简而言之,您需要:
有关详细信息,您可以在此处查看我的帖子:您可以在此处查看我的帖子: https ://www.optionull.com/2017/01/29/routing-traffic-through-openvpn-multiple-hops/