From owner-freebsd-questions@FreeBSD.ORG Tue Nov 21 06:08:25 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 2838D16A412 for ; Tue, 21 Nov 2006 06:08:25 +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 5030F43D69 for ; Tue, 21 Nov 2006 06:08:01 +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 B132C5C63; Tue, 21 Nov 2006 06:08:20 +0000 (UTC) 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 FOmRLXWwzsvI; Tue, 21 Nov 2006 06:08:18 +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 2419A5C62; Tue, 21 Nov 2006 06:08:18 +0000 (UTC) Message-ID: <456297CE.9030103@joeholden.co.uk> Date: Tue, 21 Nov 2006 06:08:14 +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> In-Reply-To: <2A97A175E0A3D7A039D1AA98@paul-schmehls-powerbook59.local> 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 06:08:25 -0000 Paul Scotchmen wrote: > [root@www ~]# traceroute 66.140.63.124 > traceroute to 66.140.63.124 (66.140.63.124), 64 hops max, 40 byte packets > traceroute: sendto: Host is down > 1 traceroute: wrote 66.140.63.124 40 chars, ret=-1 > *traceroute: sendto: Host is down > traceroute: wrote 66.140.63.124 40 chars, ret=-1 > > 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) Ta, Joe