From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joakim Ryden Subject: Re: Routing Problem Date: 06 Jun 2003 20:46:04 -0700 Sender: linux-admin-owner@vger.kernel.org Message-ID: <1054957563.6006.20.camel@redtop> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Id: Content-Type: text/plain; charset="us-ascii" To: lance turner Cc: linux-admin@vger.kernel.org On Fri, 2003-06-06 at 18:17, lance turner wrote: [...] > Obviously I'm doing something incorrect, but I'm not sure what. > > Any idea why the routing table is being modified at startup? What do I need to do to permanently set the routing table? Make sure /etc/sysconfig/network has the following line in it: GATEWAY=192.168.1.3 --Jo