 |
センタ側にINFONET-VP100もしくはMUCHO-EVを設置。
INFONET-VPN Clientソフトからダイヤルアップする場合 |
|
INFONET-VPN Clinetソフトをインストールした端末からのモバイルVPNアクセスする場合の設定です。端末側は特にアドレスを意識する必要はありません。
INFONET-VP100もしくはMUCHO-EVの設定(VPN部分のみ)
vpn on
vpnikepolicy add id=1
#(→※MUCHO-EVファームウェアV20.30以前の場合は,このコマンドは不要)
vpnpeer add name=client1 key=a,client1client1client1 nat=off ikepolicy=1
#(→※MUCHO-EVファームウェアV20.30以前の場合は,「ikepolicy=1」は不要)
vpnpeer add name=client2 key=a,client2client2client2 nat=off ikepolicy=1
#(→※MUCHO-EVファームウェアV20.30以前の場合は,「ikepolicy=1」は不要)
vpnpolicy add id=1 encr=des auth=hmac-md5
vpnselector add id=1 dst=peer src=192.168.1.0,255.255.255.0 type=ipsec
peername=client1 policy=1
vpnselector add id=2 dst=peer src=192.168.1.0,255.255.255.0 type=ipsec
peername=client2 policy=1
vpnselector add id=32 dst=all src=all type=bypass
|