ip route

The purpose of this document is to document the ip-route command.

Routes should actually be configured in here: /etc/sysconfig/network-scripts/route-eth0 in this form:

  • 10.0.0.0/8 via 10.24.1.1 dev eth0

    • Much simple

[Edit]