03-30-2023 01:32 AM
Am trying to configure ipsec VPN on 8200l router but it is failing.
am doing NAT for the encrypted domain and the same configuration is working on 1142 router
Kindly advise if there is any extra configuration required to be done on the 8200l router model for the vpn to work
04-01-2023 02:22 AM
Sorry are remote-lan and interface subnet same ??
04-01-2023 02:25 AM
Sorry are remote-lan and interface subnet same ??...what do u mean by that sir
04-01-2023 02:53 AM
Hello am still waiting for your guidance regarding the final configuration that i have used on the router but still traffic is not traversing...kindly advise where the issue could be
04-01-2023 03:01 AM
04-01-2023 03:05 AM
this is to do with Remote access and it has no element of NAT i the ipsec configuration
04-01-2023 04:29 AM - edited 04-04-2023 05:26 AM
You make all subnet x.x.x.x or y.y.y.y
so I use local and remote LAN
crypto map SDM_CMAP_1 4 ipsec-isakmp
description Tunnel to PEERTEST
set peer PEERTEST-IP
set transform-set ESP-AES-256-SET
set pfs group5
match address TESTTRAFFIC
ip nat inside source list TESTTRAFFIC-NONAT interface GigabitEthernet0/0/0 overload
ip access-list extended TESTTRAFFIC
10 permit ip host LOCAL-LAN host REMOTE-LAN1
20 permit ip host LOCAL-LAN host REMOTE-LAN2
ip access-list extended TESTTRAFFIC-NONAT
10 deny ip host LOCAL-LAN host REMOTE-LAN1
20 deny ip host LOCAL-LAN host REMOTE-LAN2
30 permit ip any any
ip route REMOTE-LAN1 255.255.255.255 <interface you config crypto under it>
ip route REMOTE-LAN2 255.255.255.255 < interface you config crypto under it>
04-03-2023 07:25 AM
Okay i will test it and show if it works out
04-03-2023 07:29 AM
And you are so so welcome
04-04-2023 05:23 AM
when i use the IP of interface you config crypto under it> i get error invalid next hop address (its this router)
04-04-2023 05:27 AM
I correct it check again
ip route REMOTE-LAN1 255.255.255.255 <interface you config crypto under it>
ip route REMOTE-LAN2 255.255.255.255 < interface you config crypto under it>
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