Subject: Re: New IP filter code
To: Lennart Augustsson <augustss@cs.chalmers.se>
From: enami tsugutomo <enami@ba2.so-net.or.jp>
List: tech-kern
Date: 04/02/1997 07:44:46
Lennart Augustsson <augustss@cs.chalmers.se> writes:

> Has anyone verified that the new IP filter code can actually
> do NAT?

It works at least for me.  I'm using NAT on NetBSD machine with
running -current of a few days ago.

Did you enabled ip filter by command `/sbin/ipf -E'?  Since the bug
that pseudo device attach routine errounously called ip filter attach
routine and as a result always ip filter was enabled is fixed, now we
have to enable ip filter explicitly.

enami