On Mon, Sep 18, 2006 at 09:05:53PM -0400, Monah Baki wrote: > Hi all, > > Is there a way to write a single rule to cover these 2 rules: > > no nat on $ext_if inet proto tcp from 192.168.3.204 to any > nat on $ext_if from 192.168.3.0/24 to any -> $ext_if > > > Thanks
Use a table? http://www.openbsd.org/faq/pf/tables.html has an example of exactly what you want to do (search for '<goodguys>'). Joachim

