From owner-freebsd-questions@FreeBSD.ORG Wed Aug 8 12:27:50 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D57516A421 for ; Wed, 8 Aug 2007 12:27:50 +0000 (UTC) (envelope-from modulok@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.187]) by mx1.freebsd.org (Postfix) with ESMTP id 4FF6313C461 for ; Wed, 8 Aug 2007 12:27:50 +0000 (UTC) (envelope-from modulok@gmail.com) Received: by rv-out-0910.google.com with SMTP id f1so108969rvb for ; Wed, 08 Aug 2007 05:27:50 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VGUv8QaaGfM6butpAukVaaILzqg2N1/PwicVvb3dd1/10uZaGOmnZWDCw/VjMjj84M6zzHb4TYJrOlHyYJnxFFfp520wpY1e8e1fKAhH+5+yNum+s/hzhnkHyHv2HjKmHBY198JWi7dyR9ZsqY93veLzxAW2VANYJVE/x5TE424= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=n1y6wvMW3LGG26hBJ4JTyhjrMA6J6Ccw5MR3drI0iSwqtoSTkaYEQ0O7BOZrinCjtFNtxF0rhzqu4q9llsO6vkLMwZPQrHVTc0TNgtIdPlTs5du5DDmaFwP7Ri5p1TZ4gbtFPLtO+Bhw+TWxXqsvDFNM+sjO8A+bvIDfUApFP6o= Received: by 10.141.129.14 with SMTP id g14mr494894rvn.1186576066918; Wed, 08 Aug 2007 05:27:46 -0700 (PDT) Received: by 10.140.207.2 with HTTP; Wed, 8 Aug 2007 05:27:46 -0700 (PDT) Message-ID: <64c038660708080527l44224601tf2f617d0e7c62fd0@mail.gmail.com> Date: Wed, 8 Aug 2007 06:27:46 -0600 From: Modulok To: freebsd-questions@freebsd.org In-Reply-To: <64c038660708071210w1950ccccwda1bb8464587d1de@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <64c038660708071210w1950ccccwda1bb8464587d1de@mail.gmail.com> Cc: josh.carroll@gmail.com, dnelson@allantgroup.com, fatman.uk@gmail.com Subject: Re: Bizzare routing table entry. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Aug 2007 12:27:50 -0000 You guys are sweethearts. We're ship-shape again :) Thanks all who contributed. -Modulok- On 8/7/07, Modulok wrote: > I have a bizarre entry in the routing table on one my machines. What > is it, and how do I delete it? The output of "netstat -rnf inet" is > shown below: > > Destination Gateway Flags Refs Use Netif Expire > 0&0xc0a80132 link#1 UCS 0 0 bge0 > 127.0.0.1 127.0.0.1 UH 0 557 lo0 > ... > > QUESTIONS > 1. The first entry, it's not IPv4, IPv6 or a MAC address that I've > ever seen, what format is it? > 2. How do I delete it? According to route(8) it is not a "valid > address" and when I attempt to delete it, route(8) gets very upset: > > root# route delete 0&0xc0a80132 > > [1] 37343 > route: writing to routing socket: No such process > delete net 0: not in table > 0xc0a80132: Command not found. > [1] + Exit 1 route delete 0 > > Thoughts? > -Modulok- >