From owner-freebsd-questions@FreeBSD.ORG Fri Nov 18 21:25:39 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C724B16A41F for ; Fri, 18 Nov 2005 21:25:39 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail23.sea5.speakeasy.net (mail23.sea5.speakeasy.net [69.17.117.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8066943D4C for ; Fri, 18 Nov 2005 21:25:39 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 12625 invoked from network); 18 Nov 2005 21:25:39 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail23.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 18 Nov 2005 21:25:39 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id B25DF28444; Fri, 18 Nov 2005 16:25:37 -0500 (EST) Sender: lowell@be-well.ilk.org To: "J.D. Bronson" References: <7.0.0.16.2.20051117132018.01c62ed0@wixb.com> From: Lowell Gilbert Date: 18 Nov 2005 16:25:37 -0500 In-Reply-To: <7.0.0.16.2.20051117132018.01c62ed0@wixb.com> Message-ID: <44ek5d4pim.fsf@be-well.ilk.org> Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: ppp.linkup but for cable? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Nov 2005 21:25:39 -0000 "J.D. Bronson" writes: > I am looking for a way to monitor a cable NIC in the freebsd box so > that if the cable line fails, I can get an email *like in ppp.linkdown* > > Is there such a thing? You can detect loss of Ethernet link, but usually that won't do much for you because most of the possible failures won't be between your PC and whatever it plugs into. In Ethernet or Ethernet-like technologies, you generally can't do any better than using test packets to monitor the availability of an upstream router.