[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ipnat/ipf config on obsd 2.9
- To: misc_(_at_)_openbsd_(_dot_)_org
- Subject: Re: ipnat/ipf config on obsd 2.9
- From: Rémi Guyomarch <rguyom_(_at_)_pobox_(_dot_)_com>
- Date: Sat, 20 Oct 2001 23:51:15 +0200
On Sat, Oct 20, 2001 at 08:03:56PM +0200, Rémi Guyomarch wrote:
...
> # default-deny policy
> block in log all
> block out log all
>
> # internal interface is lightly filtered
> pass in quick on ne1 from 192.168.0.0/16 to ! ne1/32
...
Oops, add these lines too :
# don't filter the local interface
pass in quick on lo0 all
pass out quick on lo0 all
--
Rémi
Visit your host, monkey.org