I have a two Cisco 2821 routers with an IPSEC VTI tunnel between the routers. I have set up VPN client access on Router A. I simply specify the routes available to the client and can access the network on Router A(192.168.45.0) and B(192.168.1.0) when I connect via the Cisco VPN client to router A.
I have configured an IPSEC site to site tunnel between an 1812 ISR (Router C) and router A. I have access to the networks on router A but cannot access any of the networks on Router B like I can with the VPN Client access.
I am using SDM 2.5 and static routes.
Below are the routes for each router:
Router A:
ip route 0.0.0.0 0.0.0.0 x.x.x.x
ip route 192.168.1.0 255.255.255.0 Tunnel0
Router B:
ip route 0.0.0.0 0.0.0.0 x.x.x.x
ip route 192.168.45.0 255.255.255.0 Tunnel0
Router C:
ip route 0.0.0.0 0.0.0.0 x.x.x.x
ip route 192.168.1.0 255.255.255.0 RTR A WAN IP
ip route 192.168.45.0 255.255.255.0 RTR A WAN IP
I want to be able to access the resources behind Router B thru the vpn tunnel between router A and C. Thanks in advance for any suggestions/help.