I had to add following two lines in the /etc/network/interface file to make the special ip routes persistent even after reboot:
post-up ip route add 192.168.113.200 via 10.0.1.1 dev eno1 post-up ip route add 192.168.113.216 via 10.0.1.1 dev eno1