cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
406
Views
1
Helpful
1
Replies

Route all branch traffic thru IPSEC tunnel to HQ

tonglek01
Level 1
Level 1

We have site to site VPN using Cisco ASA. If I would like to route all the traffic through tunnel mean included internet in site B (branch) need to go out from site A (HQ)?

The cisco ASA able to support this kind of request? if yes any sample configuration for this?

 

 

1 Reply 1

This is a very common setup.  All you need to do is when configuring the crypto access-lists specify the destination as any at the branch office and at the HQ specify the source as any.  for example:

HQ

access-list S2S_VPN permit ip any 192.168.1.0 255.255.255.0

Branch

access-list S2S_VPN permit ip 192.168.1.0 255.255.255.0 any

--

Please remember to select a correct answer and rate helpful posts

--
Please remember to select a correct answer and rate helpful posts