You'd be better off using reverse route injection on your crypto map configurations so the ASA's can handle inter-site routing. Eg:
crypto dynamic-map Outside_dyn_map 20 set reverse-route
On your ASA which handles the remote access VPN terminate, send it a default to be the ASA's IP address so it can handle routing:
route <Interface name> 0.0.0.0 0.0.0.0 <next-hop IP> tunneled
Main Topics
Browse All Topics





by: KeremEPosted on 2009-05-25 at 18:00:06ID: 24469530
You need to::
- add a static routing to RA VPN box so that it will direct 192.168.222.0/24 traffic to the site2siteVPN box.
- add a static routing to site2site VPN box so that all 192.168.2.0/24 traffic is directed to RA-VPN box.
- If site2Site box is not the default gateway for SiteA hosts you need to add a static route to direct all 192.168.2.0/24 traffic to Site2Site 122.168.222.0/24 side interface.
As you will notice these are all static routings so you won't need to configure it over the VPN. Just aadd it to the configuration of VPN boxes.
Cheers,
K.