From owner-freebsd-net@FreeBSD.ORG Mon Mar 2 11:30:05 2009 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1B191065680 for ; Mon, 2 Mar 2009 11:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BDC108FC0A for ; Mon, 2 Mar 2009 11:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n22BU5Te076056 for ; Mon, 2 Mar 2009 11:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n22BU5Jr076050; Mon, 2 Mar 2009 11:30:05 GMT (envelope-from gnats) Date: Mon, 2 Mar 2009 11:30:05 GMT Message-Id: <200903021130.n22BU5Jr076050@freefall.freebsd.org> To: freebsd-net@FreeBSD.org From: Jason Chambers Cc: Subject: Re: kern/130605: [tcp] Certain hardware produces "Network is unreachable" errors for scanning tools X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jason Chambers List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Mar 2009 11:30:07 -0000 The following reply was made to PR kern/130605; it has been noted by GNATS. From: Jason Chambers To: bug-followup@FreeBSD.org, jchambers@ucla.edu Cc: Subject: Re: kern/130605: [tcp] Certain hardware produces "Network is unreachable" errors for scanning tools Date: Mon, 02 Mar 2009 03:26:43 -0800 Hello all. The Nessus problem was finally identified to be caused by incompatible ABI system calls. As for the general "Network is unreachable" error I assume this to be due to the condition described or incorrect implementation of said security tools on FreeBSD. Thanks for the help, this PR can be closed. --Jason