I had a tunnel setup for this inside network 192.168.141.0/24 to access the remote network of 10.90.238.148/24 which was up and functioning.
We had some changes and added the inside 192.168.10.0/24 network with the following route statements:
route K_Inc 10.0.0.0 255.192.0.0 192.168.10.252 1 (10.0.0.0-10.63.255.255)
route K_Inc 10.64.0.0 255.224.0.0 192.168.10.252 1 (10.64.0.0-10.95.255.255)
route K_Inc 10.100.100.0 255.255.255.0 192.168.10.252 1 (10.100.100.0-10.100.100.255)
route K_Inc 10.128.0.0 255.128.0.0 192.168.10.252 1 (10.128.0.0-10.255.255.255)
There was another VPN tunnel with a remote network of 10.99.225.0/24 which is partly why the routes were broken up.
10.90.238.148/24 was missed
What are my options?
1. change the route 10.64.0.0/11 to a slash 12 (provided I have no local 10. addresses that will be affected)
2. dynamic pat...?
any thoughts?