RTX-1000(Rev 7.01.08)とMR104FH(2.01A)でPPTP-VPN接続
※実験環境の固定IPでしか試していないため詳細不明
DDNS等をうまく使えば可能かも?!
+-------------- VPN ------------+
| 210.x.x.1 | 210.x.x.2(192.168.200.11)
+--------+ +-------+
|RTX-1000| |MR104FH|
+--------+ +-------+
| | 192.168.200.1 | 192.168.2.1
+----+ | |
| | 192.168.200.3 |
| | +------+ |
[SV1] +--|Router| [P C]
192.168.200.5 +------+ 192.168.2.100
|192.168.201.1
|
[SV2]
192.168.201.2
このようなネットワークを組んでいく場合
==== MR104FHの設定 ====
WAN → 固定IPアドレス
IPアドレス 210.x.x.2
ルーティング → 静的ルーティング(SV2向けのルーティング)
192.168.201.0 255.255.255.0 192.168.200.11
VPN → PPTP
ユーザーID : USER
パスワード : PASS
リモートネットアドレス : 192.168.200.0
リモートマスク : 255.255.255.0
トンネルエンド : 210.x.x.1
PPTPクライアント : on
自動接続 : on
========================
==== RTX-1000の設定 ====
ip lan1 address 192.168.200.1
ip lan2 address 210.x.x.1
pp select 1
pp bind tunnel1
pp keepalive use lcp-echo
pp auth accept mschap
pp auth username USER PASS
ppp ipcp ipaddress on
ppp ccp type mppe-any
ip pp remote address 192.168.200.11
ip pp mtu 1280
pptp service type server
pp enable 1
tunnel select 1
tunnel encapulation pptp
tunnel endpoint address 210.x.x.2
tunnel enable 1
ip route 192.168.201.0/24 gateway 192.168.200.3
ip route default gateway 210.x.x.x
ip route 192.168.2.0/24 gateway pp 1
nat descriptor type 1 masquerade
nat descriptor address outher 1 primary
nat descriptor masquerade static 1 1 192.168.200.1 tcp 1723
nat descriptor masquerade static 1 2 192.168.200.2 gre
pptp service on
===============
一応この設定で最高7.2Mbpsぐらいのftp通信速度が出ました
実験用のCONFなので実際には動かないかも知れませんけど..