add static route
ip 192.168.0.121
route -n
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 10.10.10.0 192.168.0.11 255.255.255.0 UG 0 0 0 eth0
cd /etc/sysconfig/network-scripts/
touch route-eth0
echo "10.10.10.10/24 via 192.168.0.11" > /route-eth0