From owner-freebsd-questions Fri Nov 15 03:48:34 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA07900 for questions-outgoing; Fri, 15 Nov 1996 03:48:34 -0800 (PST) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA07848 for ; Fri, 15 Nov 1996 03:48:07 -0800 (PST) From: Greg Lehey Received: from freebie.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0vOMNG-000QrxC; Fri, 15 Nov 96 12:23 MET Received: (grog@localhost) by freebie.lemis.de (8.8.2/8.6.12) id MAA00592; Fri, 15 Nov 1996 12:05:17 +0100 (MET) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Message-Id: <199611151105.MAA00592@freebie.lemis.de> Subject: Re: iptrace and ipreport In-Reply-To: from jadeite at "Oct 22, 96 09:23:01 pm" To: jadeite@light.pomona.edu (jadeite) Date: Fri, 15 Nov 1996 12:05:17 +0100 (MET) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jadeite writes: > > Does anyone know what is the FreeBSD equivalent of AIX's iptrace and > ipreport? (Sorry for the delay). I haven't seen any other replies, probably because nobody knows what iptrace and ipreport are. From the name, it sounds as if tcpdump might be similar to iptrace: it traces a specific interface and shows the traffic. There are a number of options--read the man page for more info, or see volume I of TCP/IP Illustrated (Stevens) for some practical uses. ipreport says nothing to me. Could it be like netstat? Greg