From owner-freebsd-questions@FreeBSD.ORG Tue Nov 21 15:53:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 22DAF16A416 for ; Tue, 21 Nov 2006 15:53:56 +0000 (UTC) (envelope-from joe@joeholden.co.uk) Received: from claire.ber.rewt.org.uk (claire.ber.rewt.org.uk [217.160.200.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A85643E74 for ; Tue, 21 Nov 2006 15:50:29 +0000 (GMT) (envelope-from joe@joeholden.co.uk) Received: from localhost (unknown [127.0.0.1]) by claire.ber.rewt.org.uk (Postfix) with ESMTP id 429BA5C63; Tue, 21 Nov 2006 15:50:51 +0000 (GMT) X-Virus-Scanned: amavisd-new at claire.ber.rewt.org.uk Received: from claire.ber.rewt.org.uk ([127.0.0.1]) by localhost (claire.ber.rewt.org.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IK06X5xjB-rd; Tue, 21 Nov 2006 15:50:49 +0000 (UTC) Received: from [62.84.172.67] (dsl172-67.as6911.net [62.84.172.67]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by claire.ber.rewt.org.uk (Postfix) with ESMTP id B8DAD5C62; Tue, 21 Nov 2006 15:50:48 +0000 (GMT) Message-ID: <45632057.2080706@joeholden.co.uk> Date: Tue, 21 Nov 2006 15:50:47 +0000 From: Joe Holden User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Paul Schmehl References: <2A97A175E0A3D7A039D1AA98@paul-schmehls-powerbook59.local> <456297CE.9030103@joeholden.co.uk> <3974ECF15478CC1AAEE19789@utd59514.utdallas.edu> In-Reply-To: <3974ECF15478CC1AAEE19789@utd59514.utdallas.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: UNIX - Questions Subject: Re: Totally stumped - very long post X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: joe@joeholden.co.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Nov 2006 15:53:56 -0000 Paul Schmehl wrote: > --On Tuesday, November 21, 2006 06:08:14 +0000 Joe Holden > wrote: >>> >>> Here's something odd. If I change the first octet to anything other >>> than 66, the traceroutes run normally. But if I leave the first octet >>> at 66 and change any of the other octets, they all return host is down. >>> I double checked, and the defaultrouter is 66.221.96.1 in /etc/rc.conf. >> Well of course, double check your routing table ;) (hint: second route >> entry) >> > Care to give me a bigger hint? I'm not a routing guru. > > I tried this with no luck: > route delete 66 > route: writing to routing socket: No such process > delete host 66: not in table > > Paul Schmehl (pauls@utdallas.edu) > Senior Information Security Analyst > The University of Texas at Dallas > http://www.utdallas.edu/ir/security/ route delete -net 66 should do it