Quote:
|
Originally Posted by cquisenb
How do I make my static routes a permanent part of my routing table?
|
You need files of the form /etc/sysconfig/network-scripts/route-ethX (where X is 0, 1, 2, ...).
They should contain static routes as you would pass them to "ip route add".
"man ip" for a description of what you can do (but you'll need to understand BNF...)
Vic.