in /etc/networking/interfaces:
postup route add -net 172.16.10.0/24 gw 172.16.8.253
or by the static_routes file
# vi /etc/init.d/static_routes
add:
route add -net 172.16.10.0/24 gw 172.16.8.253
in /etc/networking/interfaces:
postup route add -net 172.16.10.0/24 gw 172.16.8.253
or by the static_routes file
# vi /etc/init.d/static_routes
add:
route add -net 172.16.10.0/24 gw 172.16.8.253