On Fri, 7 Oct 2005 14:31:45 +1000 "Luke Fogarty" <[EMAIL PROTECTED]> wrote: > > #allow all traffic to and from lan > > pass in on $int_if from $int_if:network to any keep state
keeping state affects queuing in subtle ways. Try: pass in on $int_if from $luke to any keep state queue luke_in pass in on $int_if from $luke to any keep state queue pete_in pass in on $int_if from $luke to any keep state queue nick_in > pass out on $int_if from any to $int_if:network keep state > pass out on $int_if from any to $luke queue luke_in > pass out on $int_if from any to $pete queue pete_in > pass out on $int_if from any to $nick queue nick_in --- Lars Hansson

