atom feed2 messages in org.freebsd.freebsd-questionsRe: Packet sniffing
FromSent OnAttachments
John BroganFeb 22, 1996 4:00 pm 
Bill FennerFeb 23, 1996 10:12 am 
Subject:Re: Packet sniffing
From:Bill Fenner (fen@parc.xerox.com)
Date:Feb 23, 1996 10:12:19 am
List:org.freebsd.freebsd-questions

In message <1996@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 <ppp interface>" on the FreeBSD box to monitor the traffic.

Bill