From owner-freebsd-questions Thu Oct 10 4:13:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3D7137B404 for ; Thu, 10 Oct 2002 04:13:52 -0700 (PDT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8655A43EA9 for ; Thu, 10 Oct 2002 04:13:44 -0700 (PDT) (envelope-from fbsd-q@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.12.6/8.12.5) with ESMTP id g9ABEdM2069684; Thu, 10 Oct 2002 13:14:40 +0200 (CEST) (envelope-from stable@ei.bzerk.org) Received: (from stable@localhost) by ei.bzerk.org (8.12.6/8.12.6/Submit) id g9ABEcd5069683; Thu, 10 Oct 2002 13:14:38 +0200 (CEST) Date: Thu, 10 Oct 2002 13:14:38 +0200 From: Ruben de Groot To: "Craig A. Beasland" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: bad route add command Message-ID: <20021010111438.GA69153@ei.bzerk.org> References: <6EA1CEBC4E337A4DA48163C488952EC4368B@guinness.office.hotmix.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6EA1CEBC4E337A4DA48163C488952EC4368B@guinness.office.hotmix.com.au> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Oct 10, 2002 at 01:40:54PM +0800, Craig A. Beasland typed: > Hi there, > > I mistakenly typed in the wrong route command... > route add -net 203.33.30.96 255.255.255.224 203.33.30.1 > > And now I have this entry in the netstat -rn output... > 203.33.30&0xcb211e01 255.255.255.224 UGSc 1 48006 fxp1 > > And I cant delete it. It fills up my log files with... > Oct 10 13:36:35 cyclone /kernel: arplookup 255.255.255.224 failed: host is > not on local network > Oct 10 13:35:48 cyclone /kernel: arpresolve: can't allocate llinfo for > 255.255.255.224rt > > I know what is wrong but can't find the command to fix it. Have you tried route flush? (This will flush all static routes, so you'll have to reenter the ones you do need) > > cheers > craig > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message