Add a Static Route on CentOS
Problem Adding a static route to a different subnet that cannot be accessed through your default gateway. Solution To add a temporary route: ip route add 172.16.5.0/24 via 10.0.0.101 dev eth0 1 ip route add 172.16.5.0/24 via...
Read More