09-14-2007 06:18 AM - edited 02-21-2020 03:16 PM
Hi,
I have a site-to-site setup between a HQ and 2 branches. I however want to configure remote access to the HQ for offsite users who wan to connect from the internet into the LAN. The site-to-site vpn was achieved using Crypto Map policies to the interfaces. To create remote access VPN, i also have to use crypto map policy, but the cahllenge is i cannot use more than 1 crypto map policy on an interface.
Or can I? Any suggestions?
Femi
09-14-2007 01:27 PM
yes you can...please post your vpn config part so that i can make the right recommendations. you can remove things such as your key, peer addresses, etc.
09-16-2007 03:34 AM
09-16-2007 05:49 AM
You have found your answer, you cannot apply different crypto map to the same interface. use the same crypto map for your site to site and your remote VPN. That is all there is to it.
09-28-2007 01:54 AM
As mentioned by Femi, We are also having the same problem. In any router we can only assign to one crypto map. And have use the same name for S2S & Remote access configuration. It's causing the S2S tunnel to fail.
Any ideal how to do it?
09-28-2007 05:02 AM
Hi,
what u need to do is create same Crypto map for both the site to site and remote access.
Just use the same crypto map name
see sample below
crypto dynamic-map DYNMAP_2 10
set transform-set t_aml1
crypto map VPN-Map-1 client authentication list sdm_vpn_xauth_ml_1
crypto map VPN-Map-1 isakmp authorization list sdm_vpn_group_ml_1
crypto map VPN-Map-1 client configuration address respond
! Crypto-map is created for site-to-site tunnel1
crypto map VPN-Map-1 10 ipsec-isakmp
set peer 1.1.1.1
set transform-set ESP-3DES-SHA2
set pfs group2
match address Crypto-list
! Crypto-map is created for site-to-site tunnel2
crypto map VPN-Map-1 11 ipsec-isakmp
set peer 2.2.2.2
set transform-set ESP-3DES-SHA2
set pfs group2
match address Crypto-list
! Crypto-map is created for Remote Access
crypto map VPN-Map-1 35 ipsec-isakmp dynamic DYNMAP_2
Femi
09-28-2007 05:34 AM
that was my reply few weeks ago but never got credits for it;
09-28-2007 12:25 PM
Refer to "no-xauth" for the authentication problems you are probably going to find
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