| Summary: | IPFilter Fails to Filter Bridged Packets | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Adam Voigt <avoigt> |
| Component: | bin | Assignee: | Darern Reed <darrenr> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Adam Voigt
2001-08-26 03:30:00 UTC
Le (On) Sat, Aug 25, 2001 at 07:27:52PM -0700, Adam Voigt ecrivit (wrote):
>
> >Description:
> IPFilter refuses to filter bridged packets under freebsd, I would classify this as a ipfilter problem except ipfilter filter's bridged packets under OpenBSD just fine.
ipf was OpenBSD's internal packet filter, and was able to work with bridged
packets. Under FreeBSD, you have to use ipfw in order to filter bridged packets.
And in future OpenBSD's release, you'll have to use 'pf' ;)
--
Sameh
Responsible Changed From-To: freebsd-bugs->darrenr Give this PR to the author and maintainer of IPFilter State Changed From-To: open->closed IPfilter never had the functionality to filter bridged packets in FreeBSD. Bridging on FreeBSD and OpenBSD are implemented differently. Indeed, as the submitter says, on FreeBSD the only option is to use ipfw. |