08-15-2014 04:05 PM
Hi;
I am using ASA 5512x, I have a VPN tunnel with remote site, and it is up. I can access to their subnet 172.16.0.0/24 subnet which is added to the wizard during site to site VPN configuration. In remote site, there is another subnet 172.16.1.0/24. How can I extend my VPN tunnel to reach the 2nd subnet?
During my research, I saw a lot of solution using static route, and I tried but it does not help.
Can someone here know how to do it?
thanks!
08-15-2014 06:51 PM
08-15-2014 09:19 PM
Hi;
I added a similar access list like below but it does not work too.
access-list outside_2_cryptomap extended permit ip 172.16.0.0 255.255.255.0 172.16.1.0 255.255.255.0
08-15-2014 10:00 PM
HI,
your access-lis is wrong.... you said 172.16.1.0/24 is the remote site subnet which you already have access.....
you need to add 172.16.1.0/24 as well.... bit source should be your subnet
say in you side LAN hasve 192.168.1.0/24 from which you want to access 172.16.0.0/24 and 172.16.1.0/24.... then crypto acl should be.
access-list outside_2_cryptomap extended permit ip 192.168.1.0 255.255.255.0 172.16.1.0 255.255.255.0 !
and in NAT0 or nonat statement you need to exempt this as well.....
Make sure that on the other side they make the similar changes....
other end changes would be
access-list outside_2_cryptomap extended permit ip 172.16.1.0 255.255.255.0
192.168.1.0 255.255.255.0.
!
do not create a different cryptomap.... you have to add in the same crypto map
Regards
Karthik
08-15-2014 09:36 PM
I found this similar scenario at http://www.packetu.com/2012/01/23/asa-l2l-vpn-spoke-to-spoke-communication/.
Should I configure my ASA like that?
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