Quote:
|
Originally Posted by
Hello all. I've got a vpn concentrator. Its management/private
address is say:
172.16.16.115
I then have a local network:
192.168.1.x
I also have networks:
192.168.2.x 192.168.3.x - these are network outside of our building
and connected to us through a VPN and its address for example is:
192.168.1.115
when I am connected through my cisco vpn I can ping 172.16.16.10 -
172.16.16.110 etc. I can also ping 192.168.1.10 - 192.168.1.110
etc...
I can not ping for example 192.168.2.10 or 192.168.2.110 or
192.168.3.10
Where and what would I add so that my cisco vpn knows thatany traffic
for the 192.168.2.0 network needs to goto my other vpn device
(192.168.1.115) I am guessing?
|
Once thing you may need to do is add the routes to your remote locations to your office router. For example, if you're in the office and need to route to your remote sites your router must know how to handle that.
So, in your router add a route for each remote site such as:
ip route 192.168.2.0 255.255.255.0 192.168.1.115
ip route 192.168.3.0 255.255.255.0 192.168.1.115
I'm assuming 192.168.1.115 is the private interface of your VPN concentrator.