There are numerous ways to add static routes in Linux (CentOS). The easiest way is via the terminal by using one of the following examples.
How to add a static route for a specific host in Linux.
route add -host 192.168.1.47 gw 192.168.10.1
route del -host 192.168.1.47 gw 192.168.10.1















Entries (RSS)