Re: Rules must be in order

2006-12-31 Thread Gergely CZUCZY
nal_net1 bandwidth 64Kb cbq(red borrow) > > pass out on lnc0 from any to any queue (internal_net1, internal_net2) > pass in on lnc0 from any to any queue (internal_net1, internal_net2) > > nat on lnc0 from 10.10.1.0/24 to any -> 124.81.224.194 > nat on lnc0 from 10.10.2.0/24 to an

Re: Rules must be in order

2006-12-30 Thread Huzeyfe Onal
Hi, error says what sohuld you do: "/etc/pf.conf:13: Rules must be in order: options, normalization, queueing," Your pf rules order is wrong. The order should be like...Queue->NAT->Filtering... new pf.conf ; --- ext_if="lnc0" # replace with actual external inter

Rules must be in order

2006-12-30 Thread sukaca
0 from any to any queue (internal_net1, internal_net2) nat on lnc0 from 10.10.1.0/24 to any -> 124.81.224.194 nat on lnc0 from 10.10.2.0/24 to any -> 124.81.224.194 the error is pfctl -f /etc/pf.conf /etc/pf.conf:13: Rules must be in order: options, normalization, queueing, translation, filtering /e