0

私たちの学校ではOpenVPN-server、インターネットを使用するために接続する必要があります。問題は、多くのサイトがロックされていることです。

別のトンネルに接続するための 2 番目のトンネルを作成し、2OpenVPN-provider番目のトンネルをシステム全体のプロキシとして使用する可能性はありますか?

4

2 に答える 2

0

ここには 2 つの可能性があります。

1 VM を使用して、ホスト上の 1 つの VPN とゲスト上の 1 つの 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 を接続する

他のトンネルを接続する

ソース: 脳

于 2013-09-28T16:45:06.517 に答える