04-16-2018 05:03 PM - edited 03-12-2019 05:12 AM
Hello,
I am trying to configure to configure a Dynamic-to-Static IPsec VPN tunnel between a Peplink (or Cradlepoint) with a dynamic IP address and an ASA (5540) with static IP, and is the first time using a Peplink (or Cradlepoint).
LAN1 192.168.1.0/24-------.1ASA(static IP:1.1.1.1/24)=========(dynamic IP)Peplink-----LAN2 192.168.2.0/24
Can you please advise if the below config is right or if you can suggest any additional configuration:
crypto ikev1 policy 5
authentication pre-share
encryption aes-256
hash sha
group 5
lifetime 86400
crypto ikev1 enable outside
crypto ipsec ikev1 transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
crypto isakmp identity address
tunnel-group <test> ipsec-attributes
ikev1 pre-shared-key ****
crypto dynamic-map <LAN2> 1001 set transform-set ESP-AES256-SHA
crypto dynamic-map <LAN2> 1001 192.168.2.0 255.2555.255.0
crypto dynamic-map <LAN2> 1001 set reverse-route
crypto dynamic-map <LAN3> 1002 set transform-set ESP-AES256-SHA
crypto dynamic-map <LAN3> 1002 192.168.3.0 255.2555.255.0
crypto dynamic-map <LAN3> 1002 set reverse-route
crypto map <global> 10 ipsec-isakmp dynamic <LAN2>
crypto map <global> 10 ipsec-isakmp dynamic <LAN3>
crypto map <global> interface outside
04-16-2018 08:10 PM
04-18-2018 02:11 PM
Thank you for your help.
The LAN3 was an example for another dynamic vpn.
04-17-2018 01:34 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide