cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
259
Views
5
Helpful
2
Replies

Routing ASA Traffic between Hub and Spoke

cavemanbobby
Level 1
Level 1

We currently have a very basic hub and spoke setup with our ASA 5505s (8.04). Site A (192.168.60.x) has a two way tunnel with SiteB (10.10.50.x). Site C (192.168.40.x) has a two-way tunnel with SiteB (10.10.50.x). Traffic can get between A and B. Traffic can also get between C and B. No worries there.

Due to a security restriction, I cannot create a tunnel between A and C. I was wondering if SiteA could get to SiteC THROUGH SiteB since B is the "hub"? Would it be a 'nonat' statement? Perhaps a routing statement on SiteB?

Any help would be appreciated.

Basic configs attached.

2 Replies 2

acomiskey
Level 10
Level 10

Looks to me like you have a few crypto acls backwards on B. Try this instead.

access-list 100 extended permit ip 10.10.50.0 255.255.255.0 192.168.60.0 255.255.255.0

access-list 100 extended permit ip 192.168.40.0 255.255.255.0 192.168.60.0 255.255.255.0

access-list 101 extended permit ip 10.10.50.0 255.255.255.0 192.168.40.0 255.255.255.0

access-list 101 extended permit ip 192.168.60.0 255.255.255.0 192.168.40.0 255.255.255.0

I'll be darned! That worked like a champ.

You have no idea how many experts looked at this and didn't see that.

Thanks a trillion.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: