To route the network traffic over specific Network connections open the Terminal.
To add a route enter the following command: sudo route add "source ip" "destination gateway"
To delete the route enter the following command : sudo route delete "source ip"

Related Works