=== Adding Routes === \\ == CentOS 6.x === To add a route, you can use the following command and replacing , , : ip route add /32 via dev \\ Once you have confirmed the route is working, you will need to add it to configuration file to make sure the route survives a reboot. Replace with the interface name vim /etc/sysconfig/network-scripts/route- \\ Once you are in the file, add the route like you did above without the commands: /32 via dev \\ You could instead, add the route straight into the configuration file and then run the following command to test the file: /etc/sysconfig/network-scripts/ifup-routes \\ == Testing the interface == ip route get