I was wondering if it is possible to send a route to a VPN client. Our regular VPN stuff works fine, but we now have a site to site vpn tunnel and the subnet is different from our internal network. Internally I'm using 10.0.0.0 and the new VPN tunnel is 172.20 subnet. I was hoping that in addition to the 10.0.0.0 routing I get automatically from the vpn server, there would be some way to send the 172.20 subnet route so it knew to send that IP traffic down the client tunnel, rather than out the local IP router. I set the route on the server, but it doesn't appear to push it down to the client. I can get it to work if I send all the traffic down the client vpn tunnel but prefer not to do that, if possible.
I have a workaround but would prefer to just make it happen on the regular connection if at all possible. My workaround is to give them another vpn configuration for the specific application which uses the use remote server as default gateway. But I really would like to avoid that.
Thanks for any ideas.