Adding Local Routes
I have a script that I run while at the office to add routes to local services. The local DNS settings in the client are great - but it would be nice to be able to say "these are local routes " in the client and also to change the metric of the default route, etc. Currently after I connect, I run a script like this:
route add 10.0.0.0/8 10.90.46.1
route change 0.0.0.0 mask 0.0.0.0 10.90.46.1 metric 200
(plus others) VPN works great and gets me around the corp proxy servers.

-
M.JEANNE commented
I'm doing same thing. I've a "big" network that look like this: FAI>net1>net2>computer
When connected, I can still acces net2 because it's "local network" for the computer, but I can't access net1 anymore without using static routes.
Please just add a text box so we can add routes we need and add those routes when connected.
Or add the possibily to launch batch scripts at connect/disconnect/lost events(sorry if bad english, I'm french)