The default routing is through a tunneled (VPN) gateway. I have a destination (my ISP user-login server) to which I can't connect via a tunnel but only through the eth0 interface with the ISP assigned gateway. This is essential since my Internet connection needs to send a keep-alive status for uninterrupted connection. My previous VPN had an option for whitelisting an IP, but now I have to do it manually.
Is it as simple as:
route add -net <ispSERVER> gw <defaultGATEWAY>
Do I need to specify any other flags?