Subject: Re: IPFILTER help
To: Christian Fredrickson <fredrick@eng.utah.edu>
From: David S. <davids@idiom.com>
List: netbsd-help
Date: 06/04/2002 17:47:03
> I have two Ethernet cards bridged on my NetBSD server. I am testing this
> install with my machine so Router <----------> Switch <------------> ex0
> Bridge ex1 <--------> Hub <---> PC
> No I have also setup IPFILTER and started it on the bridge. My
> /etc/ipfrules.conf contains the following line:
> block in on ex0 from any to any
> 
> But I still get all traffic through to my PC. Why? What am I missing?

The sentence in the bridge(4) man page that reads

	The bridge driver currently does not support snooping via bpf(4) or
	transparent filtering.

David S.

>