From owner-freebsd-questions@FreeBSD.ORG Wed May 12 03:08:01 2010 Return-Path: Delivered-To: questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C841C1065677 for ; Wed, 12 May 2010 03:08:01 +0000 (UTC) (envelope-from ges+lists@wingfoot.org) Received: from wingfoot.org (caduceus.wingfoot.org [66.80.251.100]) by mx1.freebsd.org (Postfix) with ESMTP id 96B1C8FC14 for ; Wed, 12 May 2010 03:08:01 +0000 (UTC) Received: from caduceus.wingfoot.org (localhost [127.0.0.1]) by wingfoot.org (Postfix) with ESMTP id 9CEA639DC24 for ; Tue, 11 May 2010 23:08:00 -0400 (EDT) X-Virus-Scanned: amavisd-new at wingfoot.org Received: from wingfoot.org ([127.0.0.1]) by caduceus.wingfoot.org (wingfoot.org [127.0.0.1]) (amavisd-new, port 10042) with ESMTP id fc1JK+jSDxVy for ; Tue, 11 May 2010 23:07:53 -0400 (EDT) Received: from Sandal.local (ool-4353640b.dyn.optonline.net [67.83.100.11]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by wingfoot.org (Postfix) with ESMTPSA id 2B3EC39DC1F for ; Tue, 11 May 2010 23:07:53 -0400 (EDT) Message-ID: <4BEA1B88.8050702@wingfoot.org> Date: Tue, 11 May 2010 23:07:52 -0400 From: Glenn Sieb User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: questions@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: Odd routing issue... 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, 12 May 2010 03:08:01 -0000 Running: FreeBSD caduceus.wingfoot.org 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #42: Fri May 7 19:22:48 EDT 2010 root@caduceus.wingfoot.org:/usr/obj/usr/src/sys/SANDALS amd64 I'm getting a route added upon reboot with the hostname of the box, going to lo0. It's preventing things like, pinging itself. I can manually delete the route, but.. where is it being set to begin with?! Internet: Destination Gateway Flags Refs Use Netif Expire default ip-66-80-251-65.ny UGS 17 50 nfe0 66.80.251.64/26 link#1 U 0 0 nfe0 caduceus link#1 UHS 0 7 lo0 (much snippage) localhost link#2 UH 0 0 lo0 Nothing's changed in my /etc/rc.conf from when I was running 7.2-RELEASE... This behavior didn't happen with 7.2. And, I don't see anything in /usr/src/UPDATING that seems relevant (unless, naturally, I'm missing something). My google-fu keeps bringing me to the handbook, but I don't see anything useful in there that might apply. If I restart netif, the mysterious "caduceus" route pops up again. If someone can point me in the right direction, I'd really appreciate it. Thanks in advance! Best, --Glenn