Re: How can I use ng bpf

2002-04-12 Thread Crist J. Clark
On Fri, Apr 12, 2002 at 09:34:50AM -0700, Michael Sierchio wrote: > Crist J. Clark wrote: > > > ipfw(8) will filter with bridge(4) just fine. I have a simple patch on > > the website below to get ipf(8) to filter with bridge(4) too. > > Just for the sake of clarity, it won't filter anything but

Re: How can I use ng bpf

2002-04-12 Thread Michael Sierchio
Crist J. Clark wrote: > ipfw(8) will filter with bridge(4) just fine. I have a simple patch on > the website below to get ipf(8) to filter with bridge(4) too. Just for the sake of clarity, it won't filter anything but IP packets, right? In case someone is interested in filtering 802.X frames..

Re: Re: How can I use ng bpf

2002-04-12 Thread Yidan Zhou
Hi Crist, But the bridge(4) can control bridge group very well. On my Freebsd box there are 2 physical ethernet interfaces and 1 virtual ethernet interface(created by TAP). I just want to put 1 physical interface and the virtual interface into 1 bridge group.But everytime after I start the br

Re: How can I use ng bpf

2002-04-11 Thread Crist J. Clark
On Thu, Apr 11, 2002 at 12:26:25AM +0200, Yidan Zhou wrote: > Hi all, > I want to set up a bridge with filtering function on Freebsd. I checked > some webpages which mention that I can ng_bpf to implement filtering. But > the freebsd man page of ng_bpf is not clear(especially, how to use ngctl t

How can I use ng bpf

2002-04-10 Thread Yidan Zhou
Hi all, I want to set up a bridge with filtering function on Freebsd. I checked some webpages which mention that I can ng_bpf to implement filtering. But the freebsd man page of ng_bpf is not clear(especially, how to use ngctl to configure step by step). Has anybody a sample configuration or a e