Greetings! I have defined a few routes and rules with: ip route add ... ip rule add ... And now I'd like to persist those so they're loaded when the system boots up. I'm doing this by means of calling a specific script from /etc/rc.d/rc.local but I believe there must be something cleaner than that, like another existing file. Thanks in advance, Diogo
you can add the routes to: /etc/sysconfig/network-scripts/route-eth0 /etc/sysconfig/network-scripts/route-eth1 etc. check script /etc/sysconfig/network-scripts/ifup-routes for details On Fri, Sep 11, 2009 at 2:06 PM, Diogo Sperb Schneider <diogo at kildare.ind.br> wrote:> Greetings! > > I have defined a few routes and rules with: > > ip route add ... > ip rule add ... > > And now I'd like to persist those so they're loaded when the system boots > up. > > I'm doing this by means of calling a specific script from > /etc/rc.d/rc.local but I believe there must be something cleaner than > that, like another existing file. > > Thanks in advance, > Diogo > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090911/3b1483be/attachment.html>
Diogo Sperb Schneider napsal(a):> Greetings! > > I have defined a few routes and rules with: > > ip route add ... > ip rule add ... > > And now I'd like to persist those so they're loaded when the system boots up. > > I'm doing this by means of calling a specific script from > /etc/rc.d/rc.local but I believe there must be something cleaner than > that, like another existing file. > > Thanks in advance, > DiogoHi, --[ File: /etc/sysconfig/static-routes ]--(0644, root, root, 122)--------------- any net 192.168.36.0 netmask 255.255.255.0 gw 192.168.38.254 any net 192.168.37.0 netmask 255.255.255.0 gw 192.168.38.253 David Hrb??