#!/bin/bash /usr/bin/ip route add 172.16.0.0/12 via 172.16.75.1 proto static /usr/bin/ip route add 10.0.0.0/8 via 172.16.75.1 proto static exit 0