On Thu, Jul 2, 2009 at 10:05 AM, Lorenzo Quatrini<lorenzo.quatrini at gmail.com> wrote: > John R Pierce ha scritto: > >> >> now, these commands are NOT persistent, and, AFAIK, RHEL has no >> provision for `ip route` or rule commands, so I end up sticking this >> stuff in /etc/rc.d/rc.local or something. >> > > I was facing the same problem some time ago... what is the right place to put > "ip route" commands and configuration files? > Does someone have a better place other than rc.local? > If I put them in rc.local, is there a way to issue a command like "service > network restart"? > > TIA > > Lorenzo Quatrini > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos > Yeah, in /etc/sysconfig/network-scripts/ e.g. /etc/sysconfig/network-scripts/route-eth0 I got something like: aaa.bbb.ccc.0/24 dev eth0 in there