TheJackMan wrote:
Thanks John, I manage the back end VPN appliance and have a split-tunnel rule for 1 particular site, it works fine with the vendors client on the MAC, but with the MAC built in Cisco IPSec client/configuration, the traffic does not go anywhere. All other traffic goes down the tunnel fine, but he 1 site/I.P. we split tunnel goes nowhere.
The MAC built in VPN (L2TP) has the opiotn to "Send all traffic over VPN connection" but the MAC Cisco IPSec configuraton does not have that option/checkbox.
I am just wondering if there is somewhere else I can be setting that on the client.
Apparently Mac OS X uses Apple's own GUI frontend to the standard command line pppd software. However Apple's GUI frontend is taking the settings in System Preferences and building the command line instructions on-the-fly rather than using the usual /etc/ppp/ stored config files Linux might use as an example. I believe the config file that Network Preferences (in System Preferences) uses for storing its settings is located at
/Library/Preferences/SystemConfiguration/preferences.plist
Having had a quick look at it, this seems the right file but I am not sure that is going to help you.
It does mean it is potentially possible for you to build your own set of pppd settings and generate your own command line to connect, and maybe that way you can achieve what you want. However another option that might be easier is to consider installing one of the two official Cisco VPN clients for Mac OS X, these being Cisco AnyConnect and Cisco VPN Client.
You might want to have a look at the Unix man page for pppd (available in Terminal.app) and this webpage http://www.jms1.net/osx-vpn-routing.shtml