As root:
route add -net 192.168.15.0 netmask 255.255.255.0 gw 192.168.1.1
First value is destination network address, then the destinsation's netmask and then your gateway for the destination network.
route add default gw 192.168.1.1
IP address is address of gateway machine.