Derek Weitzel

May 14, 2009

Adding Routes at startup

To add routes to be started, the file located at /etc/sysconfig/network-scripts/ifup-routes will parse each file named route-eth*. The file should end up looking like:<pre>ADDRESS0=192.168.2.0NETMASK0=255.255.255.0GATEWAY0=192.168.2.1</pre>

To add routes to be started, the file located at /etc/sysconfig/network-scripts/ifup-routes will parse each file named route-eth*. The file should end up looking like:

ADDRESS0=192.168.2.0
NETMASK0=255.255.255.0
GATEWAY0=192.168.2.1

Leave a comment