このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
mae3xx_tips:setup_openvpn:start [2014/09/11 10:33] – [PPP(PPPoE 含) 経由の接続が不安定] admin | mae3xx_tips:setup_openvpn:start [2019/02/25 14:50] (現在) – admin | ||
---|---|---|---|
行 1: | 行 1: | ||
+ | ====== OpenVPN の導入 ====== | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | 『[[mae3xx_tips: | ||
+ | 下記のような問題点があります。 | ||
+ | |||
+ | 参考 | ||
+ | * [[http:// | ||
+ | * [[http:// | ||
+ | |||
+ | 問題点 | ||
+ | * ルータに PPTP パススルー機能が必要 | ||
+ | * ルータのローカル側に、複数のクライアントが存在することができない | ||
+ | |||
+ | |||
+ | よりセキュアに、なおかつ、IPsec よりお手軽に VPN を、という場合、[[http:// | ||
+ | 比較表を作っているサイトもありました。 | ||
+ | |||
+ | [[https:// | ||
+ | |||
+ | < | ||
+ | Conclusion | ||
+ | |||
+ | OpenVPN is the best choice for all platforms. It is extremely fast, secure and reliable. | ||
+ | Additionally, | ||
+ | The only minor downside is the requirement to install the software client but on most | ||
+ | platforms this only takes a few minutes. | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | ここでは、VPS に MA-E3xx から OpenVPN で接続して、センサーデータをセキュアな経路で送信するというケースを想定し、セットアップを行ってみます。\\ | ||
+ | サーバは、[[http:// | ||
+ | |||
+ | \\ | ||
+ | |||
+ | ===== 設定 ===== | ||
+ | |||
+ | * [[.setup_server: | ||
+ | * [[.setup_client: | ||
+ | |||
+ | \\ | ||
+ | |||
+ | ===== よくある質問 ===== | ||
+ | |||
+ | ==== PPP(PPPoE 含) 経由の接続が不安定 ==== | ||
+ | |||
+ | Flet's など PPP 経由では MTU が小さくなるため、OpenVPN デフォルトの MTU 1500bytes のままですと、不安定、もしくは接続されているのにパケットが通らないという結果になります。\\ | ||
+ | その場合、サーバ・クライアント双方の設定ファイルに、下記を追加することで解消されるケースがほとんどです。 | ||
+ | |||
+ | < | ||
+ | fragment 1426 | ||
+ | mssfix | ||
+ | </ | ||
+ | |||
+ | ※ 1426 の数値は、環境により調整が必要な場合があります。[さくらの VPS] <-> [FOMA 回線 (DTI)] でパケットが通る (SSH 接続が可能) ことを確認しています。 | ||
+ | |||
+ | 参考: | ||
+ | * [[https:// | ||
+ | * [[http:// | ||
+ | |||
+ | \\ | ||
+ | |||
+ | ==== スループットの目安 ==== | ||
+ | |||
+ | === 固定回線使用 (光) === | ||
+ | |||
+ | 弊社回線から、さくらの VPS (石狩リージョン) へ iperf で測定してみた結果です。\\ | ||
+ | あくまでも **目安** です。 | ||
+ | |||
+ | * OpenVPN 経由せず | ||
+ | |||
+ | < | ||
+ | $ iperf -c 133.242.xxx.xxx | ||
+ | ------------------------------------------------------------ | ||
+ | Client connecting to 133.242.xxx.xxx, | ||
+ | TCP window size: 43.8 KByte (default) | ||
+ | ------------------------------------------------------------ | ||
+ | [ 3] local 192.168.253.49 port 40814 connected with 133.242.xxx.xxx port 5001 | ||
+ | [ ID] Interval | ||
+ | [ 3] 0.0-10.0 sec 102 MBytes | ||
+ | </ | ||
+ | |||
+ | * OpenVPN 経由 (MA-E3xx) | ||
+ | |||
+ | < | ||
+ | $ iperf -c 10.8.0.1 | ||
+ | ------------------------------------------------------------ | ||
+ | Client connecting to 10.8.0.1, TCP port 5001 | ||
+ | TCP window size: 43.8 KByte (default) | ||
+ | ------------------------------------------------------------ | ||
+ | [ 3] local 10.8.0.30 port 50418 connected with 10.8.0.1 port 5001 | ||
+ | [ ID] Interval | ||
+ | [ 3] 0.0-10.0 sec 49.9 MBytes | ||
+ | </ | ||
+ | |||
+ | * OpenVPN 経由 (PC, Core i7-860) | ||
+ | |||
+ | < | ||
+ | % iperf -c 10.100.0.1 | ||
+ | ------------------------------------------------------------ | ||
+ | Client connecting to 10.100.0.1, TCP port 5001 | ||
+ | TCP window size: 45.0 KByte (default) | ||
+ | ------------------------------------------------------------ | ||
+ | [ 3] local 10.100.0.6 port 37776 connected with 10.100.0.1 port 5001 | ||
+ | [ ID] Interval | ||
+ | [ 3] 0.0-10.0 sec 47.6 MBytes | ||
+ | </ | ||
+ | |||
+ | * OpenVPN 経由 (さくらの VPS 間) | ||
+ | |||
+ | < | ||
+ | $ iperf -c 10.100.0.1 | ||
+ | ------------------------------------------------------------ | ||
+ | Client connecting to 10.100.0.1, TCP port 5001 | ||
+ | TCP window size: 45.0 KByte (default) | ||
+ | ------------------------------------------------------------ | ||
+ | [ 3] local 10.100.0.14 port 53649 connected with 10.100.0.1 port 5001 | ||
+ | [ ID] Interval | ||
+ | [ 3] 0.0-10.0 sec 143 MBytes | ||
+ | </ | ||
+ | |||
+ | \\ | ||
+ | |||
+ | === FOMA 経由 === | ||
+ | |||
+ | MA-E350/N (u-blox LISA-U200) でスループットを測定した結果です。 | ||
+ | |||
+ | * DTI 上り | ||
+ | |||
+ | < | ||
+ | root@plum: | ||
+ | ------------------------------------------------------------ | ||
+ | Client connecting to 10.8.0.1, TCP port 5001 | ||
+ | TCP window size: 43.8 KByte (default) | ||
+ | ------------------------------------------------------------ | ||
+ | [ 3] local 10.8.0.30 port 49969 connected with 10.8.0.1 port 5001 | ||
+ | [ ID] Interval | ||
+ | [ 3] 0.0-10.2 sec 3.00 MBytes | ||
+ | </ | ||
+ | |||
+ | * DTI 下り (MA-E350/N が server) | ||
+ | |||
+ | < | ||
+ | root@plum: | ||
+ | ------------------------------------------------------------ | ||
+ | Server listening on TCP port 5001 | ||
+ | TCP window size: 85.3 KByte (default) | ||
+ | ------------------------------------------------------------ | ||
+ | [ 4] local 10.8.0.30 port 5001 connected with 10.8.0.1 port 53647 | ||
+ | [ ID] Interval | ||
+ | [ 4] 0.0-12.2 sec 1.12 MBytes | ||
+ | </ | ||