「VPN」の版間の差分
ナビゲーションに移動
検索に移動
→OpenVPNサーバーのセットアップ
三男wiki>もめんタム 編集の要約なし |
三男wiki>もめんタム |
||
43行目: | 43行目: | ||
* ProtonVPN | * ProtonVPN | ||
https://protonvpn.com/ | https://protonvpn.com/ | ||
* Windscribe | * Windscribe | ||
https://jpn.windscribe.com/ | https://jpn.windscribe.com/ | ||
* TunnelBear | * TunnelBear | ||
https://www.tunnelbear.com/ | https://www.tunnelbear.com/ | ||
60行目: | 58行目: | ||
=== 自宅VPN === | === 自宅VPN === | ||
執筆中 | 執筆中 | ||
自宅VPNでネットバンキングを安全に | 自宅VPNでネットバンキングを安全に | ||
株取引や銀行取引など外出先のWi-Fiから利用するのには危険を伴います | 株取引や銀行取引など外出先のWi-Fiから利用するのには危険を伴います | ||
自宅VPNを経由すればIPでログイン制限をしていても利用することができます | 自宅VPNを経由すればIPでログイン制限をしていても利用することができます | ||
別のPCをVPNサーバーにするかVPNルーターを使う方法が簡単です | 別のPCをVPNサーバーにするかVPNルーターを使う方法が簡単です | ||
GL.iNetのルータを利用すれば3000円くらいで構築が完了するでしょう | GL.iNetのルータを利用すれば3000円くらいで構築が完了するでしょう | ||
== VPNネットワークの構築方法 == | == VPNネットワークの構築方法 == | ||
77行目: | 80行目: | ||
==== OpenVPNサーバーのセットアップ ==== | ==== OpenVPNサーバーのセットアップ ==== | ||
NyrのOpenVPN Road Warriorスクリプトを使用します。 | NyrのOpenVPN Road Warriorスクリプトを使用します。 | ||
このスクリプトを使えばサーバ側でOpenVPNをセットアップするのが非常に簡単です。 | このスクリプトを使えばサーバ側でOpenVPNをセットアップするのが非常に簡単です。<syntaxhighlight> | ||
< | wget https://git.io/vpn -O openvpn-install.sh && bash openvpn-install.sh | ||
DNSは「AdguardDNS」を選択し、Portは「1194」VPNの接続名は「vpn.三男.nl」とします | </syntaxhighlight>DNSは「AdguardDNS」を選択し、Portは「1194」VPNの接続名は「vpn.三男.nl」とします<syntaxhighlight> | ||
< | |||
Welcome to this OpenVPN road warrior installer! | Welcome to this OpenVPN road warrior installer! | ||
I need to ask you a few questions before starting setup. | I need to ask you a few questions before starting setup. | ||
88行目: | 90行目: | ||
1) UDP (recommended) | 1) UDP (recommended) | ||
2) TCP | 2) TCP | ||
Protocol [1]: | Protocol [1]: 1 | ||
What port do you want OpenVPN listening to? | What port do you want OpenVPN listening to? | ||
Port [1194]: | Port [1194]: <return> | ||
Which DNS do you want to use with the VPN? | Which DNS do you want to use with the VPN? | ||
100行目: | 102行目: | ||
5) NTT | 5) NTT | ||
6) AdGuard | 6) AdGuard | ||
DNS [1]: | DNS [1]: 6 | ||
Finally, tell me a name for the client certificate. | Finally, tell me a name for the client certificate. | ||
107行目: | 109行目: | ||
We are ready to set up your OpenVPN server now. | We are ready to set up your OpenVPN server now. | ||
Press any key to continue... | Press any key to continue... | ||
</ | </syntaxhighlight>以下略<syntaxhighlight> | ||
< | |||
root@vpn:~# ls -l /root | root@vpn:~# ls -l /root | ||
total 32 | total 32 | ||
-rw-r--r-- 1 root root 23043 May 11 23:27 openvpn-install.sh | -rw-r--r-- 1 root root 23043 May 11 23:27 openvpn-install.sh | ||
-rw-r--r-- 1 root root 5007 May 11 23:29 vpn_三男_nl.ovpn | -rw-r--r-- 1 root root 5007 May 11 23:29 vpn_三男_nl.ovpn | ||
</ | </syntaxhighlight>その.ovpnファイルはクライアント側で設定する必要があるものでテキストファイルです。 | ||
scpするか、catして(cat *.ovpn)テキストをコピーしクライアント側のファイルに貼り付けることができます。 | |||
ただし保存するファイルの末尾が.ovpnであることを確認してください(.txtではありません) | ただし保存するファイルの末尾が.ovpnであることを確認してください(.txtではありません) | ||
==== クライアント ==== | ==== クライアント ==== | ||
Android https://play.google.com/store/apps/details?id=de.blinkt.openvpn | Android https://play.google.com/store/apps/details?id=de.blinkt.openvpn | ||
iOS https://apps.apple.com/jp/app/openvpn-connect/id590379981 | iOS https://apps.apple.com/jp/app/openvpn-connect/id590379981 | ||
==== WireGuardサーバーのセットアップ ==== | ==== WireGuardサーバーのセットアップ ==== | ||
執筆中 | 執筆中 |