在我们学校,我们必须连接到OpenVPN-server
才能使用互联网。
问题是很多网站都被锁定了。
是否有可能创建第二个隧道以连接到不同的OpenVPN-provider
并将第二个隧道用作系统范围的代理?
答案 0 :(得分:0)
我在这里看到两种可能性:
1使用VM并在主机上连接一个VPN,在guest虚拟机上连接一个:
步骤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
连接其他隧道
来源:大脑
答案 1 :(得分:0)
如果您想创建自己的VPN隧道,简而言之:
有关详细信息,请在此处查看我的帖子: 你可以在这里查看我的帖子: https://www.optionull.com/2017/01/29/routing-traffic-through-openvpn-multiple-hops/