> I am running RH9.0 and am trying to find a way to:
I don't know much about how the redhat distro does its system
initialization scripts, never cared for it myself so I switched to
slackware.
> 1. Undo earlier changes to the routing table such that they survive
> reboots (i.e. I added some entries I now wish to delete, but they keep
> coming back no matter what I change)
Are you running a dhcp client, pppoe client or something else like that
that would change your routing?
Provided there's no such process that is actively overwriting your routing,
then it's just a matter of determing the precise sequence of route commands
you need, e.g.
route add ..
route add default gw
....
Then insert these into whatever script your system runs during boot.
Routing is contained within the kernel so it will be uninitialized until
you run those route commands.
--
Jem Berkes
http://www.sysdesign.ca/