Manually manipulate the routing tables. Necessitates to be root.
sudo route add {{dest_ip_address}} {{gateway_address}}
sudo route add {{subnet_ip_address}}/24 {{gateway_address}}
sudo route -t add {{dest_ip_address}}/24 {{gateway_address}}
sudo route flush
sudo route delete {{dest_ip_address}}/24
sudo route get {{destination}}