I have the following situation:
Client subnet(192.168.0.0 /24) ----> Router ----> Internet ---->
ASA(172.17.0.2 /24) ---->
(172.17.0.1 /24)Gateway ----> (10.0.0.0 /8)Many subnets
I need to logically connect the client subnet to the "many subnets". On the left side I have a Cisco 2901 and on the other an ASA. I built an IPsec connection between the router and the ASA. The IPsec connection itself works but I cannot access any address behind the gateway.
The local network of the IPsec connection is the 10.0.0.0/8
network.
The ASA doesn't get it that it has to route the traffic through the gateway (172.17.0.1)
. I already set a default route on the inside interface to 10.0.0.0
255.0.0.0.0
172.17.0.1
but that doesn't work...
How can I tell the ASA that it has to route all traffic through the gateway?