On Thu, 2006-01-12 at 06:10 -0800, Chris Norman wrote: > Hi people, > How do I clear the IP Routing Table? I think it's something to do with the > route del command, but I don't know how to do it. > > Cheers, > > Chris Norman > <!-- chris.norman4@xxxxxxxxxxxx --> > Selling cheap but functional shell accounts. > Chris, >From the route -n get the routes, then route del <IP of destination or the literal default> Depending on what else you are doing: A simpler way: service network stop will also work. Bob...