Softlayer private network routing on centos6

echo '10.0.0.0/8 via 10.0.0.1' > /etc/sysconfig/network-scripts/route-eth0
service network restart

where 10.0.0.1 is your private network ip gw and eth0 is your private network interface