How to add static routes to the routing table in Ubuntu and Debian
Install ifupdown-extra scripts:
sudo apt-get install ifupdown-extra
Add routes:
sudo vim /etc/network/routes
Reload routes:
sudo /etc/init.d/networking-routes restart
View routes:
ip route
Tested on Ubuntu 16.