From owner-freebsd-questions Fri Feb 23 10:13:54 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA26701 for questions-outgoing; Fri, 23 Feb 1996 10:13:54 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA26696 for ; Fri, 23 Feb 1996 10:13:51 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <14408(10)>; Fri, 23 Feb 1996 10:13:00 PST Received: from localhost ([127.0.0.1]) by crevenia.parc.xerox.com with SMTP id <177479>; Fri, 23 Feb 1996 10:12:54 -0800 X-Mailer: exmh version 1.6.4 10/10/95 To: John Brogan cc: questions@freebsd.org Subject: Re: Packet sniffing In-reply-to: Your message of "Thu, 22 Feb 1996 16:00:53 PST." <199602230000.TAA07658@reply.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 23 Feb 1996 10:12:39 PST From: Bill Fenner Message-Id: <96Feb23.101254pst.177479@crevenia.parc.xerox.com> Sender: owner-questions@freebsd.org Precedence: bulk In message <199602230000.TAA07658@reply.net>you write: >What can I do to 1.1.5.1 to let all the inbound our outbound >traffic from the BSD box to the provider be seen on my network? You could enable BPF in the kernel ("pseudo-device bpfilter 16") and then use "tcpdump -i " on the FreeBSD box to monitor the traffic. Bill