From owner-freebsd-hackers@FreeBSD.ORG Tue Sep 16 23:33:20 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A09616A4B3 for ; Tue, 16 Sep 2003 23:33:20 -0700 (PDT) Received: from heron.mail.pas.earthlink.net (heron.mail.pas.earthlink.net [207.217.120.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF2E343FBD for ; Tue, 16 Sep 2003 23:33:19 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from user-2ivfm4d.dialup.mindspring.com ([165.247.216.141] helo=mindspring.com) by heron.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 19zVsK-00047q-00; Tue, 16 Sep 2003 23:33:17 -0700 Message-ID: <3F67FFF0.441F428F@mindspring.com> Date: Tue, 16 Sep 2003 23:32:16 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: pilax@freesurf.fr References: <2681.81.248.224.94.1063749312.squirrel@arlette.freesurf.fr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a482109968d02fa37543ff19afb58a346f666fa475841a1c7a350badd9bab72f9c350badd9bab72f9c cc: freebsd-hackers@freebsd.org Subject: Re: pppoe - nmap - No buffer space available X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2003 06:33:20 -0000 pilax@freesurf.fr wrote: > sendto in send_tcp_raw: sendto(3, packet, 40, 0, X.X.X.X, 16) => No buffer > space available Your interface is down. This happens all the time. If you use PPP on a dialup modem with a normal net connection, and unplug the modem while you are doing a ping, you will see the same thing. The easiest fix is "don't send packets out routes that transit interfaces which are not up". -- Terry